#comm_form {

	width: 340px;

	

	padding: 12px;

	font-family: "Lucida Grande", "Times New Roman", Times, serif;

	position: relative;

	color: #9CBD84;

}



#comm_form input, #comm_form textarea {

	background-color: #64796b;

	border: none;

	font-size: 13px;

	padding: 3px;

	width: 300px;

	color: #ffffff;

}



#comm_form input {

	width: 290px;

}



#comm_form span {

	color: #FF6600;

}



#comm_form legend {

	color: #9CBD84;  /* for IE6 */

	font-size: 18px;

	padding: 3px;

	margin-right: 4px;

}



#comm_form fieldset {

	padding: 10px;

	margin-bottom: 12px;

}



#comm_form label {

	display: block;

	padding: 4px;

	font-weight: bold;

	font-size: 14px;

}



#comm_form .field_desc {

	position: absolute;

	text-align: center;

	top: 42px;

	right: 22px;

	width: 150px;

	font-size: 13px;

	border: 1px dotted #64796b;

	visibility: hidden;

	padding: 10px;

	background-color: #384f49;

	font-family: Arial, Helvetica, sans-serif;

}	



.buttons {

	background-color: #4f7068;

	border-width: 2px;

	border-color: #64796b;

	border-style: solid;

	text-decoration: none;

	text-align: center;

	padding: 3px 5px 2px;

	cursor: pointer;

	width: 90px;

	color: #C0BD57;

	position: relative; 

	left: 4px;

	margin-bottom: 12px;

	text-transform: uppercase;

	font-size: 10px;

	line-height: 8px;

}

