/* CONTACT FORM */

#formMainDiv {
	width: 					230px;
	padding: 				0 0 5px 0;
	display: 				inline;
	margin-top: 			30px;
	float: 					right;
}

#formPage1 {
	background: 			#222 url(images/contact/contact_top_black.gif) no-repeat left top;
	width: 					200px;
	margin-top: 			2px;
	padding: 				5px 15px 0;
}

.formRow { padding-bottom: 10px; }

.inputField {
	color: 					#222;
	font: 					12px "Lucida Grande", Verdana, sans-serif;
	width: 					192px;
	margin-top: 			2px;
	padding: 				2px;
	border: 				1px solid #ccc;
	border-top: 			2px solid #888;
}

.inputTextArea { 
	height: 				60px;
	color: 					#222222;
	font: 					12px "Lucida Grande", Verdana, sans-serif;
	width: 					192px;
	margin-top: 			2px;
	padding: 				2px;
	border-top: 			2px solid #888;
	border-right: 			1px solid #ccc;
	border-bottom: 			1px solid #ccc;
	border-left: 			1px solid #ccc;
}

.mainLabel { font-weight: bold; color: #fff; }

.require {
	font-size: 				11px;
	font-weight: 			normal;
	font-style: 			italic;
}

.formSubmit {
	background:				url(images/contact/contact_bottom_black.gif) no-repeat left bottom;
	width: 					200px;
	padding: 				0 15px 12px;
	position:				relative;
	left:					-15px;	
}

/* CONTACT FORM */

#aboutform {
	width: 230px;
	padding: 0 0 5px 0;
	display: inline;
	float: right;
	margin-top: 20px;
}

#aboutformpage {
	background: #222222 url(images/contact/contact_top_white.gif) no-repeat left top;
	width: 200px;
	margin-top: 2px;
	padding: 5px 15px 0;
}

.formRow {
	padding-bottom: 10px;
}

#field1, #field2, #field3, #field4 {
	color: #222222;
	font: 12px "Lucida Grande", Verdana, sans-serif;
	width: 192px;
	margin-top: 2px;
	padding: 2px;
	border-top: 2px solid #888;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#field4 {
	height: 60px;
}

.mainLabel {
	font-weight: bold;
	color: #FFFFFF;
}

.require {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

.aboutSubmit {
	background: url(images/contact/contact_bottom_white.gif) no-repeat left bottom;
	width: 200px;
	padding: 0 15px 12px;
	position:				relative;
	left:					-15px;	
}