/* styles to control contact form */

label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	line-height: 1.5em;
	}

input {
	color: #666;
	background-color: #FF9;
	border: 1px solid #999;
	margin-left: 0;
	font: Arial, Helvetica, sans-serif .9em;
	width: 15em;
	}

.inputform {
	background-color: #FF9;
	border: 1px solid #999;
	}
	
.submit input {
	margin-left: 10em;
	border: 0px;
	width: 72px;
	} 

.checkbox {
	border: 0px;
	background: none;
	width: 1em;
	}
.radio {
	border: 0px;
	background: none;
	width: 10px;
	}

/*
input.submit {
	background-image:url(../images/submit-button.gif) top left;
}

:hover input.submit {
	background-position: 0 -26px;
	background-color:#00CC99;
} 

*/

fieldset { width: 97%; border: 1px solid #999; margin-top: 15px; padding: 5px 10px 10px; 
}
fieldset a {
    color: #6E7681;
	font-weight: bold; }

legend {
	font-weight: bold;
	}