
/* CSS Document */

body{
	margin:20;
	padding:0;
	background: url(/images/popupBkg.jpg) no-repeat top;
	background-color:#000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.headertable{
	background-color:#fdf200;
}

.dealerName {
	font-size:30px;
	font-weight:bolder;
	padding-left:30px;
}

.topLeft {
	background-image:url('/images/popup_topLeft_corner.png');
	height:11px;
	width:11px;	
	background-repeat:no-repeat;
	background-position:bottom left;
}
.topMiddle {
	background-image:url('/images/popup_top.png');
	height:11px;
	
	background-repeat:repeat-x;
	background-position:bottom;
}
.topRight {
	background-image:url('/images/popup_topRight_corner.png');
	height:11px;
	width:11px;
	background-repeat:no-repeat;
	background-position:bottom right;
}


.middleLeft {
	background-image:url('/images/popup_left.png');
	background-repeat:repeat-y;
	width:11px;
}
.middle {
	background-color:#e4e7ea;
}
.rightside {
	background-color:#c4c9ce;
}
.middleRight {
	background-image:url('/images/popup_right.png');
	background-repeat:repeat-y;
	background-position:right;
	width:11px;
}
.middleRightDark {
	background-image:url('/images/popup_right_dark_middle.png');
	background-repeat:repeat-y;
	background-position:right;
	width:11px;
}
.bottomLeft {
	background-image:url('/images/popup_bottomLeft_corner.png');
	height:11px;
	width:11px;	
	background-repeat:no-repeat;
	background-position:bottom left;
}
.bottomMiddle {
	background-image:url('/images/popup_bottom.png');
	height:11px;
	background-repeat:repeat-x;
	background-position:bottom;
}
.bottomRight {
	background-image:url('/images/popup_bottomRight_corner.png');
	height:11px;
	width:11px;
	background-repeat:no-repeat;
	background-position:bottom right;
}

.bottomMiddleRight {
	background-image:url('/images/popup_bottom_right.png');
	height:11px;
	background-repeat:repeat-x;
	background-position:bottom;
}

.topLine {
	background-image:url('/images/popup_top_left_line.png');
	background-repeat:repeat-x;
	height:11px;
}
.topLineRight {
	background-image:url('/images/popup_top_right_line.png');
	background-repeat:repeat-x;
	height:11px;
}
.tLine {
	background-image:url('/images/popup_T_line.png');
	background-repeat:no-repeat;
	width:9px;
	
}
.bottomtLine {
	background-image:url('/images/popup_bottomRight_T_line.png');
	
}
.vLine {
	background-image:url('/images/popup_middle_line.png');
	background-repeat:repeat-y;
	width:9px;
}

.tLeft {
	background-image:url('/images/popup_t_left.png');
	background-repeat:no-repeat;
	width:9px;
}
.tRight {
	background-image:url('/images/popup_t_right.png');
	background-repeat:no-repeat;
	
}
.bottomtRight {
	background-image:url('/images/popup_bottomRight_T_line.png');
	background-repeat:no-repeat;
	
}

.dealerPhone{
	color:#333333;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:26px;
}

	
.vp_contactform
{
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
  }
.vp_vehicleinfo
{
	color: #333333;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.btn{
	display:block;
	border-width:0px;
	height:30px;
	width:86px;
	background-image:url(/images/submit_btn.jpg);
}

.btn:hover {
	display:block;
	border-width:0px;
	height:30px;
	width:86px;
	background-image:url(/images/submit_btn_over.jpg);
}
.video_header
{
	background-image:url(/images/popupVideo.jpg);
	width:404; 
	height:36;
}

.info_header
{
	background-image:url(/images/popupInfo.jpg);
	width:271; 
	height:36;
}
.contact_header
{
	background-image:url(/images/popupContact.jpg);
	width:232; 
	height:36;
}
