/* HTML TAGS */




/* IDs */



.horizontalForm fieldset
{
	display: block;
	margin: 0 0 3em;
	padding: 0 1em 1em;
	font-size: 12px;
}

.horizontalForm fieldset.radio
{
	margin: 1em 0 2em 0;
}
.horizontalForm fieldset.how
{
	margin: 1em 0;
	clear: both;
}
.horizontalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

.horizontalForm fieldset.radio label
{
	font-weight: normal;
}

.horizontalForm input
{
	display: block;
	width: 15em;
}

.horizontalForm input.submit
{
	clear: both;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	height: 22px;
	width: 130px;
	margin: 0;
	border: 0;
	background: url(/images/button_submit.gif) repeat center top;
	cursor: pointer;
	cursor: hand;
}

.horizontalForm label
{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
}

.horizontalForm select
{
	display: block;
}
.horizontalForm legend
{
	font-size: 16px;
	color: #EC5502;
	font-weight: bold;
}
.horizontalForm .clear
{
	font-size: 10px;
	display: block;
	text-align: left;
	width: 300px;
	border: 1px solid #E5E5E5;
	margin: 10px 0px 5px;
	padding: 5px 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
.how
{
	margin: 1em 0;
	clear: both;
	display: block;
}

/* CLASSES */


input.errHilite, select.errHilite, textarea.errHilite {
		border: 1px solid #F00;

		}
label{
		color: #F00;
		font-weight: bold;
}



