* {background-repeat: no-repeat;}

body
{
	background-image: url(images/dots.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font-family: Verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #073d8a;
}

.wrap
{
	width: 960px;
	margin: auto;
	background-color: #073d8a;
	padding-bottom: 111px;
}

.header h1
{
	height: 111px;
	background-image: url(images/mvahead.jpg);
	text-indent: -99999px;
}

.header h1 a
{
	height: 111px;
	display: block;
}

.control
{
	background-color: #fff;
	padding: 20px 50px;
}

.content
{
	background-color: #fff;
	padding: 20px 70px;
}
.content img
{
	width: 320px;
	height: 240px;
}

h1, h2, h3, h4, h5, h6 {margin: 0; font-weight: bold; line-height: 100%;}
h2 {font-size: 26px; padding: 0 10px; margin-bottom: 35px;}
h3 {font-size: 16px; margin-bottom: 15px;}

.box
{
	width: 400px;
	height: 133px;
	padding: 0 10px;
}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}

.border
{
	border: 2px #073d8a solid;
}

.bb {border-width: 0 0 2px 0; padding-left: 68px; width: 342px;}
.bbr {border-width: 0 2px 2px 0;}

#location
{
	width: 292px;
	height: 32px;
	font-size: 14px;
	color: #404040;
	line-height: 150%;
	padding-top: 4px;
}

#location option
{
	font-size: 14px;
	color: #404040;
	padding: 7px;
}

#vin
{
	width: 268px;
	height: 18px;
	padding: 7px;
	background-image: url(images/formtext.png);
	border: none;
	font-size: 14px;
	color: #404040;
}

.submit
{
	width: 42px;
	height: 32px;
	background-image: url(images/go.png);
	border: none;
	text-indent: -99999px;
	cursor: pointer;
}

.red {color: #c43953;}
.green {color: green;}

table.results
{
	width: 820px;
}

table.results td
{
	padding: 15px 10px;
	line-height: 100%;
	font-size: 12px;
}

tr.odd td
{
	background-color: #e1e7ed;
}

.content h3 {color: #c43953;}

.queue
{
	background-image: url(images/queuegrad.png);
	background-repeat: repeat-x;
	border: 1px #404040 solid;
	padding: 1px;
	margin-bottom: 20px;
}

.queue img
{
	border: 1px #404040 solid;
}

a {color: #073d8a;}
a:hover {color: black;}

ul, li {list-style: none; margin: 0; padding: 0; line-height: 150%;}
