body{
	font-size:70%;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #cccccc;
}

.container{
	width:768px;
}

.containerInnerTestDrive{
	background-color: #dcdcd2;
}

.headerText{
	padding-left:25px;
	background-color:#edeee9;
	font-size:12px;
	height:35px;
	line-height:35px;
}

.containerLeft{
	padding-top: 10px;
	margin-left: 25px;
	float:left;
	width: 350px;
}

a.link
 {
 	text-decoration:none;
 	color:#cc0000;
 }

 a:hover.link
 {
 	text-decoration:underline;
	color:#cc0000;
 }

.containerMiddle
{
	width:20px;
	float:left;
	height:auto;
}


.containerMiddle .line2x262, .containerMiddle .line2x350
{
	margin:1px 8px 0 10px;
}

.containerRight
{
	padding-top: 10px;
	width:240px;
	float:left;
}

.clear
{
	clear:both;
}

/* double colour lines */

.line240x2
{
	width:240px;
	height:2px;
	background:url(../images/img_line240x2.gif) no-repeat;
	clear:both;
}

.line2x262
{
	width:2px;
	height:33em;
	background:url(../images/img_line2x262.gif) repeat-y;
	clear:both;
}

.line250x2
{
	width:250px;
	height:2px;
	background:url(../images/img_line250x2.gif) repeat-y;
	clear:both;
}

.line235x2
{
	width:235px;
	height:2px;
	background:url(../images/img_line235x2.gif) repeat-y;
	clear:both;
}

.line2x350
{
	width:2px;
	height:350px;
	background:url(../images/img_line2x350.gif) repeat-y;
	clear:both;
}

.line499x2
{
	width:499px;
	height:2px;
	background:url(../images/img_line499x2.gif) no-repeat;
	clear:both;
}

/* Form fields */

.frmRow{
	width:340px;
	padding-bottom: 5px;
	clear: both;
}

label
{
	width:85px;
	float:left;
}

select
{
	width:144px;
	height:18px;
	border:1px solid #666666;
	font-family:Arial, sans-serif;
	font-size:11px;
	float:left;
	color:#999999;
	margin-right:4px;
}

input
{
	
	height:14px;
	border:1px solid #666666;
	font-family:Arial, sans-serif;
	font-size:11px;
	float:left;
	color:#999999;
	padding:2px;
	margin-right:4px;
}

span.checkbox input
{
	width:15px !important;
	height:15px !important;
	margin-right:5px;
	border:none !important;
}

.lbl_check{
	width: 60px;
}

.eContent{
	color: red;
	font-weight: bold;
}