body {

	background: white;
	color: black;
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
}

form {

	margin: 0;
}

input.vrm {

	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
}

a {

	color: rgb(114, 66, 81);
}

div.spacer {

	clear: both;
	margin:0;
	padding: 0;
	
}

p.top {

	margin-top: 0;
	
}
p.header {

	margin: 0;
	font-size: 14px;
	font-weight: bold;
	
	padding: 4px;
	background: rgb(151, 13, 0);
	color: white;
}

/* Rounded corner code from http://www.albin.net/CSS/roundedCorners/
   Slightly altered for the 5px wide border */
   
.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}

/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 30px; height: 29px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -15px 0px 0px -5px; }
.borderTR { margin: -15px -5px 0px 0px; }
.borderBL { margin: -29px 0px 0px 0px; }
.borderBR { margin: -29px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -15px;
    ma\rgin-left: -15px;
}
html>body .borderTL {
    margin-left: -15px;
}
.borderTR {
    margin-right: -15px;
    ma\rgin-right: -15px;
}
html>body .borderTR {
    margin-right: -15px;
}
.borderBL {
    margin-left: -4px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: 85px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
/* form parent */

#formwrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
    
    width: 480px;
	margin: auto;
}

div.bar {

	background: rgb(151, 13, 0);
}

div.errors {

	width: 480px;
	border: 1px solid #CC6666;
	
	margin: 10px auto 10px auto;

}

div.errors p {

	margin: 5px;
}

div.errors p.header {
	background: #CC4444;
	color: white;
	margin: 0;
}

#section_nav {

	border: 1px solid rgb(114, 66, 81);
	margin-bottom: 15px;
}

#section_nav ul {
	
	list-style: none;
	padding: 0;
	margin: 0;
}

#section_nav ul li {

	float: left;
	margin: 0;
	padding: 0;
	text-align:center;
}

#section_nav ul li a {

	display: block;
	color: rgb(121, 13, 0);
	font-weight: bold;
	text-decoration: none;
	width: 216px;
}

#section_nav ul li a:hover {

	color: white;
	background: rgb(121, 13, 0);
}

#page {

	width: 650px;
	margin: 7px auto 15px auto;
}

#footer {

	padding-top: 10px;
	margin-top: 10px;
	
	text-align: center;
	font-size: x-small;
}

#footer ul {

	list-style: none;
	margin: 4px 0 0 0;
}

#footer ul li {

	display: inline;
	margin: 0;
	padding: 0;
}

#footer p.copy {

	font-size: xx-small;
}

#logo {

	text-align: center;
	margin: 15px auto 20px auto;
}

#index #description {

	text-align: center;
	width: 470px;
	margin: 0 auto 25px auto;
}
#index #form_parent {

	padding: 10px;
	
	border: 5px solid black;
}

#index input.text {

	border: 1px solid black;
	background: rgb(255, 215, 215);
}

#index div.form {

	margin: 10px auto 0 auto;
	padding: 5px 0 5px 0;
	
	font-weight: bold;
	text-align: center;
	
	clear:both;
}

#index div.form img {

	float: left;
	margin: 10px 10px 0 0;
}

#index p.disclaimer {

	font-size: x-small;
	text-align: center;
	
	margin: 30px auto 0 auto;
}

#check_info div.further_checks div.check {

	float: left;
	width: 320px;

}

#check_info div.further_checks div.check a.header {

	display: block;
	padding: 4px 0 4px 4px;
	
	background: rgb(151, 13, 0);
	color: white;
	
	font-weight: bold;
	text-decoration: none;
}

#check_info div.further_checks div.left {

	margin-right: 10px;

}

#check_info div.tellafriend {

	clear: both;
}

#customer_area {

	margin-top: 15px;
}

#about_section {

	margin-top: 15px;
}

#about_section #section_nav ul li a {

	width: 125px;
}

#help_section {

	margin-top: 15px;
}

/* Admin */

div.list_nav {

	width: 650px;
	text-align: center;
	border: 1px solid rgb(114, 66, 81);
	border-bottom: 0;
	margin: 0;
	
}

div.list_nav p {

	margin: 2px;
}

table.table_list {

	background: rgb(114, 66, 81);
	width: 650px;
	font-size: 13px;
}

table.table_list tr td {

	margin: 0;
	padding: 2px;
	background: white;
}


table.table_list tr td.view {
	text-align: center;
}

table.table_list tr td.view a {
	text-decoration: none;
}

table.table_list tr td.view a:hover {
	text-decoration: underline;
}


table.table_list tr td.red {
	background: #FFCCCC;
}

table.table_list tr td.green {
	background: #CCFFCC;
}