.contactform {
	width:400px; height:auto;
	display:block;
}
span {
	display:block;
	margin:0 0 0 10px;
	font-size:18px;
	font-family: Trebuchet MS, Helvetica;
	color: #66aee6;
	font-size: 1.1em;
	font-weight: normal;
}
fieldset {
	background-color:#e5eef3;
	background-image:url(images/fieldbg.png); background-repeat:repeat-x;
	border:2px #FFF solid;
	margin-bottom:15px;
	padding:15px;
	border: 5px solid #e8ca68;
}
label {
	font-family: Trebuchet MS, Helvetica;
	color: #66aee6;
	font-size: 1.0em;
	font-weight:bold;
}
.textbox {
	font-family: Trebuchet MS, Helvetica;
	background-color:#fff;
	width:300px;
	border:none;
	color:#333;
	margin-bottom:10px;
	font-size:1.6em;
	padding:0 0 0 5px;
}
.submit {
	font-family: Trebuchet MS, Helvetica;
	color: #1b4c75;
	font-size: 1.0em;
	font-weight:bold;
}