/*ELEMENTS*/
input.btnCalculate
{
	position:relative;
	background:url(../images/btn.calculate.gif) 0 0 no-repeat;
	width:74px;height:22px;
	font-size:0;
	color:#AE1919;
	border:0;
	text-align:left;
}

input.btnSubmit
{
	position:relative;
	background:url(../images/btn.submit.gif) 0 0 no-repeat;
	width:55px;height:22px;
	font-size:0;
	color:#AE1919;
	border:0;
	text-align:left;
}

input.btnCalculate:hover, input.btnSubmit:hover
{
	cursor:pointer;
}

.advisor_yes
{
	display:none;
	background-color:#f8f8f8;
}

#wrapper_Site #wrapper_Content input.text
{
	padding-top:2px;
	padding-bottom:2px;
	width:200px;
}

#wrapper_Site #wrapper_Content textarea.textarea
{
	width:204px;
}

#wrapper_Site #wrapper_Content select.multiple
{
	width:304px;
	height:100px;
}

#contactUs_form, #contactUs_form tr, #contactUs_form td
{
	position:relative;
}

textarea.error{background-color:#FFEFEF;background-image:url(../../images/default/wdgt.error.gif);background-repeat:no-repeat;background-position:right center;border:1px solid red}

span.error
{
	position:relative;
	float:left;
	top:3px;
	left:-24px;margin-right:-24px;
	display:block;
	width:22px;height:14px;
	background:url(../../images/default/wdgt.error.ls.gif);
}

#navMainList_Search input.navsearchfield
{
	width:150px;
}
