/* ============= */
/* = Overrides = */
/* ============= */

#main_content {
	width: 580px;
	padding: 0;
}

h1 {
	margin-top:0px;
	margin-bottom:25px;
}


/* ====================== */
/* = Progress indicator = */
/* ====================== */

ol.progress {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.progress li {
	float: left;
	width: 144px;
	height: 32px;
	margin: 20px 0;
	padding: 0;
	list-style: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-right: 1px solid #fff;
}
ol.progress li.current,
ol.progress li.completed {
	background-position: 0px -32px;
}

ol.progress li span {
	display: none;
}

ol.progress li.personal-details { background-image: url(/_images/personal-quote/personal-details.gif); }
ol.progress li.your-quote { background-image: url(/_images/personal-quote/your-quote.gif); }
ol.progress li.purchase { background-image: url(/_images/personal-quote/purchase.gif); }
ol.progress li.confirmation { background-image: url(/_images/personal-quote/confirmation.gif); }




/* =========================================== */
/* = Personal Details Form - general styling = */
/* =========================================== */

form#personal-details-form {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	background: url(/_images/personal-quote/vertical-divider.gif) top center repeat-y;
	color: #333;
}

div#col1 {
	float: left;
	width: 270px;
}

div#col2 {
	float: right;
	width: 270px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
	clear: both;
}

fieldset.step {
	position: relative;
	display: block;
	background: #eee url(/_images/personal-quote/step-footer.gif) bottom center no-repeat;
	width: 250px;
	margin: 0 0 20px 0;
	padding: 0 10px 20px;
	border: none;
}

fieldset.step h2 {
	position: relative; 
	width: 250px;
	margin: 0 -10px;
}

fieldset h3 {
	/*font-weight: bold;
	color: #333;
	font-size: 1em;*/
	margin: 0;
	padding: 0 0 .5em 0;
}

fieldset.section, div.section {
	position: relative; 
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
	background: url(/_images/personal-quote/horizontal-divider.gif) bottom left repeat-x;
}

div.section {
	width:251px;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	font-size:1.1em;
}

form label {
	display: block;
	margin: 0;
	padding: 3px 0 2px 0;
	font-weight: normal;
	clear: both;
	line-height: 1.2;
}

/*form label.short {
	width: 95px;
	padding: 0;
	float: left;
	line-height: 2;
	clear: left;
}*/

form .short {
	width: 125px;
	padding: 0;
	float: left;
	/*line-height: 2;*/
}

form input.text {
	width: 251px;
	padding: 1px;
	background: #fff;
	border: 1px solid #809db9;
}
form input.short {
	padding: 1px;
	background: #fff;
	border: 1px solid #809db9;
	width: 125px;
	margin: 3px 0 0;
	float:left;
}

form select {
	background: #fff;
	border: 1px solid #809db9;
}


form textarea {
	width: 251px;
	height: 40px;
	margin: 0 0 5px 0;
	padding: 1px;
	background: #fff;
	border: 1px solid #809db9;
}

br {
	clear: both;
}

.errormessage {
	color:red;
	display:block;
	margin-top:1em;
}