


* { margin:0; padding:0;}

body{ 
	
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5a5a5a;
}

h1{font-size:20px;font-family: 'Roboto', sans-serif;margin:20px 20px 10px;line-height: 40px; 
text-align:left; text-transform:uppercase; font-weight:500;}

.text{width: 340px; margin:0px auto 0;padding:20px;}
.text  p{ position: relative;margin-bottom:20px;}
.filed{margin-bottom:10px;}
.text input[type="text"]  {font-weight: 300;background: #fff;font-family: 'Roboto', sans-serif;border-radius: 0px;border:1px solid #2784bf;
padding: 0 0 0 20px;  height:30px;width: 320px;color:#5a5a5a; }
.text input[type="email"] {font-weight: 300;background: #fff;font-family: 'Roboto', sans-serif;border-radius:0px;border:1px solid #2784bf;
padding: 0 0 0 20px;  height:30px;width: 320px;color:#5a5a5a; }
.text textarea			  {font-weight: 300;background: #fff;font-family: 'Roboto', sans-serif;border-radius: 0px;border:1px solid #2784bf;
padding: 10px 0 0 20px;height:30px;width: 320px;color:#5a5a5a;}

.text input[type="submit"]{border:none;font-size:13px;color:#fff;text-transform:uppercase;background:#1abfdf;
padding: 0px 20px;height: 40px;line-height: 40px;margin-top: 21px;}
.text input[type="submit"]:hover{background:#005da4; text-decoration:none;}
	