



/*** START CSS FORMS ***/
/*
textarea {width:390px;height:250px;padding:5px;}*/

#contact fieldset {
	padding:0.75em 0.5em;
	margin: 0.5em auto 0.25em auto;
	width:85%;
	clear: both;
	border: 1px solid #8cc63e;
}
#contact legend {
	font:bold 1.2em Arial, Helvetica, sans-serif;
	padding:2px 10px;
	color:#8cc63e;
	border:1px solid #8cc63e;
}
#contact label {
	cursor: pointer; 		/* CHANGES CURSOR TO HAND ICON, MAKES USERS AWARE OF LABEL */
	width: 160px;			/* LABEL WIDTH: SET THIS TO THE LARGEST LABEL SIZE */
	text-align: right;
	display: block;
	padding: 0.3em 0 0 0;
	clear: left;
	font: 80% Arial, Helvetica, sans-serif;
}
#contact label.longlabel {
	width:430px;
	clear:both;
}
#contact label span.error {
	cursor: pointer; 		/* CHANGES CURSOR TO HAND ICON, MAKES USERS AWARE OF LABEL */
	text-align: right;
	display: block;
	padding: 0;
	margin:0;
	clear: left;
	font: 100% Arial, Helvetica, sans-serif;
}
input.text, textarea, select {
	border:1px solid #bbb;
	
}
input.text:focus, textarea:focus, select:focus {
	border:1px solid #6f6f6f;
}
#contact textarea, #contact input, #contact select{
	padding:2px;
	font: 80% Arial, Helvetica, sans-serif;
	margin-top: -1.4em;	/* PULLS THE INPUT CONTROLS ON TO THE SAME LINE AS THE LABEL */
	margin-left:170px;
	margin-bottom:0;
	width:250px;
	float:left;
}
#contact input.radio {
	width:20px;
	margin:0;
}
#contact input.radio2 {
	width:20px;
	float:left;
}
#contact select {
	width:256px;
}
#contact select.tinys {
	width: 63px;
}
#contact select.short2 {
	width: 105px;
}
#contact select.short3 {
	width: 75px;
}
#contact select.right {
	width:250px;
	margin-left:10px;
}
#contact select.s2 {margin-left:6px;}
#contact select.short {
	width: 120px;
}
#contact select.scnd {
	margin-left:22px;
}
#contact span.lineup {
	margin: -1.5em 0 0 0.5em;
	float:left;
}
#contact .buttonFieldset {
	border: 0;
	margin:0;
}
#contact input.button {
	margin:0 0 0 0.5em;
	padding:0;
	float:right;
	width:125px;
}
#contact fieldset div.space {
	clear:both;
	margin:0;
	height:20px;
	padding:10px 45px 0 0;
	display:block;
}
#contact #confirm {
	clear:both;
	margin-top:3px;
}