/* ------------------------ form elements ------------------------ */
form {width:480px;margin:0;padding:0 0 15px 20px; }
form label	{ font-size:10px;margin:0;padding:0; } 
form br { line-height:0; height:0; } 
input, select { 
	background-color:#1e2f0b; 
	border:none;
	color:#dbf1c2;
	width:230px; 
	height:26px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:2px; 
	padding:2px 0 0 4px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	border:none;
	}

textarea {
	background-color:#1e2f0b; 
	border:none;
	color:#dbf1c2;
	width:230px; 
	line-height:26px;
	vertical-align: middle;
	margin-bottom:2px; 
	margin-top:0;
	padding:2px 0 0 4px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	border:none;
	height:66px;
	}

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


/* ------------------------ submit button form elements ------------------------ */
input.submit { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}


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

