#testDriveMainContainer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	position: relative;
}

.testDriveContainer
{
	float: left;
	z-index: 1000;
	display: block;
	border: 1px solid #a6d0e7;
	position: relative;
	width: 572px;
	height: 410px;
	padding: 10px;
}

#testDriveRight
{
	background-image: url('images/testDrive/testDriveRight.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	width: 378px;
	height: 432px;
	float: right;
}

#topLeft
{
	background-image: url('images/testDrive/cornerTopLeft.gif');
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 3px;
	height: 3px;
}

#bottomRight
{
	background-image: url('images/testDrive/cornerBottomRight.gif');
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 3px;
	height: 3px;
}

.heading
{
	font-size: 15pt;
	font-weight: bold;
}

.fieldHeading
{
	font-size: 9pt;
	font-weight: bold;
}

.privacy
{
	font-size: 7pt;
	position: absolute; 
	bottom: 5px;
}

.input
{
	font-size: 8pt;
	width: 150px;
	border: 1px solid #b4c1c8;
}

.testDriveTable td
{
	padding: 2px;
}

#bookMessage
{
	font-size: 11pt;
	text-align: center;
	color: #333333;
	position: absolute;
	width: 400px;
	top: 200px;
	left: 100px;
}