body {
	color: #333;
	text-align: justify;
	font: 0.9em Arial, Helvetica, Geneva, sans-serif;
	background-color: #fff;
}

a:link, a:visited {
	color: #0091b5;
}

a:hover, a:active {
	color: #0091b5;
}

a img {
	border: none;
	vertical-align: middle;
}

h1 {
	text-align: left;
	line-height: 0.95em;
}

#IE7 h1, #IE6 h1{
	letter-spacing: -0.1em;
}

h2 + h3 {
	margin-top: -1em;
}

h2 + p {
	margin-top: -1em;
}

h3  {
	margin-bottom: -0.5em;
}

.news h3 {
	margin-bottom: 0em;
}



li {
	line-height: 1.2em;
	margin-bottom: 0.5em;
}



p, td {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.85em;
}

.coinsArrondis{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {
	width: 30%;
	min-height: 30px;
	text-align:right;
	float: left;
	font-weight: bold;
	margin-right: 5px;
	font-size: 0.9em;
}

.field-widget {
	min-height: 30px;
	margin-right: 5px;
	float: left;
}

textarea {
	width: 60%;
	height: 100px;
}

.text {
	width: 74%;
}

fieldset {
	margin-bottom: 15px;
	border:solid 2px #f2f2f2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

legend {
	border: 2px solid #d9d9d9;
	background-color: white;
	font-weight: bold;
	padding: 0.3em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

textarea {
	border: solid 1px #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
