#comm_form {
	width: 519px;
	margin: 12px auto;
	padding: 12px;
	font-family: "Lucida Sans", "Times New Roman", Times, serif;
	background-color: #f7f7f7;
	position: relative;
	color: #939393;
}

#comm_form input, #comm_form textarea {
	background-color: #eaf0fa;
	border: none;
	font-size: 13px;
	padding: 3px;
	width: 474px;
	color: #63BBE5;
}

#comm_form input {
	width: 290px;
}

#comm_form span {
	color: #FF6600;
}

#comm_form legend {
	color: #63BBE5; /* for IE6 */
	font-size: 14px;
	padding: 3px;
	margin-right: 4px;
	font-weight: bold;
}

#comm_form fieldset {
	padding: 10px;
	margin-bottom: 12px;
}

#comm_form label {
	display: block;
	padding: 4px;
	font-weight: normal;
	font-size: 12px;
}

#comm_form .field_desc {
	position: absolute;
	text-align: center;
	top: 42px;
	right: 22px;
	width: 150px;
	font-size: 13px;
	border: 1px dotted #cccccc;
	visibility: hidden;
	padding: 10px;
	background-color: #384f49;
	font-family: Arial, Helvetica, sans-serif;
}	

.buttons {
	background-color: #63BBE5;
	border-width: 1px;
	border-color: #64796b;
	border-style: solid;
	text-decoration: none;
	text-align: center;
	padding: 3px 5px 2px;
	cursor: pointer;
	width: 90px;
	color: #FFFFFF;
	position: relative; 
	left: 2px;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 14px;
}




 
/*you may also like to add some styles for the rest of the form*/
 
fieldset    {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	margin-left: auto;
	margin-right: auto;
	background-color: #f8f8f8;
}

