

/* =Banner login
--------------------------------------------- */
.error {color:#f00;font-size:1.1em;padding-top:2px;clear:both;}


/* =Main Content Forms
--------------------------------------------- */


.content fieldset {
	width:633px;
	margin:0 0px 0 20px;
	margin-bottom:1.5em;
	overflow:visible;
	zoom:1; /* IE fix - wrap floats */
}


legend {
}

.legend {
	color: #669;
    margin-left: 0px;
	font-family: Arial, sans-serif;
	font-size:1.8em;
	font-weight:bold;
    margin-bottom:0.5em;
}


.content fieldset p {
	margin-left:0;
	font-size:1.2em;
	width:240px;
}
.content .formInput	{
    position: relative;
	padding: 0 0 1em;
	min-height:3.9em;
	_zoom: 1;
}




label strong {
	position:absolute;_position:static; /* IE Fix - relative sending IE mental!! */
	left:-10px;
	color:#66c;
}



.formInput select, 
.formInput input,
.formInput textarea {
	border: 1px solid #66c;
	background: #eeeeff;
	font: inherit;
	font-size:1.2em;
	float: left;
}
.content select {
	width: 227px;
	border:1px solid #339;
}
.content .formInput input,
textarea {
	clear: left;
	float: left;
	width: 223px;
	padding: 1px;
}

textarea {
	width: 223px;
	height:100px;
}

.content .formInput .date {
	display: inline;
	float: left;
	width: 227px;
	border: 1px solid #66c;
	padding: 0px;
	margin: 0px;
	font-size: 0.8em;
}

.dateCalendar {
    background-color: #90AED0;
    font-size: 0.9em;
    width: 250px;
}

.dateHeader {
    font-weight: bold;
    font-size: 1.1em;
    padding: 4px 0 4px 0;
}

.dateDate {
    background-color: #eef;
}

.dateNextPrev {
    font-family: Webdings !important;
    padding: 0 10px 0 10px;
}

.content .formInput .time SELECT.hr {
	width:63px;
	display: inline;
	float: left;
}

.content .formInput .time .col {
    float: left;
    margin: 5px 2px 1px 2px;
	display: inline;
}

.content .formInput .time SELECT.min {
	width:63px;
	display: inline;
	float: left;
}

p.required {
	color:#66c;
	text-align:right;
	clear: both;
	display: block;
}

a.help {
	float: right;
	display: block;
	_display: inline;
	width: 28px;
	height: 28px;
	text-indent: -5000px;
	/*background: url(../_img/newbuttons/help.gif) 2px 5px no-repeat;*/
	font-size:1px;
	vertical-align: 0%;
	margin-top: -6px;
	_position: relative;
	_margin-top: -3px;
	_top: -3px;
	margin-right: 30px;
}

a.help:hover {
	text-decoration:none;
}

.tips {
	width:30px;
	float:left;
	margin-left:21px;
}

a.help span{
	visibility:hidden;
}
.helpText {
    display: none;
    visibility: hidden;
}

.helpIndicator {
	float: left;
	padding:5px 0 3px 7px;
	margin-top:-3px;
	margin-bottom:0;
    left:-7px;
	width:305px;
	position:relative;
	overflow: hidden;
	_zoom: 1;
	
}

.fullWidth .helpIndicator {
	width:625px;
}


.helpSelected {
	background:#37b;
}

.helpSelected .helpIndicator {
	background:#37b;
}

.helpSelected  a.help {
	background: url(../_img/newbuttons/help.gif) 2px 5px no-repeat;
	margin-right: 30px;
}

.helpTip {
	border:1px solid #37b;
	background:#cde;
	width:299px;
	color:#003;
	padding:10px;
	clear:both;
	position:absolute;
	left: 658px;
	top: 100px;
	display: none;
	z-index: 1001 !important;
}

.helpTip h3 {
	color:#003;
	font-size:1.8em;
}

.content .block-2 fieldset {
	width:227px;
}


.block-2 fieldset .formInput {
	width:227px;
}

.block-2 p.required {
	color:#66c;
	float:none;
	text-align:right;
	margin:0;
	margin-top:1.5em;
}

/* ----- =Affiliates ----- */
.affiliates .block-2 fieldset {
	margin-left:52px;
}
/* ----- =Contact us ----- */




/* ----- =Quote ----- */
fieldset.quote {
	width:632px;
	margin:0 0 1.5em 12px;
	padding: 0 0 1em;
	border-bottom: 1px solid #ccc;
	overflow:visible;
	display: block;
	_zoom:1; /* IE fix - wrap floats */
}

fieldset.quote:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

fieldset.quote .formInput {
	width: 300px;
}
fieldset.quote .fullWidth {
	width: 600px;
	clear: both;
}


.col1 {
	width:320px;
	float:left;
}
.col2 {
	width:312px;
	float:left;
}

#stepButtons {
	float: right;
	margin: 0.5em 2.7em 1.5em 20px;
	font-size: 1.5em;
	overflow: hidden;
	zoom: 1;
}







