#ajaxform{

}

input{
	margin:2px;
	padding:3px;
	color:#666;
	font-size:12px;
	border:1px solid #C6C0AC;
}

.errors{
	color:#ff0000;
	list-style-type:none;
	display:block;
	clear:both;
}

select{
	margin:2px 13px 2px 2px;
	padding:3px;
	color:#666;
	font-size:12px;
	border:1px solid #C6C0AC;
	float:right;
}

textarea{
	margin:2px;
	padding:3px;
	color:#666;
	font-size:12px;
	border:1px solid #C6C0AC;
	font-family:Arial, Verdana, sans-serif;
	width:380px;
	height:200px;
}

dd{
	padding-left:0px;
	margin-left:0px
}

dd#mail-element{
	float:left;
}

dd#Envoyer-element{
	float:right;
}

#destinataire-label{
	width:220px;
}

#cp{
	width:50px;
}

#captcha-input{
	width:60px;
}



#OK{
	width:15%;
	float:right;
	height:30px;
	font-size:0.9em;
	color:#FFFFFF;
}
#OK{
	width:30px;
	float:right;
	height:30px;
	font-size:0.9em;
	color:#FFFFFF;
}

#OK{
	background:#faa61a;
	-webkit-border-radius: 8px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 8px;
	-moz-border-radius-topleft: 0;
	border-radius: 8px;
	border-top-left-radius: 0;
}

#mail{
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	width:200px;
	margin-left:10px;
}


#mail-element{
	float:left;
}

#OK-element{
	float:left;
}



.required{
	color:#463A37;
}


.zend_form{
	margin:0;
	padding:0;
}

.zend_form input{
	width:240px;
}

.errors{
	padding-left:150px;
	font-size: 11px;
}

#captcha-input-label label{
	cursor:pointer;
	font-size: 11px;
	text-align:right;
}

#captcha-input-label, #captcha-element{
	float: none;
	width:400px;
	text-align:center;
	font-size: 11px;
	text-align:right;
}

#optin-label{
	float:right;
	width:380px
}
#optin-element, #optin{
	width:20px;
}
#captcha-input-label{
	clear:both;
	padding-top:15px;
}