#contact_form input[type="text"]{
    width: 300px;
}
.errorMessage{
    color: red;
}
.but-se a{margin-top:27px; cursor:pointer; display: block;}
.but-se1{display:none;}
.but-se1 a{margin-top:27px; margin-right:5px; cursor:pointer; display: block; float: left}

@media (max-width:767px){
	#contact_form input[type="text"]{ width: auto; 	}
	#contact_form textarea { width:auto !important; }
}