/* CSS Document */

fieldset {
	margin: 1em 0;
	padding: 1em;
	border : solid 1 #cccc99;
	}
	
legend {
	font-weight: bold;
	color: #DE2921;
	display: block;
}

input {
	width: 200px;
}

input:focus, textarea:focus {
	background: #EEE;
}

input[type="text"], textarea{
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input.radio, input.checkbox, input.submit{
	width: auto;
}
	
textarea {
	width: 500px;
	height: 100px;
}

label {
	display: block;
	float: left;
	width: 200px;
}

/*submit {
	image: url(http://www.ecustomhomestx.com/images/submit.gif);
}
*/
.required {
	font-size: 0.75em;
	color:#DE2921;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
	
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
}

