#ajaxform{
	width:405px;
}

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

.errors{
	color:#ff0000;
	list-style-type:none
}

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

  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  float:none;
}

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
}

#destinataire-label{
	width:220px;
}

#cp{
	width:50px;
}

#captcha-input{
	width:60px;
}

#Envoyer{
	width:120px;
	text-align:center;
	padding:6px 0 5px 0;
	font-weight:bold;
	display:block;
	font-size:14px;
	border:0;
	float:right;
}


.zend_form input,.zend_form select{
	width:240px;
}

dt{
	padding:5px 0 0 0;
	margin-left:0px;
	float:left;
	width:140px;
	font-size:12px;
}

.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{
	padding-top:15px;
	float:right;
	width:380px
}
#optin-element, #optin{
	padding-top:22px;
	width:20px;
}
#captcha-input-label{
	clear:both;
	padding-top:15px;
}
.red {
    color: #AD0000;
}
.form-horizontal .help-inline{
	color: #AD0000;
}
#cheque-label, #adresse_env-label{
	float:none;
	width:300px;
}
#cheque_euro{
	width:100px;
}
input[type=radio]{
	width:20px;
}

.horiz .form-group {
    display: inline-block;
}
.row.big-padding{
    
    padding: 30px 0;

}
#Envoyer{
        background: #732651;
    box-shadow: 0 2px 0 #4c1736;
    padding: 5px 31px;
    transition: all 0.3s ease-out 0s;
    border: medium none;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
        margin-bottom: 30px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
}