div.formDiv {
	padding:			10px 0 15px 0;
}

div.block-offer div.center h3 {
	margin:				5px 0 10px 0;
}

div.formDiv table th {
	text-align:			left;
	font-weight:		normal;
	color:				#000;
	
	padding:			4px 0 4px 0;
	vertical-align:		top;
}

label.labelcapt {
	font-size:			10px;
	color:				#000;
}

div.formDiv input {
	height:				16px;
	padding:			2px 5px 2px 5px;
	font-size:			11px;
	border: 			1px solid #b2b0ad;
}

div.formDiv textarea {
	padding:			2px 5px 2px 5px;
	font-size:			11px;
	border: 			1px solid #b2b0ad;
	overflow:			auto;
	font-family:		Verdana, Helvetica, sans-serif;
}

a.submitbttn {
	display:			block;
	float:				right;
	width:				200px;
	font-weight:		bold;
	color:				#fff !important;
	padding: 			0 0 0 20px;
	background:			url('/images/backgrounds/bttn_arrow_bg.gif') left 3px no-repeat;
	text-decoration:	none;
}

a.submitbttn:hover {
	text-decoration:	underline;
}

h3.step-1 {
    background-image:   url('/images/icons/step-1.png');
    background-repeat:  no-repeat;
    padding-left:       30px;
    line-height:        19px;
    margin-bottom:      5px;
}

div.dealer-bottom h3.step-2 {
    background-image:   url('/images/icons/step-2.png');
    background-repeat:  no-repeat;
    background-position:left 11px;
    padding-left:       30px;
    line-height:        19px;
    margin-bottom:      5px;
    margin-left:        20px;
    padding-top:        11px;
}

div#selectedDealer h3 {
    background-image:   url('/images/icons/step-2.png');
    background-repeat:  no-repeat;
    background-position:left 11px;
    padding-left:       30px;
    line-height:        19px;
    margin-bottom:      5px;
    margin-left:        20px;
    padding-top:        11px;
    display:            block;
}

div#selectedDealer h3 span {
	font-weight:       normal;
}

div#send-button {
    display:            none;
}

div#send-button div.center {
	background-image:  url('/images/icons/step-3.png');
	background-repeat: no-repeat;
	height:            17px;
}

div#floaterRight {
    display:            none;
}

div#dealer-List {
    margin-top:         350px;
}