@charset "utf-8";
/* Contact CSS */

/* Created with <STRONG><CONTACT> */
/* http://www.stronghtml.com/ */

/* Left Column Style */
.contactformLeftColumn {
	padding-right:10px;
	padding-bottom:5px;
	text-align: right;
}

/* Right Column Style */
.contactformRightColumn {
	padding-bottom:5px;
	padding-left: 10px;
}

/* Text Field Style */
.contactformTextField {
 width:150px;
 border: 1px solid #999999;
 color:#333333;
 padding-left:2px;
}

/* Text Area Style */
.contactformTextArea {
	width:200px;
	height:80px;
	border: 1px solid #999999;
	color:#333333;
	padding-left:2px;
}

/* Check Box Style */
.contactformCheckBox {
}

/* Submit Button Style */
.contactformSubmit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #CCCCCC;
	background-color: #000000;
}

/* Errors Block Style */
.contactformErrors {
 color:#FF0000;
}

/* Thank You Message Style */
.contactformThankYou {
}
