/************************************************************/
/*				FORMS										*/
/************************************************************/
#form-contact {
	width: 440px;
	margin: 0 auto;
}
#form-inscription {
  margin: 0 auto;
}
#one_page.inscription-client #form-inscription {
  margin: 0 auto;
  width: 700px;
}
#form-inscription label, .form-blue label {
  color: #243D54;
  margin-right:10px;
  font-family: 'Lato',sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 7px;
}

#form-inscription.etape1 label {
  color: #666666;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 7px;
  margin-right: 10px;
}

#form-inscription .civilite label{
	width:70px
}
#form-inscription .civilite label, #form-inscription .civilite .wrapper_input{
	float:left;
}
#form-inscription .civilite input{
	width:20px;
	margin-left:20px;
}
#form-inscription .civilite input.first{
	margin:0;
}
#contact_submit, #inscription_submit, #send_password, .add_website, .btn_default  {
  background: none repeat scroll 0 0 #C25328;
  border: medium none;
  color: #FFFFFF !important;
  cursor: pointer;
  display: block;
  font-family: lato;
  font-size: 16px !important;
  height: 48px;
  margin: 0 auto;
  text-shadow: 2px 1px 1px #C04B11 !important;
  vertical-align: middle;
  width: 300px !important;
  text-align:center;
  padding:0 !important;
  border:none !important;
}
#contact_submit:hover, #inscription_submit:hover, .btn_default:hover {
    opacity: 0.8;
    transition: all 0.4s ease-out 0s;
    /*background: none repeat scroll 0 0 #ffa33d;*/
}
/************************************************************/
/*				FIELDSETS									*/
/************************************************************/
fieldset {
	border: 0px;
	padding: 0px;
}
fieldset p {
	clear: both;
}

/************************************************************/
/*				CONTAINERS									*/
/************************************************************/
.input-container {
	margin: 0 0 10px 0;
	overflow: hidden;
}

/************************************************************/
/*				LABELS										*/
/************************************************************/
label {
	margin:0 10px 0 0;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 7px;
}
fieldset.small-labels label {
	width: 100px;
	display: block;
}
fieldset.medium-labels label {
	display: block;
}
fieldset.large-labels label {
	width: 250px;
	position: relative;
}

.label-checkbox {
	float: left;
	height: 12px;
	line-height: 12px;
	margin: 0 0 0 10px;
}
label.tabbed-label {
	width: auto !important;
}

/************************************************************/
/*				INPUTS										*/
/************************************************************/


select {
	padding: 4px;
}
#contact_message {
	width: 425px; 
	height: 100px;
}
input.extrasmall {
	width: 50px;
}
input.small {
	width: 80px;
}
input.large {
	width: 300px!important;
}
input.extralarge {
	width: 500px!important;
}
fieldset.medium-labels input {
    border: 1px solid #EFEEEE;
    color: #666;
    font-size: 14px;
    padding: 10px;
    width: 280px;
    outline: none;
}
fieldset.medium-labels input:focus {
    border: 1px solid #ccc;
}
fieldset.medium-labels input.phone_prefix {
    width: 60px;
}
fieldset.medium-labels input.phone_number {
    width: 218px;
}

select {
    border: 1px solid #EFEEEE;
    color: #AAAAAA;
    padding: 8px 5px;
    width: 300px;
    text-indent: 0.01px;
    cursor: pointer;
    background: url("../images/flechescroll.png") no-repeat scroll right center #FFFFFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: '';
}
select.small {
	width: 91px;
}
select.medium {
	width: 221px;
}
select.large {
	width: 311px;
}
select.extralarge {
	width: 511px;
}

textarea {
  border: 1px solid #EFEEEE;
  color: #AAAAAA;
  font-family: lato;
  height: 110px;
  padding: 10px;
  width: 608px;
}

input[type=submit], input[type=button] {
	cursor: pointer;
}

.checkbox {
	float: left;
	margin: 0px;
}

.tabbed-input {
	float: left;
}

/************************************************************/
/*				FAKE INPUTS									*/
/************************************************************/
.fake-input {
	float: left;
	height: 30px;
	line-height: 30px;

}

/************************************************************/
/*				CONTAINERS									*/
/************************************************************/
.tabbed-container {
	float: left;
}

/************************************************************/
/*				CORRECTIONS DATEPICKER						*/
/************************************************************/
.ui-datepicker select {
	padding: 2px !important;
}

/************************************************************/
/*				CONTAINERS									*/
/************************************************************/
.multiselect label input[type="checkbox"]{
	display:inline-block;
}
.multiselect {
    border: 1px solid #CCCCCC;
    height: 80px;
    overflow: auto;
    width: 300px;
}
 
.multiselect label {
    display:block!important;
    color: #666!important;
    font-size: 14px!important;
}
 
.multiselect-on {
    color:#ffffff;
    /*background-color:#F7F7F7;*/
}

.multiselect label input {
	width: inherit;
	margin: 0 10px;
}