/* ----------------------------------------------------------------------------------------------------
Capita Registrars - Online quotation request styles

version:	1.0
updated:	25/05/2006
author:		Neal Hulme
email:		nhulme@capitaregistrars.com
---------------------------------------------------------------------------------------------------- */

body, a, p, h1, h2, h3, ul, li, dl, dt, dd {
	padding: 0;
	border: none;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	list-style: none;
}

/* layout styles
---------------------------------------------------------------------------------------------------- */

body {
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#wrapper {
	width: 774px;
}

#progress {
	float: left;
	width: 100%;
	margin-bottom: 2em;
	font-size: 0.8em;
}
#progress li {
	float: left;
	width: 5em;
	margin-right: 1em;
	text-align: center;
	color: #b2b3b5;
}

/*#step-1 #progress-1,
#step-2 #progress-2,
#step-3 #progress-3,
#step-4 #progress-4,
#step-5 #progress-5,
#step-6 #progress-6,
#step-7 #progress-7,
#step-8 #progress-8,
#step-9 #progress-9,
#step-10 #progress-10,
#step-11 #progress-11,
#step-12 #progress-12,
#step-13 #progress-13,
#step-14 #progress-14 {
	color: #000;
}*/

#masthead {
	border-bottom: 5px solid #b11f16;
	margin-bottom: 10px;
}
#masthead img {
	padding: 19px 10px;
}

#content {
	margin-left: 10px;
}


/* common styles
---------------------------------------------------------------------------------------------------- */

p {
	margin-bottom: 1em;
}


h1 {
	margin: 0.25em 0 0.5em;
	font-size: 1.6em;
	font-weight: bold;
}
h1 span {
	font-size:	0.75em;
	font-weight: normal;
}
h2 {
	margin: 1.5em 0 0.5em;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	margin: 1.5em 0 0.5em;
	font-weight: bold;
}

ul {
	margin-bottom: 2em;
}
ul li {
	padding-left: 2em;
	list-style: square inside;
}

.feedback { color: #009900; }

label em, .warning {
	color: #de3949;
}


/* form styles
---------------------------------------------------------------------------------------------------- */

form {
	width: 580px;
	clear: both;
}

#quoteLayout {
	width: 250px;
	margin-bottom: 1em;
	}
#quoteLayout h2 { padding: 0; margin: 0; }

table.layout {
	width: 584px;
	border-collapse: collapse;
	margin-bottom: 1em;
}
div.layout { 
	width: 475px;
	margin-top: 2em;
	}

#quoteLayout th,
table.layout th {
	padding: 5px;
	text-align: left;
}

#quoteLayout td,
table.layout td {
	padding: 5px;
}

.left {	float: left; }
.right {	float: right; }
.auto {	width: auto; }

dl.radioList {
	padding-top: 5px;
	padding-bottom: 20px;
	}
dl.radioList h2 {
	padding: 0;
	margin: 0;
	}
dl.radioList dd {  text-align: right;}
dl.radioList .radio { vertical-align: middle; }

div.buttons {
	position: relative;
	float: left;
	left: -10px;
	width: 579px;
	padding: 5px 5px 5px 10px;
	margin-top: 2em;
	margin-bottom: 2em;
	background: #d1dfe9;
}

div.buttonsTop input { 
	border: none;
	background: none;
	padding: 0;
	text-decoration: underline;
	}


div.topLblWrapper {	float: left; }

.emptyButtonBar { height: 2.5em; }
.button {
	width: 6em;
}
#btnNext {
	float: right;
}

textarea {
	width: 40em;
	height: 5em;
}

.w5em { width: 5em; }
.w10em { width: 10em; }
.w15em { width: 15em; }
.w20em { width: 20em; }
.w25em { width: 25em; }
.w30em { width: 30em; }


#confirmationContent {clear: both; padding-top: 0.5em}
.tblConfirm {width: 100%}
.tblConfirm td {width: 50%}
#tblContacts {text-align: left}
#tblContacts .left	{padding-right: 2em}
#tblContacts .right	{padding-left: 2em}
.topTblLayout {padding-top: 1em; vertical-align: top}

#chkMarketing {vertical-align: bottom}