#contact h1 {
	font-size: 25px;
	color: #FFF;
}
#contact p {
	font-size: 12px;
	color: #CCC;
}
#contact form {
	margin: 0;
	padding: 0;
}
#contact label {
	display: block;
	width: auto;
	height: 62px;
}
#contact label.comment {
	height: 124px;
}
#contact label span {
	display: block;
	margin-bottom: 4px;
	font-size: 13.5px;
	color: #FFF;
}
#contact .submit {
	margin: 19px 0 0 0;
	height: 33px;
	border: none;
	width: 226px;
	font-size: 13.5px;
	color: #222;
	background: #F18F06;
}
#contact .text-input {
	padding: 8px;
	border: none;
	width: 170px;
	font-size: 13.5px;
	color: #222;
	background: url(../images/bg_form_field.png);
}
#contact .textarea-input {
	padding: 8px;
	border: none;
	width: 210px;
	height: 79px;
	font-size: 13.5px;
	color: #222;
	background: url(../images/bg_form_field.png);
}
#contact .col1 {
	padding: 30px 30px 0 34px;
	float: left;
	width: 186px;
}
#contact .col2 {
	padding: 30px 0 0 0;
	float: left;
	width: 226px;
}

/* STYLES FOR HIGHLIGHT.JS */

#contact input.focusField,
#contact textarea.focusField {
	background: #FFF;
}

/* LOGIN FORM */

.form {
	margin: 40px auto 40px auto;
	width: 500px;
}
.form fieldset {
	margin: 0;
	padding: 20px 0 0 0;
	border: none;
}
.form .field {
	padding-top: 12px;
	width: 500px;
	min-height: 40px;
	clear: both;
	background: url(../images/bg_form_div.png) no-repeat 100% 0%;
}
	/* hello ie6 */
	* html .form .field {
		height: 40px;
	}
.form .checkbox input {
	float: right;
	margin-right: 280px;
}
.form label {
	float: left;
	clear: left;
	padding: 0 10px 12px 5px;
	margin-top: 6px;
	width: 185px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.form label small {
	clear: both;
	margin: 5px 0 0 0;
	width: 140px;
	font-size: 11px;
	line-height: 13px;
	display: block;
}
.form .middleColumn {
	width: 300px;
	float: right;
	clear: right;
}
.form input.text,
.form input.file,
.form .text input,
.form .email input,
.form .password input,
.form .middleColumn select {
	width: 200px;
	border: 1px solid #773C02;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.typography .middleColumn select {
	width: 212px;
}
.form .textarea textarea {
	width: 200px;
	margin-bottom: 14px;
	border: 1px solid #773C02;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.wide .textarea textarea {
	width: 320px;
}
.form .Actions {
	clear: both;
	margin: 30px 0 30px 0;
	padding-left: 200px;
}
.form #Remember {
    clear: both;
	padding-left: 200px;
	background: none;   
}
	.form #Remember .right {
		float: none;
		margin-top: 1px;
		display: inline-block;
	}
.form .requiredField label {
	background: url(../images/required.png) no-repeat 0% 5%;
}
.form .BBCodeHint {
	display: inline-block;
	margin-bottom: 20px;
}
.form #ForgotPassword a {
	font-size: 12px;
	color: #FFF;
}