/* CSS Document */
.myinput {
	background: white;
	border: 1px double #DDD;
	border-radius: 5px;
	box-shadow: 0 0 5px #333;
	color: #666;
	width:100%;
	padding: 0px 10px;
	outline: none;
	height:30px;
}
.error_input {
	
	border: 2px double #004ECC;

}
.myforminput {
	height:30px;
	width:300px;
}
.label_cont {
	float:left;
	width:150px;
	margin-left:20px;
	margin-right:10px;
}
.email_field{
	display:none;
	}
	.quote_input{
		
		width:300px;
		
		}

