.contact {
	padding: 10px;
	margin-bottom: 20px;
}
.contact .notification_error {
	margin: 10px 0;
	height: auto;
	width: 90%;
	padding: 4px;
	text-align: left;
	text-size: 12px;
	border: 1px solid red;
	font-size: 14px;
}
.contact .notification_ok {
	height: auto;
	width: 94%;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}
.contact .button {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	background: white;
	color: #333333; 
}
/* Label */
.contact label  {
	width: 100px;
	margin: 5px;
	float: left;
	text-align: left;
	font-size: 14px;
}
/* Input, Textarea */
.contact input, textarea {
	margin: 8px;
	padding-left: 4px;
	width: 200px;
	background-color: #EFEFEF;
	border : 1px solid #d3d3d3;
	border-top-color : #999;
	border-left-color : #999;
	color: #333333;
}
.contact input:hover,.contact textarea:hover {
	background-color: #D7D7D7;
}
.contact textarea {
	width: 400px;
}
.contact input#submit {
	margin-top: 20px;
	padding:5px;
	border:0px;
	width: auto;
	background : #d3d3d3;
	color:#737373;
} 
.contact input#submit:hover {
	color: #fff;
	background: #19a6ef;
}
/* BR */
.contact br { clear: left;
}
