/*
 * 	DO NOT REMOVE THESE CLASSES
 * 	Required in contact.php
 */
.normal_forms{
	border: 1px solid #CCCCCC;
}

.error_forms{
	border: 1px solid #CCCCCC;
	border-color: #FF0000;
	background-color: #FFEEEE;
}


/* 
 * 	Appearance of the contact formular
 */
.form_row{
text-align: left;
margin: 3px 0px 3px 0px;
padding: 3px;
}
.form_title{
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;	
}
#oblig {
margin-bottom: 5px;
text-align: left;
font-style: italic;
font-size: 10px;
}
.bloc1{
width: 100px;
float: left;
margin-right: 10px;
}
.bloc2 {
width: 250px;
float: left;
}
.bloc3{
	color: #FF0000;
	text-align: center;
}		
.clearfloat{
	clear: both;
    display: block;
    height: 0;    
    visibility: hidden;
}
#form_container{
	width:450px;
	border: 1px solid #CCCCCC;
	margin: 20px;
	padding: 15px;
}