/* Stylesheet for the webform on the contact page only */

form {
	border-bottom: 1px dotted #666666;
	border-top: 1px dotted #666666;
	padding: 10px;
	text-align: right;
}

.textBox {
	font-size: 0.9em;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: #000000;
	padding: 1px;
	background-color: #F8F47B;
	margin-bottom: 1px;
	margin-top: 1px;
}

.textArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: #000000;
	padding: 1px;
	background-color: #F8F47B;
	margin-bottom: 1px;
	margin-top: 1px;
}

.formtext {
	line-height: 30px;
	color: #333333;
	font-weight: bold;
	font-size: 0.85em;
}

.formtextArea {
	line-height: 30px;
	color: #333333;
	font-weight: bold;
	font-size: 0.85em;
	padding-right: 205px;
}


.submitButton {
	width: 70px;
	height: 20px;
	color: #333333;
	background-color: #F8F47B;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	cursor: pointer;
	margin-top: 20px;
	margin-left: 140px;
}

.submitError {
	margin-left: 15px;
	text-align: left;
	font-size: 0.9em;
	color: #CC0000;
	font-weight: bold;
}
