div#contact
{
	margin-left: auto;			/* auto permet de centrer la div ! */
   margin-right: auto;
	width: 450px; 
	border: 1px solid #555; 
	padding: 40px;
	margin-top: 60px;
}

div.space 					/* Permet une hauteur dynamique 4/4 */
{
	height: 38px;
}

div.row 		
{
 	clear: both;
	padding-top: 10px;
}

div.row span.label 
{
 	float: left;
 	width: 140px;
 	text-align: right;
	line-height: 25px;
}

div.row span.formw 
{
	float: right;
 	width: 285px;
 	text-align: left;
}

span.grey			
{
	color : #666;
}

span.red					
{
	color : #c8463c;
}

span.blue
{
	color: #73a6df;
}

span.yellow
{
	color: #e5da7d;
}