/* CSS Document */
/* 
* 	contact.css
*	styles for contact.html page, smart dvr site.
*/

@import "avdefault.css";

#main form {
	margin: 10px 3% 20px;
}

fieldset {
	background-color: #707177;
	padding: 12px;
	border: medium double #FFFFFF;
	color: #C3CAE7;	
}

* html fieldset {
	border: medium double #707177;
}

label {
	width: 6em;
	float: left;
	text-align: right;
	margin: .5em 1em;
	clear: both;
}

legend {
	color: #C3CAE7;
}

input, textarea {
	float: left;
	margin: .5em 0;
	width: 300px;
}

#subbutton {
	float: none;
	width: auto;
	margin-bottom: 1em;
	margin-left: 8em;
	clear: both;
}

br {
	clear: both;
}

fieldset#interest {
	margin: 12px;
	padding: 1em;
	border: thin solid #C3CAE7;
}

fieldset#cfields fieldset#interest input, fieldset#cfields fieldset#interest label {
	float: none;
	clear: both;
	width: auto;
	margin: 0;
}

fieldset#cfields fieldset#interest label {
	text-align: left;
	margin-left: 1em;
	padding: 0;
}

#main p {
	margin-left: 3%;
}

#main p#reqmsg {
	font-size: 80%;
}

textarea#message {
	width: 80%;
}