
h2{
	font:normal 2em/1em arial;
	color:#39C;
}
.form h2{
	font-size:1.5em;
	font-weight:bold;
	color:#000;
}

.form li{
	height:2.2em;
}
.form label{
	display:block;
	float:left;
	width:25%;
	padding-right:10px;
	text-align:right;
}
.field, .form select{
	background:#F8FAFE url(img/dot-ccc.gif) left top repeat-x;
	border:1px solid #DDD;
	border-top-color:#7B7B7B;
	border-left-color:#7B7B7B;
}
input.field:focus{background:#FFF;}
.form span.field{
	background:none;
	border:0;
	color:#000;
	font-weight:bold;
}
.form .field{width:40%;}

.form .submit{
	text-align:center;
}


.left
{
	width:300px;
	text-align:left;
	border:none;
	background-color:white;
	margin-right:15px;
	border-right:1px solid #bdbdbd;
	float:left;
}
small{
	color:#666;
	font:normal .83em/3.5em verdana;
}
.gris{color:#666}
.c
{
	text-align:center;
}

/* == CLEARER == */
.clear{
	clear:both;
	display:block;
	height:1px;
	font-size:1%;
	line-height:1%;
}

.err{
	color:red;
} 
