#postcodetable {
	background: #eeeeee;
	margin-top: 15px;
	font: 1.2em Arial, Helvetica, sans-serif;
	width: 786px;
}
#postcodetable td {
	background: #FFFFFF;
}

#postcodetable #toprow {
	background: #3F48AB;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#postcodetable #secondrow {
	background: #eeeeee;
}

#postcodetable .leftcolumn {
	width: 250px;
}
#postcodetable .rightcolumn {
	background: #00FF00;
}
#postcodetable .radio {
	margin-bottom: -1px;
}
#postcodetable #next {
	text-align: right;
}
#mandatory2 {
	color: #FF0000;
}
#mandatory {
	color: #FF0000;
}
#quickquote {
	margin-top: 15px;
}
/* error styles start here */

.errordiv {
	font-size: small;
	margin-bottom: 10px;
	padding-left: 5px;
	background-color: #FFFF99;
	border: 2px solid #FF0000;
}
.errorhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CC0000;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

