/* form styles */

body {
	background-color: #ffffff;
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 10px;
	text-align: left;
}

.textfield {
	background-color: transparent;
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	width: 400px;
	border: solid 1px;
	border-color: #CDCDCD;
}

.textfieldNarrow {
	background-color: transparent;
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	border: solid 1px;
	border-color: #CDCDCD;
}

textarea {
	background-color: transparent;
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 400px;
	height: 55px;
	border: solid 1px;
	border-color: #CDCDCD;
}

label {
	background-color: transparent;
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
}

.formbutton {
	background-color: #585858;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	border: none;
}

.error {
	height: 30px;
}

p.contactHeading {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 5px 0;
}