@charset "UTF-8";


#content fieldset {
	margin: 1em 0 2em;
}

legend.heading {
	font-size: 1.6em;
	font-weight: bold;
	margin:0px 0px 10px 0px;
	color:#333;
}


#content label {
	font-size: 1.3em;
	color: #3B2313;
	width: 100%;
	display: block;
}

legend,
#content fieldset fieldset legend,
.legend {
	font-size: 1.3em;
	color: #3B2313;
	display: block;
	margin:0px 0px 10px 0px;
}



form div {
	margin:0px 0px 10px 0px;
}

input[type="text"],
textarea {
	width:95%;
	border:1px dashed #3B2313;
}
/** FOR IE6
*html input[type="text"],
textarea {
	width:100px;
}
 **/

form input.other,
form input#legal_catOther {
	width: auto;
}


.formfield2Columns {
	width: 250px;
	float: left;
}
