@charset "utf-8";

body { font: 80% Verdana, Arial, Helvetica, sans-serif;}

a img { border:none;}

h1 {padding-left:20px;}

#rightMenu { height:400px; float:right; border-left:dotted 1px; margin-left:40px; background-color:#f3f3f3;}

#becomeDealerrightMenu { height:580px; float:right; border-left:dotted 1px; margin-left:40px; background-color:#f3f3f3;}

#indexContent { padding-top:15px;}
#indexContent p { padding:5px 20px 10px 20px;}

#warrantyInfo { padding-top:15px;}
#warrantyInfo img { float:left; padding-left:30px; margin-right:20px;}

.goLink img { position:relative; top:3px; left:3px;}

ul { list-style:inside; padding-left:30px;}

div#applylinks{
	margin-left:9px;
}

div#applylinks div.linkbox{
	height:127px;
	width:202px;
	border:1px solid #9da1a4;
	margin:5px;;
	float:left;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
}
div#applylinks div.linkbox span.title{
	font-size:23px;
	font-weight:bold;
	letter-spacing:-2px;
	color:#4f5356;
	position:relative;
	top:5px;
}

div#applylinks div.linkbox p{
	color:#4f5356;
	font-size:11px;
	padding:5px 10px 0 10px;;
	letter-spacing:-1px;
}
div#applylinks div.icon {
	height:76px;
	width:73px;
	float:left;
	margin-top:-58px;
	background-repeat:no-repeat;
	cursor:pointer;
}
div#applylinks div#icon_download{
	background-image:url(../images/becomeDealer/icon_download.png);
	position:relative;
	left:223px;
	cursor:pointer;
}
div#applylinks div#icon_online{
	background-image:url(../images/becomeDealer/icon_online.png);
	position:relative;
	left:73px;
	cursor:pointer;
}

div#content_main p{
	padding:5px 20px 10px 20px;
}

div#form_apply_error{
	border:1px solid #76B9DA;
	background-color:#e2e9ef;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:0 20px;
	padding:5px;
	font-size:10px;
}
div#form_apply_error strong{
	font-size:11px;
}
div#form_apply_error ul{
	padding-left:10px;
	margin-top:3px;
}

div#form_apply{
	width:450px;
}

div#form_apply form div.form_section{
	border:1px solid #999;
	margin:10px 20px;
	padding-bottom:10px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#FFF;
}
div#form_apply form div#section_buttons{
	margin:0 20px 10px 20px;
	float:right;
}

div#form_apply form div.form_section div.section_title{
	background-color:#CCC;
	border-bottom:1px solid #999;
	margin-bottom:5px;
	font-weight:bold;
	padding-left:2px;
}

div#form_apply form div.form_section div.field{
	width:190px;
	float:left;
	margin-left:10px;
}
div#form_apply form div.form_section div.field input{
	width:180px;
}
div#form_apply form div.form_section div.field.wide{
	width:390px;
}
div#form_apply form div.form_section div.field input.fill{
	width:380px;
	margin-bottom:5px;
}
div#form_apply form div.form_section div.field textarea.fill{
	width:380px;
}
div#form_apply form div.form_section div.field input.radio{
	width:30px;
}