body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(images/back.jpg);
	color: #FFFFFF;
}

#container {
	background-image: url(images/bg.jpg);
	background-repeat:no-repeat;
	width: 800px;
	max-width: 800px;
	height: 600px;
	max-height: 600px;
	margin: auto;
}

#header {
	width: 800px;
	height: 244px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	margin-left: 19px;
}

#bottom	{
	width: 800px;
	height: 355px;
	clear: both;
}

#video {
	float: right;
	width: 350px;
	height: 300px;
	max-width: 350px;
	max-height: 300px;
	margin-right: 25px;
}

#form {
	clear: left;
	width: 385px;
	margin-left: 10px;
	float: left;
	margin-top: 25px;
}


#form h4 {
    color: #FF0000;
font-size: 130%;
text-align: center;
}

#form td {
	padding-bottom: 10px;
}

#form .approval {
	margin-left: 40px;
}

/* Main table that entire page is built in */
.leadMainTable {
	width: 375px;
	height: 295px;
	border: 0px;
}

/* Header row containing dealer name and form title */
.leadHeaderRow {
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	font-size: 24px;
	text-align: left;
}

/* <td> Cell - The formTable resides in this cell */
.mainSection {
	height: 266px;
	vertical-align: middle;
}

/* Table - Form lies within this table */
.formTable {
	width: 85%;
	border: 0px;
}

/* Styling for the form directions */
.directions {
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
}

.approved {
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	color:#FFFF00;
}

/* Styling for text field labels */
.label {
	width: 32%;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

/* Styling for required indicator (* -> indicator) */
.req {
	font-size: 10px;
	color: #ff0000;
}

/* Last row - just solid rectangle acting as a bottom border (or for disclaimer) */
.lastRow {
	height: 20px;
	color: #fff;
	font-size: 11px;
	vertical-align: middle;
	background-color: #0053A0;
	padding: 4px;
}