/* CSS Document */
/* 
* 	contact.css
*	styles for contact.html page, smart dvr site.
*/


fieldset {
	background-color: #DBDFB5;
	padding: 12px;
	border: medium double #FFFFFF;
	color: #3F3F23;
}

* html fieldset {
	border: medium double #DBDFB5;
}

label {
	width: 6em;
	float: left;
	text-align: right;
	margin: .5em 1em;
	clear: both;
}

legend {
	color: #3F3F23;
}

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 #666633;
}

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#reqmsg {
	font-size: 80%;
}

textarea#message {
	width: 80%;
}