/* Content Area */
#main #content .content-area {
	background-image: url("/_ui/apaslt09/img/global/bg-inner-content-contact.gif");
}


/* DNN */
div.contactForm #dnn_ctr392_ModuleContent {
	display: none;
}


/* Form */
div.contactForm {
	float: left;
	padding-bottom: 100px;
}
div.contactForm div.form-item,
div.contactForm div.form-row {
	float: left;
	clear: both;
	padding-bottom: 5px;
}
div.contactForm div.form-sep {
	padding-bottom: 25px;
}
div.contactForm div.form-item label {
	float: left;
	padding: 3px 10px 0 0;
	width: 90px;
	text-align: right;
}
div.contactForm div.form-item div.field {
	float: left;
}
div.contactForm div.form-item div.field textarea {
	width: 285px;
	height: 56px;
}
div.contactForm div.form-item div.button {
	float: left;
	padding-left: 100px;
}


/* Columns */
div.contactForm div.column {
	float: left;
}
div.contactForm div.column-right {
	padding-left: 30px;
}
div.contactForm div.form-small {
	clear: none;
}
div.contactForm div.form-small-float {
	clear: left;
	padding-right: 10px;
}


/* Javascript Enabled */
#body div.js-enabled div.form-item label {
	display: none;
}
#body div.js-enabled div.form-item div.button {
	padding-left: 0;
}

