.form {
	padding:1em 0;
	color:black;
}



.form input.error, .form input.form_warning { border:1px solid red; }
div.form p { margin: 0px; }
.myerror { margin: 15px; }

#commentForm { }
#commentForm label { }
#commentForm label.error, #commentForm input.submit { }

div.form label.error, div.form label.form_warning {
	font-size: 100%;
	width:408px;
	border-bottom-width: 1px;
	color: #990000;
}

#col1 #rex-form fieldset {
	margin: 0;
	padding: 5px 0px 1em 10px;
	border:0;
	background-color:white;
	margin-bottom:10px;
}

.form fieldset {
	margin: 0;
	padding: 5px 0px 1em 0px;
	border:1px solid #fff;
	background-color:white;
	margin-bottom:10px;
}

.form legend {
	font-size:110%;
	font-weight:bold;
	color:black;
	padding: 10px 0 2px 0;
	margin: 0px 0px 10px 0px;
	display:none;
}

.form .element {
	display:block;
	border-top:2px solid #fff;
	float:left;
	width:400px;
}

#contentContainer p.formtext { clear:both; padding-bottom:0; margin-bottom:0; }

.form label {
	padding:7px 0 0 3px;
	border-right:2px solid #fff;
	width:120px;
	float:left;
}

.filterList label {
	padding:7px 0 10px 0px;
	width:100%;
	float:left;
}

.form label.checkbox {
	border-left:2px solid #fff;
	border-right:none;
	width:400px;
}

.form input, 
.form select, 
.form textarea {
	background:#E6E6E6
		url("../images/head-submit-inner.gif")
		no-repeat;
	margin-bottom:5px;
	width:240px;
	padding:2px;
	border:1px solid #fff;
	text-indent:5px;

	margin:4px 0px;
}

.form .selectshort { width:100px; }
.form input.textshort { width:50px; }
.form input.textmiddle { width:100px; }

.form textarea {
	width:240px;
	background-image: url("../images/inner-multiple.gif");
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
}

.form input.radio { border:0; }
.form select option, .form selectshort option { padding: 0 0 1px 2px; } 

.formsubmit input:focus, .formsubmit input:hover,
.form input:focus, .form input:hover,
.form selectshort:focus, .form selectshort:hover, 
.form select:focus, .form select:hover, 
.form textarea:focus, .form textarea:focus {
 	border: 1px solid #000;
}

.form input.text { height:1.4em; }

.form input.checkbox {
	width:25px;
	padding:0;
	border:none;
	margin-left:10px;
}


.form input.submit,
.form input.formsubmit { 
	float:left;
	margin:1em 1em 1em 130px;
	padding:2px 5px;
	width:130px;
	background-color:#E6E6E6;
	background-image:none;
	border-width:1px;
	color:#000;
	font-size:1em;
	text-align:center;
	cursor:pointer;
}

.formsubmit .submit { 
	float:left;
	margin:0 0 0 0;
	padding:2px 5px;
	width:auto;
	background-color:#E6E6E6;
	background-image:none;
	border-width:1px;
	color:#000;
	font-size:1em;
	text-align:center;
	cursor:pointer;
}

.formsubmit .submit:hover { 
	background-color:#fff;
	color:#000;
}

.form input.formsubmit:hover, 
.form input.submit:hover { 
	background-color:#fff;
	color:#000;
}

.form label.textarea {
	float:none;
	width:413px;
}

.form textarea.textarea {
	width:455px;
	float:left;
}

.form-thanks {
	display:block;
	color:#666;
	font-size:1.2em;
}

.form .multiselect {
	color:#000;
	width:355px;
	height:310px;
	background: url("../images/inner-multiple.gif") no-repeat;
}

.form select.multiselect optgroup option { padding-left:15px; }
