﻿input {
	background: #FFF;
	border:1px solid #b2b2b2;
	height:30px;
	width:20em;
	color: #b2b2b2;
	padding:0 5px 0 5px;
	font-size:12px;
	font-style:italic;
}

input[type=text] {
	padding-top:7px;
}

ul#response {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type:none;
	color: #6f6f6f;
	margin-left:0px;
	padding-top:20px;
}

#email {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	width:290px;
	height:23px;
}

#submit {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	width:105px;
	height:32px;
}

#submit:hover {
	background-color:#f3f3f3;
}

#email, #submit {
	float:left;
	margin-right:10px;
}

/***************/

#contact-form {
	margin-left:60px;
}