

body {
	font: 14px 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	
	color: #727272;
}


.formhead{font-size: 20px; 
	line-height: 27px; 
	margin-bottom: 22px;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #A43A22;
}


#header1{ 
	    width: 270px;
    height: auto;
    position: absolute;
     border: 1px solid #d8d8d8;
   
    padding: 10px 30px;
    border-radius: 3px;
    background-color: #fff;
}
input[type=text]{ 
	margin-top: 6px;
	padding:3px;
	width:100%;
	font-size:12px;
	border-radius:2px;
	border:1px solid #d9d9d9;
}
textarea{
	padding:6px;
	font-size:15px;
	border-radius:2px;
	border:1px solid #d9d9d9;
	margin-top: 10px;
	height:80px;
	width:99%;
}	


	
select{
	padding:3px;
	width:101%;
	font-size:12px;
	border-radius:2px;
	border:1px solid #98d0f1;
}

