/* CSS RULES FOR DADS FORM PAGE */

/* RULES FOR CONTACT ME FORM */
form.contact {
	padding: 0;
	margin: 0;
	margin-top: -12px;
	clear:left;
}

form.contact fieldset {
	border: 5px ridge navy;
	padding: 10px;
}

form.contact legend {
	font-weight: bold;
	color: white;
	padding: 5px;
	background-color: #00bfff;
	text-align:center;
}

form.contact label {
	font-weight: bold;
	font-size: 90%;
	color: blue;
	line-height: 125%;
}

form.contact label.fixedwidth {
	display: block;
	width: 200px;
	float: left;
}

form.contact .buttonarea input {
	background: navy;
	color: white;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #fafad2;
	font-size: large;
	cursor: pointer;
}

form.contact .buttonarea {
	text-align: right;
	padding: 5px;
}

.smallprint {
	font-size:75%;
}




/* --------------------------- */
