/* ===| FORMS |============================================*/
/*---------------------contact--------------------------------*/

.form-left{
  width: 243px;
  padding:0 10px 0 10px;
  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: #F5F5EA;
	border: 1px solid #7E6007;
    width: 170px;
	height: 17px;
	font-size: 12px;
    font-family: arial;
	color: #000000;
	padding: 1px 0px 0px 1px;
	float: left;
}

.ipt-contact-hover{
	background-color: #F7DFC9;
	border: 1px solid #7E6007;
    width: 170px;
	height: 17px;
    font-size: 12px;
    font-family: arial;
	color: #7C1302;
	padding: 1px 0px 0px 1px;
	float: left;
}


.btn-contact{
	width: 90px;
	height: 22px;
	border: 1px solid #7E6007;
	background-color: #F7DFC9;
	font-family: arial, Helvetica, sans-serif;
    font-weight: bold;
	letter-spacing: 1px;
	color: #CC3300;
	cursor: pointer;
    margin-right:2px;
}
.btn-contact-hover{
    width: 90px;
	height: 22px;
	border: 1px solid #7E6007;
	background-color: #5C1307;
	font-family: arial, Helvetica, sans-serif;
    font-weight: bold;
	letter-spacing: 1px;
	color: #D6AD33;
	cursor: pointer;
    margin-right:2px;
}
.mail-comment{
	color: #ffffff;
	text-align: center;
	font-size: 11px;
    margin-bottom:10px;
}