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

.error, .myerror {
	color:#000;
}

.form input.error, .form input.error {
	border:1px solid red;
}

div.form p, .myerror { }
#commentForm { }
#commentForm label { }
#commentForm label.error, #commentForm input.submit { }

div.form label.error {
	color: #c00;
	font-size: 100%;
	width:250px;
	display: none;
}
		

.form fieldset {
	margin: 0;
	padding: 5px 0px 1em 0px;
	border:1px solid #fff;
}

.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;
}

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

.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:350px;
	padding:2px;
	border:1px solid #fff;
	text-indent:5px;
	float:left;
	margin:4px;
}

.form input.textshort {
	width:50px;
}

.form textarea {
	width:300px;
	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;
} 

.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 { 
	float:left;
	margin:1em 1em 1em 0;
	padding:2px 5px;
	width:120px;
	background-color:#FA931C;
	background-image:none;
	border-width:1px;
	color:#fff;
	font-size:1em;
	text-align:center;
	cursor:pointer;
}

.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;
}
