/* ===| FORMS |============================================*/

.form-left{
  width: 295px;
  padding-left:50px;
  float: left;

}
.check{
  width: 227px;
  padding-left:120px;
  float: left;

}
.form-left div{float: left; width: 100%; margin-bottom: 8px;}
.form-left  p{float: left; text-align: left; width: 70px; height: 20px;}
.mail-input{
	float:left;
	margin-bottom: 5px;
}

.ipt-contact{
	background-color: #FBFBFB;
	border: 1px solid #606771;
    width: 174px;
	height: 17px;
	font-size: 12px;
    font-family: arial;
	color: #626262;
	padding: 1px 0px 0px 1px;
	float: left;
}

.ipt-contact-hover{
	background-color: #6A707A;
	border: 1px solid #606771;
    width: 174px;
	height: 17px;
    font-size: 12px;
    font-family: arial;
	color: #ffffff;
	padding: 1px 0px 0px 1px;
	float: left;
}
.requis {color: #7CB58A;}

.btn-contact{
	width: 90px;
	height: 22px;
	border: 1px solid #606771;
	background-color: #FBFBFB;
	font-family: arial, Helvetica, sans-serif;
    font-weight: bold;
	letter-spacing: 1px;
	color: #606771;
	cursor: pointer;
}
.btn-contact-hover{
  width: 90px;
	height: 22px;
	border: 1px solid #606771;
	background-color: #6A707A;
	font-family: arial, Helvetica, sans-serif;
    font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	cursor: pointer;
}
.mail-comment{
	color: #000000;
	text-align: center;
	font-size: 11px;

}