#myForm p {
position:relative;
margin:0 0 10px 0;
}

#myForm label{
	font-size:90%;
	display: inline;
	color: #363636;
	line-height: 1.4em;
	margin-bottom:0;
	padding-bottom:0;
}

#myForm label.error {
color:red;
font-weight:normal;
font-style:italic;
font-size:80%;
}

#myForm input{
	width: 220px;
	padding: 6px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
	margin-right:5px;
}

#myForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}

#myForm #send{
	background: #111111;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
	width:100px;
}
#myForm #send:hover{
	background: #363636;
}

#myForm select {
	width: 235px;
	color: #333;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #cecece;
	margin-right:5px;
	padding:4px;
}

#myForm textarea{
	width: 300px;
	height: 80px;
	padding: 6px;
	color: #adaeae;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
}

#thankYouMessage {
	height:500px;
}