* {
	margin: 0;
	padding: 0;
}

#comm_form {
	width: 460px;
	margin:0 auto;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #dbe2ea;
	position: relative;
	color: #2f3976;
	border:1px solid #b4bfce;
}

#comm_form input, #comm_form textarea {
	font-size: 12px;
	padding: 3px;
	color: #2f3976;
}

#comm_form input {
	width: auto;
	border:none;
}

#comm_form span {
	color: #FF6600;
}

#comm_form legend {
	color: #fff;  /* 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-size: 14px;
}

#comm_form .field_desc {
	position: absolute;
	text-align: center;
	top: 42px;
	right: 22px;
	width: 150px;
	font-size: 13px;
	border: 1px dotted #afbaca;
	visibility: hidden;
	padding: 10px;
	background-color: #c6d0de;
	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: 14px;
	line-height: 14px;
}
