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

#contact fieldset {
	padding:1em 0.5em;
	margin: 0.75em 0;
	width:87%;
	clear: both;
	border: 1px solid #9a0000;
}
#contact legend {
	font:bold 1.2em Arial, Helvetica, sans-serif;
	padding:2px 10px;
	background:#9a0000;
	color:#fff;
}
#contact label {
	cursor: pointer; 		/* CHANGES CURSOR TO HAND ICON, MAKES USERS AWARE OF LABEL */
	width: 150px;			/* LABEL WIDTH: SET THIS TO THE LARGEST LABEL SIZE */
	text-align: right;
	display: block;
	padding: 5px 0;
	clear: left;
	font-size:90%;
}
#contact label.longlabel {
	width:460px;
	clear:both;
}
#contact #confirm {
	clear:both;
	margin-top:3px;
}
#contact input.text, #contact textarea, #contact select {
	border:1px solid #bbb;
}
#contact input.text:focus, #contact textarea:focus, #contact select:focus {
	border:1px solid #6f6f6f;
}
#contact textarea, #contact input, #contact select{
	padding:2px 5px;
	font: 90% Arial, Helvetica, sans-serif;
	margin-top: -1.5em;	/* PULLS THE INPUT CONTROLS ON TO THE SAME LINE AS THE LABEL */
	margin-left:160px;
	width:150px;
	float:left;
}
#contact textarea{
	width:433px;
}
#contact input.radio {
	width:20px;
	margin:0;
}
#contact input.radio2 {
	width:20px;
	float:left;
}
#contact select {
	width:263px;
}
#contact select.tiny {
	width: 63px;
}
#contact select.short2 {
	width: 105px;
}
#contact select.short3 {
	width: 75px;
}
#contact select.s2 {margin-left:10px;}
#contact select.short {
	width: 127px;
}
#contact select.scnd {
	margin-left:8px;
}
#contact span.lineup {
	margin: -1em 0 0 0.5em;
	float:left;
}
#contact .buttonFieldset {
	border: 0;
	margin:-1.4em 0 0 0;
}
#contact input.button,#contact input.button2 {
	margin:0 0 0 0.5em;
	padding:0;
	float:right;
	width:125px;
	font-size:90%;
}
#contact input.button2 {
	width:170px;
}
