@charset "UTF-8";
/* CSS Document */

label {
	display: block;
	width:150px;
	margin-bottom:10px;
	float:left;
	font-size:0.9em;
}
input#name, input#email, input#phone {
background-color:#dddddd;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-bottom:10px;
font-size:0.9em;
}
textarea {
background-color:#dddddd;
}
input#submit {
border:1px solid;
background-color:#dddddd;
}
input#submit:hover {
font-weight:bold;
color:#FF0000;
}

