/*
######################################################################################
######                                                                        #######
######     FIND OUT MORE PAGE STYLES                                         #######
######                                                                      #######
##################################################################################
*/

body { background-image: url(../../../images/generic/body_bg-standard2.jpg); }

#body_background { display: none; }
#body_content { position: static; }


/********************************************************************************/
/***** MIDDLE STYLES ***********************************************************/
/******************************************************************************/

.middle {
	height: auto !important;
	min-height: 600px;
	height: 600px;
	padding-top: 30px;
}


/********************************************************************************/
/***** FORM STYLES *************************************************************/
/******************************************************************************/
	
/***** FLOATING ELEMENTS *****/

.elements-floated {
	display: block;
	margin: auto;
	width: 610px;
	padding-top: 25px;
	}
	.elements-floated label {
		float: left;
		width: 200px;
		height: 34px;
		padding-right: 25px;
		margin-bottom: 27px;
		font-size: 1.8em;
		line-height: 34px;
		text-align: right;
		}
	.elements-floated .form-text,
	.elements-floated textarea {
		float: left;
		width: 227px;
		padding: 4px 0 0 20px;
		height: 30px;
		margin: 0 0 27px 0;
		background-image: url(../../../images/page-specific/contact/template1/input-bg.png);
		color: #333;
		border: 0;
		background-color: transparent;
		font: normal 1.6em Arial, Helvetica, sans-serif;
		}
	.elements-floated textarea {
		height: 200px;
		background-image: url(../../../images/page-specific/contact/template1/textarea-bg.png);
		}


/***** SUBMIT BUTTON *****/

.frm_submit {
	float: left;
	display: inline;
	padding: 32px 0 0 0;
	margin: 170px 0 0 29px;
	border: 0;
	height: 34px;
	width: 94px;
	text-indent: -6767px;
	overflow: hidden;
	background-position: 0 0;
	background-image: url(../../../images/page-specific/contact/template1/btn_submit.gif);
	background-color: transparent;
	cursor: pointer;
	}
.frm_submit:hover {
	background-position: 0 -34px;
	}




/***** DROPDOWN MENU *****/

	.elements-floated .form-select {
		float: left;
		width: 227px;
		height: 29px;
		padding: 5px 0 0 20px;
		background-image: url(../../../images/page-specific/contact/template1/input-bg.png);
		}
		.elements-floated .form-select select {
			width: 227px;
			height: 1.1em;
			cursor: pointer; 
			color: #333;
			border: 0;
			background-color: transparent;
			font: normal 1.6em Arial, Helvetica, sans-serif;
			}
			.elements-floated .form-select * {
				background-color: white;
				font-size: 0.6em;
				}







