/* CSS
Author: David Brunelle
URL: http://www.brunelleinteractive.com
Created: 04-23-2009

Modified: 05-23-2009
By: David Brunelle

Notes: This Stylesheet is only included when called, used on
pages with forms.
*/

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px dotted #A5A5A5;
	}

legend {
	font-size: 26px;
	font-weight: bold;
	}	

label {
	display: block;
	float: left;
	width: 175px;
	}
	
label.error {
	float: left;
	font-weight: bold;
	font-size: 11px;
	width: auto;
	color: red;
}
	
input {
	width: 230px;
}

textarea {
	width: 320px;
	height: 150px;
	}

select {
	width: 230px;
	}
	
input.radio, input.checkbox, input.submit, input.reset {
	width: auto;
	}
	
input.radio {
	float: left;
	margin: 0 1em 0 0;
	padding: 0;
	}
	
label.radio {
	width: 4em;
	}
	
em.required {
	font-size: 0.8em;
	color: #760000;
	}
	
input.large-submit {
	background: url('../images/interface/large-submit.gif') no-repeat left top;
	border: medium none;
	height: 37px;
	margin-left: 175px;
	width: 137px;
	cursor: pointer;
}