html, body
{
	height: 100%;
	margin: 0 0 1px; /* FORCE SCROLLBAR */
	padding: 0;
}

h1 { font-size: 28px; }

fieldset
{
	margin: 30px 0 25px 0;
	padding: 10px 0 10px 0;
	text-align: left;
	border-color: #999;
	border-width: 1px 0 0 0;
	border-style: solid;
}

legend
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3em;
}

form
{
	position: relative;
	text-align: left;
}

label
{
	margin: 0 0 15px 0;
	width: 200px;
	display: inline-block;
	float: left;
	clear: left;
	height: 30px;
}

.contact_form div
{
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	/*width of left column containing the label elements*/
	height: 1%;
}

textarea
{
	width: 300px;
	height: 150px;
}

/*.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; }
button { }

input, select, textarea
{
	margin: 10px 0 15px 5px;
	clear: right;
}

input:focus, textarea:focus { background-color: lightyellow; }

input[type|="radio"] { } 
