
.invalidInput, .error{
color:#000000;
background-color:#FF5F65;
}
.error,.notice{
padding:0.5em;
margin:0.5em;
}

.error{
	border:2px solid #8a1f11;
	display:none;
}
.notice {
	background-color:#FFF6BF;
	color:#514721;
	border:2px solid #FFD324;
	display:none;
}

form{
	width:500px;
	margin:auto;
	background-color:#e5e5e5;
	border-radius:1em; /*Trop cool pour IE :) */
	-moz-border-radius:1em; /*Trop cool pour IE :) */
	padding:4px;
}
form *{
	
	font-family:verdana;/*on my mind!!*/
}
form fieldset{
	border:none;
}

form legend{
	font-size:2em;
	color:#777;
	margin-top:0.3em;
}
form label{
	display:block;
	float:left;
	width:150px;
	text-align:right;
}
form input, form select{
	width:200px;
	margin-bottom: 1em;
	margin-left:0.5em;
}
form button{
	position:relative;
	left:160px;
	
}

.btnradio{
	width : 20px;
	vertical-align : middle;
}
.checkbox{
	width : 20px;
	vertical-align : middle;
}
.btn_valider {
	color:white;background-color:#738A9C;width:80px;
}
.date-pick {
	width:70px;	
}
.inputtext{
	width:80px;		
}
.btnupload {
	background-color:red;
}
.btn_commentaire {
	color:grey;background-color:white;border:none;width:60px;font-size:10px;
}
.civilite { width:20px }