/* ------------------------ form elements ------------------------ */
body#index form {width:440px;margin:0;padding:0 0 15px 7px; }
body#index form label	{ font-size:.95em;margin:0;padding:0; } 
body#index form br { line-height:0; height:0; } 
body#index input, select { 
	background-color:#fff; 
	border:none;
	color:#6fa2a9;
	width:205px; 
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; 
	padding:2px 0 0 4px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:.95em;
	}

body#index textarea {
	background-color:#fff; 
	border:none;
	color:#6fa2a9;
	width:205px; 
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; 
	margin-top:0;
	padding:2px 0 0 4px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:.95em;
	height:66px;}

body#index textarea br { line-height:0; height:0; } 
body#index select { width:205px; padding:0; } 
body#index .contact-container { width:205px; float:left; position:relative;}
body#index .contact-container2 { width:205px; float:left; position:relative;padding-left:8px;}


/* ------------------------ submit button form elements ------------------------ */

body#index input.submit, body#index input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

body#index input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

body#index input.submit-image, body#index input.submit-contact-main { /* REMOVE IF NOT USED */
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}


/* ------------------------ form elements-sub ------------------------ */
form {width:298px;margin:0;padding:0 0 15px 7px; }
form label	{ font-size:.95em;margin:0;padding:0; } 
form br { line-height:0; height:0; } 
input, select { 
	background-color:#fff; 
	border:none;
	color:#6fa2a9;
	width:265px; 
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; 
	padding:2px 0 0 4px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:.95em;
	}

textarea {
	background-color:#fff; 
	border:none;
	color:#6fa2a9;
	width:265px; 
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; 
	margin-top:0;
	padding:2px 0 0 4px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:.95em;
	height:66px;}

textarea br { line-height:0; height:0; } 
select { width:205px; padding:0; } 
.contact-container { width:205px; float:left; position:relative;}
.contact-container2 { width:205px; float:left; position:relative;padding-left:8px;}

#contact-form-container {padding-left:30px;}
/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main, input.submit-contact-main2 { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-contact-main2 { margin:10px 0 0 3px; } /* defines placement of contact-main submit button */


