form.form-class table {
	width:600px !important;
}

.page-contact-us .form_button {
	width:234px;
	height:44px;
	border:none !important;
 	background: url(images/button-send-message.png) no-repeat;
	cursor: pointer; 
	cursor: hand;
	text-indent:-9999px;
	overflow:hidden;
}

form.form-class input, form.form-class select, form.form-class textarea {
	border: 1px solid #C9CED0 !important;
	padding: 5px !important;
	margin-right: 5px !important;
	font:16px Arial;
	width:250px;
}

form.form-class textarea {
	width:350px;
	height:200px;
}

form.form-class td.label { /* div.form-panel-body td.label */
	text-align:left;
	padding: 5px 10px 0px 0px !important;
	color: #6D7A7F;
	font:18px Georgia;
	width:150px !important;
}	

form td.form_column { /* div.form-panel-body td.form_column */ 
	padding-bottom:17px !important;;
}	

form p.section_break { /* div.form-panel-body p.section_break */
	font-family:Georgia;
	padding:10px 0;
}

/*
	WTF! form-feedbac is exactly the same as form-feedback, but in IE7 form-feedback overlays the form?!?
*/
div.form-feedbac, div.form-feedback  {
	min-height: 30px;
	padding: 8px 20px 0px 45px !important;
	margin: 5px 20px 10px 10px !important;
	font-family: Georgia;
}

div.form-error {
	background: url(images/icon-error.gif) no-repeat 0px 0px;
	color: #900;
}

div.form-ok {
	background: url(images/icon-ok.gif) no-repeat 0px 0px;
	color: #060;
	font-size:16px;
}

span.formHelpRight {
	font-style: italic;
	margin-left: 5px !important;
	color: #0C3C39 !important;
}

span.requiredFieldRight {
	margin-left: 5px;
}

span.requiredLabelRight {
	
	color:#FFA200;
}

div.form-info {
	width: 525px;
	margin: 10px auto !important;
	background-color: #9CCFEC;
}	

div.form-info div.form-info-body {
	margin: 0 10px !important;
}	
