input.btn
{
	color: #009;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal; 
	background-color: #EEE;
	border: 1px solid #666;
	border-top-color: #666;
	border-left-color: #666;
	border-right-color: #333;
	border-bottom-color: #333;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Gradient
		(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ccccccaa');
}

.greenSubHeading
{
	color: #050;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.getStartedText
{
/*	font-family: Georgia, "Times New Roman", Times, serif; */
	color: #060;
	font-style: italic;
}

.requirementsStatement
{
	border: 1px solid #999999; 
	color: #000000;
	background-color: #F7EFE8;
	padding: 10px;
/*	height: 130px; */
	width: 580px;
	text-align: left;
	margin-left: 10px; 
	margin-bottom: 12px;
}

.getDealerPacket
{
	float: right;
	width: 180px;
	border: 1px solid #999999;
	background-color: #EEEEEE;
	margin: 0px 0px 5px 7px;
	padding: 8px;
	font-size: 95%;
	color: #000000;
}

a.packetLink:link
{
	color: #0000CC;
	text-decoration: underline;
	font-weight: bold;
}		
a.packetLink:visited
{
	text-decoration: underline;
	font-weight: bold;
}		
a.packetLink:hover
{
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

.dealerInfoBg {
	background-color: #E0E0E0;
	margin-right: 15px;
	margin-left: 15px;
	padding: 10px 10px 10px 10px;
	border: solid #999999 1px;
}

.noMargin
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.requiredText
{
	color: #C00;
	font-style: italic;
}

.requiredBold
{
	color: #C00;
	font-weight: bold;
}

.errorBox
{
	width: 400px;
	margin: 6px auto 12px auto;
	padding: 8px 8px 0px 8px;
	border: 1px solid #C00;
	color: #C00;
	font-weight: bold;
}

.tblHeadingWhite 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

table.doc
{
	padding: 0;
	width: 550px;
/*	margin-left: auto;
	margin-right: auto; */
}

table.doc th
{
	padding: 2px;
	background: #369;
}

td.docBgOff
{
	background: #7AD;
}

td.docBgOn
{
	background: #69C;
}

a.docLink:link
{
	width: 66px;
	padding: 9px 17px 9px 17px;
	display: block;
	background-color: #7AD;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}

a.docLink:visited
{
	width: 66px;
	padding: 9px 17px 9px 17px;
	display: block;
	background-color: #7AD;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}

a.docLink:hover
{
	width: 66px;
	padding: 9px 17px 9px 17px;
	display: block;
	background-color: #69C;
	font-size: 12px;
	font-weight: normal;
	color: #C00;
	text-decoration: underline;
}

.docDesc
{
	padding: 6px;
	width: 450px;
	color: #339;
	background: #E0E0E0;
	vertical-align: top;
}