.result {
	color: red;
	}
 

form  input[type="text"] {
   width: 96%;  
    border: none;
    background: #f2f2f2;
   height: 40px;
padding: 0 2%;
font-size: 16px;
}
form label { 
   width: 100%;
    height: 30px;  
    float: left;
    line-height: 35px;
}
 
 
form textarea {
   width: 96%;  padding: 2%;
	height: 90px;
	float: left; 
    border: none;
    background: #f2f2f2;
font-size: 16px;
 
} 
form#email-form input[type=submit] { float: right; margin-top: 20px; }