/* 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;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	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
{
	font-weight: bold;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	display: block;
	float: left;
}

#horizontalForm #fields
{
        float: left;
        display: block;
        margin: 1em 1em 0 0;
        font-weight: bold;
}

#horizontalForm select
{
	display: block;
	float: left;
}
#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;
		background-color: #FE9EA6;

		}

#newlForm fieldset
{
	display: block;
	margin: 0 0 3em;
	padding: 0 1em 1em;
	font-size: 12px;
}

#newlForm fieldset.radio
{
	margin: 1em 0 2em 0;
}
#newlForm fieldset.how
{
	margin: 1em 0;
	clear: both;
}
#newlForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#newlForm fieldset.radio label
{
	font-weight: normal;
}

#newlForm input
{
	border: 1px solid #000000;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#newlForm select
{
	border: 1px solid #000000;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#newlForm input.white
{
	border: 1px solid #000000;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#newlForm input.submit
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 33px;
	width: 127px;
	margin: 0;
	border: 0;
	cursor: pointer;
	cursor: hand;
	background-image: url(../images/send-details.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#newlForm label
{
	font-weight: bold;
	color: #FF0000;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
}

#newlForm #fields
{
        float: left;
        display: block;
        margin: 1em 1em 0 0;
        font-weight: bold;
}

#newlForm select
{
	display: block;
}
#newlForm legend
{
	font-size: 16px;
	color: #EC5502;
	font-weight: bold;
}
#newlForm .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;
}

.postcoder {
	width: 100px;
}
