/*generales*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background:#76766C url(img/body_bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */ ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */ table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color:#ED1B2E;
	text-decoration:none;
}
a:hover {
	color:#76766C;
}
p,
label {
	color:#737375;
	font-size:11px;
	line-height:14px;
}
p +p {
	margin-top:14px;
}
h1 {
}
h2 {
}
img {
}
input,
textarea,
select,
button {
	color:#666;
	font-size:11px;
	font-family:Helvetica, sans-serif;
}
input {
	padding:1px 0 2px 2px;
	font-size:12px
}
button,
input.button_send {
	height:21px;
	border:0px;
	line-height:21px;
	text-align:center;
	font-weight:bold;
	color:#666;
	font-size:11px;
	font-family:Helvetica, sans-serif;
	cursor:pointer;
}
.margen_s {
	margin: 5px;
}
.margen_m {
	margin: 10px;
}
.margen {
	margin: 15px;
}
.margen_l {
	margin: 20px;
}
.clear {
	clear: both;
}
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.fright {
	float: right !important;
}
.fleft {
	float: left !important;
}
/*end generales*/

#layout {
	width:980px;
	margin:0px auto;
}
#header {
	width:980px;
	height:107px;
	float:left;
	background:#ffffff url(img/head_bg.png);
	position: relative;
}
#header h1 {
	margin: 0 0 0 31px;
	float:left;
}
/* head navs */

ul#navigation {
	float:left;
	margin:3px 0 0 30px;
}
ul#navigation li {
	float:left;
	height:103px;
}
#navigation li + li {
	background:url(img/nav_li_sep.jpg) no-repeat top left;
	padding-left:1px;
}
ul#navigation li a {
	display: block;
	text-indent: -5000px;
	float:left;
	height:103px;
	vertical-align:middle;
	padding:0 11px;
}
ul#navigation li a.VEHICLES {
	background:url(img/bt_vehicles.gif) no-repeat top center;
	width:51px;
}
ul#navigation li a.DIESEL_TECHNOLOGY {
	background:url(img/bt_diesel.gif) no-repeat top center;
	width:64px;
}
ul#navigation li a.GET_SNEAK_PEAK {
	background:url(img/bt_getsneak.gif) no-repeat top center;
	width:89px;
}
ul#navigation li a.OUR_STORY {
	background:url(img/bt_ourstory.gif) no-repeat top center;
	width:61px;
}
ul#navigation li a:hover,
ul#navigation li a.active {
	background-position:center bottom;
}
div#nav_up {
	float:right;
	height:35px;
	background: #A0A0A0 url(img/nav2_bg_left.gif) no-repeat top left;
	padding: 0 0px 0 16px;
	position: absolute;
	top: 0;
	right: 5px;
}
#nav_up ul {
	float:left;
	padding: 0 16px 0 0;
	height:35px;
	background:url(img/nav2_bg_right.gif) no-repeat top right;
}
#nav_up ul li {
	margin:0px 0 0 0;
	float:left;
}
#nav_up ul li a {
	display: block;
	text-indent: -5000px;
	float:left;
	height:32px;
	line-height:32px;
	padding:0 5px 0 5px;
	vertical-align:middle;
}
#nav_up ul li a.CONTACT_US {
	background:url(img/bt_contact.gif) no-repeat top center;
	width:69px;
}
#nav_up ul li a.MANAGEMENT_NEW {
	background:url(img/bt_management.gif) no-repeat top center;
	width:80px;
}
#nav_up ul li a.PRESS {
	background:url(img/bt_press.gif) no-repeat top center;
	width:35px;
}
#nav_up ul li a.DEALER_LOGIN {
	background:url(img/bt_dealer.gif) no-repeat top center;
	width:77px;
}
#nav_up ul li a.DEALER_MAP {
	background:url(img/bt_dealer_map.gif) no-repeat top center;
	width: 69px;
}
#nav_up ul li a.SPEC_SHEET {
	background:url(img/bt_spec_sheet.gif) no-repeat top center;
	width: 69px;
}

#nav_up ul li a:hover,
#nav_up li a.active {
	background-position: bottom center !important;
}
#nav_up ul li + li {
	background:url(img/nav2_li_sep.jpg) no-repeat left center;
	padding-left:1px;
}
/* end head navs */


/* content */
#content {
	width:980px;
	float:left;
	background:#E2E2E2;
	height:469px;
}

/* content backgrounds */
.our_story {
	background:#E2E2E2 url(img/banner_1.jpg) no-repeat top left !important;
}
.ww2_willy_bg {
	/*
	background:#E2E2E2 url(img/ww2_willy.jpg) no-repeat top left !important;
*/
	background:#E2E2E2 url(img/banner_ww2.jpg) no-repeat top left !important;
}
.farming_bg {
	background:#E2E2E2 url(img/farming.jpg) no-repeat top left !important;
}
.diesel_bg {
	background:#E2E2E2 url(img/diesel.jpg) no-repeat top left !important;
}
.get_bg {
	background:#E2E2E2 url(img/get.jpg) no-repeat top left !important;
}
.becomeadealer_bg {
	background:#E2E2E2 url(img/bg_becomeadealer.jpg) no-repeat top left !important;
	height:875px !important;
}
.footerlinks_bg {
	background:#E2E2E2 url(img/privacy.jpg) no-repeat top left !important;
}
.about_bg {
	background:#E2E2E2 url(img/about.jpg) no-repeat top left !important;
}
.contpress_bg {
	background:#E2E2E2 url(img/press.jpg) no-repeat top left !important;
}
.contcontact_bg {
	background:#E2E2E2 url(img/legal.jpg) no-repeat top left !important;
}
.contsitemap_bg {
	background:#E2E2E2 url(img/sitemap.jpg) no-repeat top left !important;
}
/* end content backgrounds */

/* content navigator our story section*/
#content div.cont_nav {
	background:#ffffff url(img/ul_content1.jpg) no-repeat top left;
	height:29px;
	float:right;
	padding-left:11px;
	clear:both;
	margin:0 0px 10px 0px;
}
#content div.cont_nav ul {
	background:url(img/ul_content2.jpg) no-repeat top right;
	height:29px;
	padding-right:11px;
}
#content div.cont_nav ul li + li {
	background:url(img/ul_content1_sep.jpg) no-repeat top left;
	padding-left:1px;
}
#content div.cont_nav ul li {
	float:left;
}
#content div.cont_nav ul li a {
	float:left;
	width:23px;
	height:29px;
	text-indent: -5000px;
	display:block;
	padding:0px 30px 0px 20px;
}
/* content navigator buttons our story section*/
#content div.cont_nav ul li a.WW2_WILLY {
	background:url(img/bt_ww2willy.gif) no-repeat top center;
}
#content div.cont_nav ul li a.FARMING {
	background:url(img/bt_farming.gif) no-repeat top center;
}
#content div.cont_nav ul li a.TIMELINE {
	background:url(img/bt_timeline.gif) no-repeat top center;
}
#content div.cont_nav ul li a.ANIMATION {
	background:url(img/bt_animation.gif) no-repeat top center;
}
#content div.cont_nav ul li a.MGMT {
	background:url(img/bt_mgmt.gif) no-repeat top center;
}
#content div.cont_nav ul li a.ACCOLADES {
	background:url(img/bt_accolades.gif) no-repeat top center;
}
#content div.cont_nav ul li a.DATA_CAPTURE {
	background:url(img/bt_datacapture.gif) no-repeat top center;
}
#content div.cont_nav ul li a:hover,
#content div.cont_nav ul li a.active {
	background-position:bottom center;
}
/* content navigator news and press section */
#content div.cont_nav2 {
	background:#ffffff url(img/ul_content1.jpg) no-repeat top left;
	height:29px;
	float:right;
	padding-left:11px;
	clear:both;
	margin:0 0px 10px 0px;
}
#content div.cont_nav2 ul {
	background:url(img/ul_content2.jpg) no-repeat top right;
	height:29px;
	padding-right:11px;
}
#content div.cont_nav2 ul li + li {
	background:url(img/ul_content1_sep.jpg) no-repeat top left;
	padding-left:1px;
}
#content div.cont_nav2 ul li {
	float:left;
}
#content div.cont_nav2 ul li a {
	float:left;
	width:43px;
	height:29px;
	text-indent: -5000px;
	display:block;
	padding:0px 30px 0px 20px;
}
/* content navigator buttons news press section */

#content div.cont_nav2 ul li a.NEWS {
	background:url(img/bt_news.gif) no-repeat top center;
}
#content div.cont_nav2 ul li a.MEDIA {
	background:url(img/bt_media.gif) no-repeat top center;
}
#content div.cont_nav2 ul li a.MEDIA_KIT {
	background:url(img/bt_mediakit.gif) no-repeat top center;
}
#content div.cont_nav2 ul li a.DEALERS_ONLY {
	background:url(img/btn_dealersonly.gif) no-repeat top center;
}
#content div.cont_nav2 ul li a:hover,
#content div.cont_nav2 ul li a.active {
	background-position:bottom center;
}
#content div.cont_nav ul li span.down {
	height: 7px;
	margin: 25px -369px 0 0;
	position: absolute;
	width: 73px;
	display: block;
	cursor:pointer;
	z-index:99;
	right: 50%;
}
#content div.cont_nav ul.sub_menu {
	background:#A0A0A0 url(img/ul_subnav2.jpg) no-repeat top right;
	height:28px;
	padding: 0 9px 0 0;
	position:absolute;
	margin:31px -454px 0 0px;
	right:50%;
	visibility:hidden;
	z-index:9;
}
#content div.cont_nav ul.sub_menu span {
	background:url(img/ul_subnav1.gif) no-repeat top left;
	height:28px;
	width:12px;
	margin-left:-12px;
	display:block;
	float:left;
}
#content div.cont_nav ul.sub_menu li {
	float:left;
}
#content div.cont_nav ul.sub_menu li + li {
	background:url(img/ul_subnav_sep.gif) no-repeat top left;
	padding-left:1px;
}
#content div.cont_nav ul.sub_menu li a {
	float:left;
	height:28px;
	padding:0 3px;
	margin:0 0 0 0px;
	display:block;
}
#content div.cont_nav ul.sub_menu li a#Dr_Pawan {
	background:url(img/bt_pawan.gif) no-repeat top center;
	width:183px;
}
#content div.cont_nav ul.sub_menu li a#Ceo_Perez {
	background:url(img/bt_perez.gif) no-repeat top center;
	width:119px;
}
#content div.cont_nav ul.sub_menu li a#Dr_Goetze {
	background:url(img/bt_william.gif) no-repeat top center;
	width:180px;
}
#content div.cont_nav ul.sub_menu li a#Dr_Goetze:hover,
#content div.cont_nav ul.sub_menu li a#Ceo_Perez:hover,
#content div.cont_nav ul.sub_menu li a#Dr_Pawan:hover {
	background-position:bottom center;
}
/* end content navigator buttons */
/* end content navigator */

#content .right_col {
	float:right;
	width:571px;
	margin:6px 27px 20px 27px;
}
#content .center_col {
	float:left;
	width:926px;
	margin:6px 27px 20px 27px;
}
#content h2 {
	text-indent: -5000px;
	float:left;
	clear:both;
	height:33px;
	padding-bottom:5px;
	width:565px;
}
#content h2 a {
	text-indent: 0px;
	float:right;
	height:15px;
	margin:-7px 0 0 0;
	font-size:11px;
	text-transform:lowercase;
}
#content h2 a:hover {
	text-decoration:underline;
}
#content h2.Mahindra_History {
	background:url(img/tit_mahindrahistory.jpg) no-repeat top left;
}
#content h2.Mahindra_TimeLine {
	background:url(img/tit_mahindratimeline.jpg) no-repeat top left;
}
#content h2.Clean_Diesel {
	margin-top:39px;
	background:url(img/tit_cleandiesel.jpg) no-repeat top left;
}
#content h2.Press {
	margin-top:20px;
	background:url(img/tit_press.jpg) no-repeat top left;
}
#content h2.Vehicles {
	margin-top:39px;
	background:url(img/tit_vehicles.gif) no-repeat top left;
}
#content h2.About {
	margin-top:39px;
	background:url(img/tit_about.gif) no-repeat top left;
}
#content h2.Auto_World {
	margin-top:39px;
	background:url(img/tit_auto.gif) no-repeat top left;
}
#content h2.Privacy {
	margin-top:39px;
	background:url(img/tit_privacy.gif) no-repeat top left;
}
#content h2.Legal {
	margin-top:39px;
	background:url(img/tit_legal.gif) no-repeat top left;
}
#content h2.Sitemap {
	margin-top:39px;
	background:url(img/tit_sitemap.gif) no-repeat top left;
}
#content h2.Contact {
	margin-top:39px;
	background:url(img/tit_contact.gif) no-repeat top left;
}
#content h2.Consumer_Incentive {
	background:url(img/tit_costumer.gif) no-repeat top left;
}
#content h2.News {
	background:url(img/tit_news.gif) no-repeat top left;
}
#content h2.Mgmt {
	background:url(img/tit_mgmt.gif) no-repeat top left;
}
#content h2.Media_Kit {
	background:url(img/tit_mediakit.gif) no-repeat top left;
}
#content h2.Accolades {
	background:url(img/tit_accolades.gif) no-repeat top left;
}
#content h2.WW2_Willy {
	background:url(img/tit_ww2.gif) no-repeat top left;
}
#content h2.Farming {
	background:url(img/tit_farming.gif) no-repeat top left;
}
#content h2.Goetze {
	background:url(img/tit_Goetze.gif) no-repeat top left;
	display:block;
	height:42px;
}
#content h2.Perez {
	background:url(img/tit_perez.gif) no-repeat top left;
	display:block;
	height:42px;
}
#content h2.Pawan {
	background:url(img/tit_pawan.gif) no-repeat top left;
	display:block;
	height:42px;
}
#content h2.beguiristain {
	background:url(img/tit_Beguiristain.gif) no-repeat top left;
	display:block;
	height:44px;
}
#content h2.Petrizzo {
	background:url(img/tit_Petrizzo.gif) no-repeat top left;
	display:block;
	height:42px;
}
#content h2.Durham {
	background:url(img/tit_Durham.gif) no-repeat top left;
	display:block;
	height:42px;
}
#content h2.Daniel {
	background:url(img/tit_daniel.gif) no-repeat top left;
	display:block;
	height:42px;
}
#content h2.Najour {
	background:url(img/tit_Najour.gif) no-repeat top left;
	display:block;
	height:44px;
}
#content h2.lane {
	background:url(img/tit_lane.gif) no-repeat top left;
	display:block;
	height:44px;
}
#content h2.Get_Sneak {
	margin-top:39px;
	background:url(img/tit_get.gif) no-repeat top left;
}
#content h2.becomeadealer {
	margin-top:39px;
	background:url(img/tit_becomeadealer.gif) no-repeat top left;
}
#content .right_col div.cont_page {
	float:left;
	width:565px;
	height:337px;
	clear:both;
}
#content .center_col div.cont_page {
	float:left;
	width:940px;
	height:337px;
	clear:both;
}
#content div.cont_page a {
	/*
	padding:1px 3px;
*/
	font-weight:bold;
}
#content div.cont_page a:hover {
	text-decoration:underline/*
	border-left:1px solid #ED1B2E;
	border-right:1px solid #ED1B2E;
	padding:1px 2px;	
*/
}
#content div.cont_page img {
/*
margin:0 0 10px 10px;
*/
}
#content div.cont_page p {
	text-align:justify;
}
#content div.cont_page div.news_block {
	float:left;
	clear:both;
	margin:5px 0;
}
#content div.news_block_scroll {
	overflow-x:hidden;
	overflow-y:auto;
	height:378px !important;
	width:575px !important;
}
#content div.news_block_scroll div.news_block {
	width:550px !important;
}
#content div.cont_page div.news_block P {
	width:565px;
}
#content div.news_block_scroll div.news_block p {
	width:550px !important;
	padding:0 3px;
}
#content div.cont_page div.bio_block {
	float:left;
}
#content div.cont_page div.bio_block a {
	margin:9px 6px 6px 0px;
	border:1px solid #E2E2E2;
	float:left;
	width:180px;
	height:100px;
	font-weight:normal;
	position:static;
}
#content div.cont_page div.bio_block a:hover {
	background:#F4F4F4;
	border:1px outset #CCC;
	text-decoration:none;
}
#content div.cont_page div.bio_block h3 {
	text-align:left;
	font-size:15px;
	padding: 1px 0 5px 0;
	color:#666;
}
#content div.cont_page div.bio_block p {
	padding:0px;
	margin:0px;
	text-align:left;
	font-size:11px;
	line-height:13px;
}
#content div.cont_page div.bio_block img {
	margin:0 5px 0px 0;
	height:100px;
	float:left;
}
/* pager */
#content div.cont_pager {
	height:29px;
	position:absolute;
	background:#F0F0F0 url(img/pager_ul1.jpg) no-repeat top left;
	padding-left:11px;
	right:50%;
	margin:416px -465px 0 0;
}
#content div.cont_pager ul {
	height:29px;
	float:left;
	background:#F0F0F0 url(img/pager_ul2.jpg) no-repeat top right;
	padding-right:11px;
}
#content div.cont_pager ul li {
	height:29px;
	float:left;
}
#content div.cont_pager ul li + li {
	background:url(img/pager_li_sep.jpg) no-repeat left center;
	padding-left:1px;
}
#content div.cont_pager ul li a {
	height:29px;
	line-height:29px;
	float:left;
	padding:0 7px;
	font-family:helvetica;
	color:#A0A0A0;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
#content div.cont_pager ul li a.PREVIOUS_ARROW {
	width:19px;
	background:url(img/pager_arrow_prev.gif) no-repeat center center;
	text-indent: -5000px;
}
#content div.cont_pager ul li a.NEXT_ARROW {
	width:19px;
	background:url(img/pager_arrow_next.gif) no-repeat center center;
	text-indent: -5000px;
}
#content div.cont_pager ul li a:hover,
#content div.cont_pager ul li a.active {
	color:#333333;
}
/* end pager */

#content a.back_bt {
	position:absolute;
	font-weight:bold;
	height:15px;
	margin:426px 0 0 0;
	font-size:11px;
}
#content hr {
	height:0px;
	float:left;
	margin:5px 0;
	border-top:1px dashed #BBB8B1;
	/*background:#E2E2E2 url(img/line_hr.jpg) repeat-x 0px 0px;*/
	width:565px;
}
/* flash movies */
div.timeline_flashmovie {
	/*
	background:#000 url(img/timeline_flash.jpg) no-repeat top left;
*/
	width:980px;
	height:328px;
	margin:0 0 0 -27px;
}
div.home_flashmovie {
	background:#000 url(img/home_flash1.jpg) no-repeat top left;
	width:980px;
	height:469px;
}
/* end flash movies */

/* forms */

#content div.form_combo {
	float:left;
	padding: 20px 0;
}
#content div.form_combo .form_field {
	float:left;
	height:22px;
	line-height:22px;
	margin:3px 0 12px;
	vertical-align:middle;
}
#content div.form_combo .form_field label {
	float:left;
	width:100px;
	padding: 0 5px 0 0;
	text-align:right;
	font-weight:bold;
	height:22px;
	line-height:22px;
	vertical-align:middle;
}
#content div.form_field label.important_field {
	float:right !important;
	width:15px !important;
	text-align:center !important;
	font-size:13px;
	color:#ED1B2E;
}
#content p.req {
	color:#ED1B2E;
	font-weight:bold;
	margin-right:15px;
}
#content p.req span {
	font-size:13px;
}
#content div.form_combo .form_field input,
#content div.form_combo .form_field select {
	float:left;
	width:146px;
	vertical-align:middle;
}
#content div.form_combo .form_field select {
	height: 22px;
}
#content div.form_combo .form_field input.checkbox {
	float:left;
	width:20px;
	text-align:left;
	cursor:pointer;
	padding:0px;
	margin:0 10px 15px 20px;
}
#content div.form_combo .form_field input.button_send {
	background:#ffffff url(img/bt_submit.gif) no-repeat 0px 0px;
	float:right;
	padding:0px;
	width:88px;
	margin: 0 30px;
	line-height:21px !important;
	border:0px;
}
/* end forms */
/* end content */
/* footer */
#footer {
	width:980px;
	height:26px;
	float:left;
	background:#ffffff url(img/smalllogo.jpg) no-repeat 940px 4px;
}
#footer ul {
	margin: 0 0 0 21px;
	float:left;
}
#footer ul li {
	float:left;
}
#footer ul li a {
	display: block;
	text-indent: -5000px;
	height:26px;
	float:left;
	padding:0 4px;
}
#footer ul li a.PRIVACY {
	background:url(img/bt_privacy.gif) no-repeat top center;
	width:45px;
}
#footer ul li a.LEGAL {
	background:url(img/bt_legal.gif) no-repeat top center;
	width:35px;
}
#footer ul li a.AUTO_WORLD {
	background:url(img/bt_autoworld.gif) no-repeat top center;
	width:129px;
}
#footer ul li a.ABOUT_GV {
	background:url(img/bt_aboutgv.gif) no-repeat top center;
	width:55px;
}
#footer ul li a.SITEMAP {
	background:url(img/bt_sitemap.gif) no-repeat top center;
	width:45px;
}
#footer ul li a:hover,
#footer ul li a.active {
	background-position: center bottom;
}
#footer p.Copyright {
	float:right;
	margin-right:45px;
	line-height:26px;
}
/* footer */
/* message */
#content div#send_message,
.mensaje {
	width:560px;
	height:260px;
	background:#E2E2E2;
	border:solid 1px #fff;
	position:absolute;
	right:50%;
	margin-right:-470px;
	top:267px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#content div#send_message p,
.mensaje p {
	margin-top:100px;
	padding: 5px;
	width:550px;
	text-align:center;
	color:#ED1B2E;
	font-weight:bold;
	font-size:17px;
	line-height:20px;
	position:absolute;
}
#content div#send_message a.close_bt,
.mensaje a.close_bt {
	color:#000;
	float:right;
	clear:both;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	margin:5px;
	padding:1px 12px 1px 5px;
	cursor:pointer;
	background:#E2E2E2 url(img/close_bt.gif) no-repeat center right;
}
#content div#send_message a.close_bt:hover,
.mensaje a.close_bt:hover {
}
/* end message */
/*span*/
.span10 {
	width:10px !important;
}
.span30 {
	width:30px !important;
}
.span50 {
	width:50px !important;
}
.span90 {
	width:90px !important;
}
.span100 {
	width:100px !important;
}
.span125 {
	width:125x !important;
}
.span150 {
	width:150px !important;
}
.span200 {
	width:200px !important;
}
.span250 {
	width:250px !important;
}
.span280 {
	width:280px !important;
}
.span300 {
	width:300px !important;
}
.span350 {
	width:350px !important;
}
.span400 {
	width:400px !important;
}
.span450 {
	width:450px !important;
}
.span560 {
	width:560px !important;
}
.span600 {
	width:600px !important;
}
/*end span*/

/* form: become a dealer */
#content div.form_combo fieldset#personal_information div.form_field {
	width: 270px;
}
#content div.form_combo fieldset#personal_information .form_field input,
#content div.form_combo fieldset#personal_information .form_field input {
	width: 138px;
}
#content div.form_combo fieldset#dealership_location {
	padding-bottom:30px;
}
#content div.form_combo fieldset#dealership_location .form_field  label {
	line-height: 17px;
	width: 244px;
}

/* form fieldsets */
form fieldset {
	border: 1px solid #a0a0a0;
	padding: 10px;
}
form fieldset legend {
	color: #666;
	font-weight: bold;
	font-size: 12px;
	padding: 0 10px;
}

