#comm_form {
	width: 574px;
	padding: 12px;
	background-color: #E7F6FC;
}

#comm_form input, #comm_form textarea {
	background-color: #68a057;
	border: none;
	font-size: 13px;
	padding: 3px;
	width: 474px;
	color: #ffffff;
}

#comm_form input {
	width: 290px;
}

#comm_form span {
	color: #FF6600;
}

#comm_form legend {
	color: #1BA7D3;  /* 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: #1BA7D3;
	border-width: 1px;
	border-color: #1BA7D3;
	border-style: solid;
	text-decoration: none;
	text-align: center;
	padding: 3px 5px 2px;
	cursor: pointer;
	width: 90px;
	color: #fff;
	position: relative; 
	left: 4px;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
}
