﻿* 
{
	text-align: left;
}

body 
{
	width: 100%;
}

div#Head
{
	position: absolute; top: 0;
	left: 50%; margin: 0 0 0 -390px;
}

div#Content
{
	position: absolute; top: 112px;
	left: 50%; margin: 0 0 0 -390px; padding-right: 10px;
	background-image: url(/images/LeftContentShadow.png);
	background-position: top right;
	background-repeat: repeat-y;
}

.Pad
{
	padding: 10px;
}

h1
{
	font: normal normal bold 18px Arial;
	border-left: solid 6px #600;
	border-bottom: solid 3px #600;
	padding: 5px 10px; margin: 10px 0;
}

h2
{
	font: normal normal bold 15px Arial;
	border-left: solid 4px #600;
	border-bottom: solid 2px #600;
	padding: 5px 10px; margin: 10px 0;
}

h3
{
	font: normal normal bold 13px Arial;
	border-bottom: solid 1px #600;
	padding: 5px 10px; margin: 10px 0;
}

h3.Home
{
  color: #3030AA; padding: 5px 10px; margin: 0; border: none;
  font: normal small-caps bold 12px Verdana;
  text-align: center;
}

.Center
{
	text-align: center;
}

.flR {float:right;}
.flL {float:left;}

ul.imgPoints 
{
	list-style: none; margin: 0; padding: 0;
}

ul.imgPoints li
{
	list-style: none; clear: left;
}

ul.imgPoints li img
{
	float:left; padding:5px;
}

ul.imgPoints li p
{
	padding: 5px; margin: 0;
}

ul.HPCities li
{
  margin: 3px 4px 3px 0; padding-right: 12px; display: inline; background-image: url('/images/Dot.png');
  background-repeat: no-repeat; background-position: center right;
}

ul.HPCities li.last
{
  background: none;
}

ul.HPCities li a
{
  color: #000; text-decoration: none;
}

ul#ContextButtons
{
	list-style: none;
	margin: 0; 
	padding:  0;
}

ul#ContextButtons li
{
	list-style: none;
	float: left;
	padding: 8px 10px 8px 35px;
	margin: 5px 10px 10px 0;
	border: solid 1px black;
	background: url(/images/Icons.gif);
	background-repeat: no-repeat;
}

ul#ContextButtons li
{
}

ul#ContextButtons li.Email
{
	background-position: 5px 0;
}

ul#ContextButtons li.Printer
{
	background-position: 5px -90px;
}

img { border: 0; }

img.right
{
    float: right; padding: 5px;
}

img.left
{
    float: left; padding: 5px;
}

/* main menu */
a#HomeLink
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0;
	width: 285px;
	height: 90px;
}

div#MenuSection
{
	position: absolute;
	top: 97px;
	right: 50%;
	margin-right: -390px;
}

ul#Menu, ul#Menu ul.Submenu
{
	list-style: none;
	margin: 0; padding: 0;
}

ul#Menu li
{
	float: left;
	position: relative;
	padding: 0 5px;
	margin-bottom: 50px;
	list-style: none;
	margin: 0 5px;
}

ul#Menu li a
{
	color: White; text-decoration: none; display: block;
}

ul#Menu li a:hover
{
}

ul#Menu li.LastMainMenuItem
{
}

ul#Menu li ul.Submenu li
{
	padding: 3px 0;
	margin: 0;
	float: none;
	width: 250px;
}

ul#Menu li ul.Submenu
{
	position: absolute;
	left: -10000px;
	background: #ccc;
	border: solid 1px black;
	padding: 3px;
}

ul#Menu li:hover, ul#Menu li.sfhover
{
	background: #ccc;
	border: solid 1px black;
	margin: 0 4px;
}

ul#Menu li:hover a, ul#Menu li.sfhover a
{
	color: #600;
}

ul#Menu li:hover ul.Submenu
{
	position: absolute;
	left: auto;
}

ul#Menu li ul.Submenu li
{
	border: none;
	padding: 3px;
}

ul#Menu li ul.Submenu li a
{
	color: #600;
}

ul#Menu li ul.Submenu li:hover, ul#Menu li ul.Submenu li.sfhover
{
	background: #eee;
}

ul#Menu li#AboutMenu:hover ul.Submenu
{
	left: inherit;
	right: 0;
}

/* inventory page specifics */
div#InventoryExplanation
{
	font-style: italic;
}

div#InventoryOrgOptions
{
	clear: both;
	border: solid 1px black;
	position: relative; height: 35px;
	background: #DDD;
}

div#InventoryOrgOptions div#SortOp
{
	position: absolute; top: 50%; margin: -6px 0 0 0;
	left: 5px;
}
	div#InventoryOrgOptions div#SortOp select
	{
		position: absolute; top: -4px; left: 175px;
	}

div#InventoryOrgOptions div#DepositOp
{
	position: absolute; top: 50%; margin: -6px 0 0 0;
	left: 335px;
}

	div#InventoryOrgOptions div#DepositOp input
	{
		position: absolute; top: -2px; left: -20px;
	}

div#InventoryOrgOptions div#JumpOp
{
	position: absolute; top: 50%; margin: -6px 0 0 0;
	left: 470px;
}
	div#InventoryOrgOptions div#JumpOp input
	{
		font: normal normal normal 9px Arial;
		position: absolute; top: -2px; left: 175px;
	}
	
table#InventoryList
{
	width: 100%;
}

table#InventoryList tr
{
	cursor: pointer;
}

table#InventoryList tr.Headings, table#InventoryList tr.GroupRow
{
	cursor: auto;
}

table#InventoryList tr a
{
	color: Black; text-decoration: none;
}

tr.AlternatingRow
{
	background: #ddd;
}

td.Mileage
{
	text-align: right; padding-right: 20px;
}

td.Price
{
	text-align: right;
}

td.Reserved
{
	color: Green; font-weight: bold;
}

td.Discounted
{
	color: Blue; font-weight: bold;
}

table#InventoryList tr.hrHover
{
	background: #232850;
}

table#InventoryList tr.hrHover *
{
	color: White;
}

table#InventoryList tr.Headings td
{
	font-weight: bold; padding-bottom: 5px;
}

/* Vehicle Detail Specifics */
div#Vehicle
{
	clear: left;
	height: 100%;
}

img#PreviewImage
{
	float: left;
	margin: 10px 0 25px 0;
	width: 350px;
}

div#NoPreviewImage
{
	float: left; background: #ddd;
	margin: 10px 0 25px 0;
	width: 350px; height: 262px;
	border: dashed 1px black;
}

div#NoPreviewImage strong
{
	display: block;
	text-align: center;
	padding: 120px 0 0 0;
}

div#AtAGlance
{
	width: 390px; float: right;
}

div#Pricing
{
	padding: 10px;
}

div#Pricing table td.Value
{
	padding: 0 0 0 10px;
	text-align: right;
}

div#Pricing table tr.DiscountPriceRow
{
	font-size: 16px;
}

div#Pricing table tr.DiscountPriceRow td
{
	padding-top: 15px;
}

div#BasicVehicleInfo
{
	padding: 10px;
}

div#Features
{
	width: 390px; float: right;
	margin: 0 0 40px 0;
}

div#AdditionalPhotos
{
	width: 350px; float: left;
	margin: 0 0 40px 0;
	position: relative;
}

div#AdditionalPhotos a, div#AdditionalPhotos a img
{
	border: none; text-decoration: none;
}

div#MidZoomDiv
{
	padding: 10px;
	border: solid 1px black;
	position: absolute;
	top: 45px;
	right: -400px;
	background: #ccc;
	visibility: hidden;
	text-align: center;
}

div#MidZoomLoadingMessage
{
	position: absolute;
	top: 50%; margin-top: -8px;
	left: 20px;
	font-weight: bold;
}

div#AdditionalPhotos img#MidZoom
{
	width: 350px; visibility: hidden;
}

div#BasicVehicleInfo table
{
	padding: 0 0 15px 0;
}

div#BasicVehicleInfo table td.Value
{
	padding: 0 0 0 10px;
}

div#Vehicle img.VehicleSmallImage
{
	width: 55px; float: left; 
	margin: 6px 6px 0 0;
}

div.ContactInformation
{
	border: dashed 1px #555;
	padding: 10px; background: #ddd;
}

/*   Current Specials Page  */
div#CurrentSpecialsPage div.VehicleSpecial
{
	clear: left; margin-bottom: 20px; cursor: pointer;
}

div#CurrentSpecialsPage div.VehicleSpecial h2 a
{
	color: black; text-decoration: none;
}

div#CurrentSpecialsPage div.VehicleSpecial img
{
	float: left; border: none; text-decoration: none;
}

div#CurrentSpecialsPage div.VehicleSpecial div.VehicleInfo
{
	float: left; width: 250px; margin: 0 0 0 10px;
}

div#CurrentSpecialsPage div.VehicleSpecial div.VehicleInfo h3
{
	margin-top: 0; padding-top: 0;
}

div#CurrentSpecialsPage div.VehicleSpecial table
{
	margin: 0 10px 0 10px;
}

div#CurrentSpecialsPage div.VehicleSpecial table.Price
{
	margin-bottom: 20px;
}

div#CurrentSpecialsPage div.VehicleSpecial table td.Value
{
	padding-left: 10px;
}

div#CurrentSpecialsPage div.VehicleSpecial table.Price td.Value
{
	text-align: right;
}

div#CurrentSpecialsPage div.VehicleSpecial table.Price tr.DiscountPriceRow
{
	font-size: 16px;
}

div#CurrentSpecialsPage div.VehicleSpecial table.Price tr.DiscountPriceRow td
{
	padding-top: 15px;
}

/* Home Page Specifics */

div#HomePageSpecial
{
	padding: 10px;
}

img#HomePageSpecialImage
{
    width: 160px;
	margin: 0 10px 0 0;
	border: none;
}

#HomePageSpecial ul
{
    list-style: none; margin: 0; padding: 0;
}

#HomePageSpecial ul li
{
     width: 170px; float: left; list-style: none; margin: 0; padding: 10px;
     text-align: center;
}

#HomePageSpecial ul li:hover
{
    border: solid 1px black; background: #eee; padding: 9px;
}

#HomePageSpecial strong
{
    display: block; padding: 10px 0; margin: 0; text-align: center;
}

#HomePageSpecial strong a
{
     text-decoration: none; color: #000;
}

#HomePageSpecial .Price
{
    font-weight: bold; font-size: 16px; padding: 3px; text-align: center;
}

/* Contact Pages */

table.ContactTable
{
	margin: 0 auto;
}

table.ContactTable td
{
	padding: 5px;
}

table.ContactTable td label
{
	padding: 0  0 0 9px; font-weight: bold;
}

table.ContactTable td.req label
{
	padding: 0  0 0 5px;
	border-left: solid 4px red;
}

table.ContactTable td.req input
{
}

table.ContactTable td.Submit
{
	text-align: right;
}

table.ContactTable td.input
{
	text-align: right;
	padding-left: 45px;
	width: 190px;
}

table.ContactTable td.input input
{
	width: 190px;
}

table.ContactTable input#Phone { width: 95px; }
table.ContactTable textarea#Comments { width: 400px; height: 200px; }
table.ContactTable textarea#Address { width: 200px; height: 100px; }

ul.FormErrors
{
	color: Red; font-weight: bold; border: solid 1px black; background: #ddd; padding: 10px 25px;
}

/* Document Pages */
ul.DocList
{
	list-style: none; margin: 0 100px; padding: 0;
}

ul.DocList li
{
	margin: 0; padding: 5px 0;
	list-style: none; clear: both;
}

ul.DocList li img
{
	border: none; float: right; margin: 0 5px 0 0;
}

ul.DocList li a.DocLink
{
	display: block; font-weight: bold; padding: 0 0 5px 0;
}

img.DocPreviewImage
{
	float: right; margin: 0 15px;
}

img.DocRelatedImage
{
	border: none;
}

ul.TeamList
{
	list-style: none; padding: 0;
}

ul.TeamList li
{
	margin: 0; padding: 5px 0;
	list-style: none; clear: both; border-bottom: solid 2px #ccc;
}

ul.TeamList li img
{
	border: none; float: left; margin: 0 15px 0 0;
}

ul.TeamList li a.DocLink
{
	display: block; font-weight: bold; padding: 0 0 5px 0;
}

img.DocRelatedImage
{
	border: none;
}

div.ContentWithSpecials
{
	
}

div.ContentWithSpecials div.Content
{
	width: 560px; float: left;
}


div.ContentWithSpecials div.Specials
{
	width: 200px; float: right; margin: 0 10px 0 0;
	padding: 0 0 0 5px;
	border-left: solid 1px #600;
}

div.ContentWithSpecials div.Specials div.VehicleSpecial img
{
	border: none;
}

div.ContentWithSpecials div.Specials div.VehicleSpecial
{
	padding: 10px 0 10px 0;
	border-bottom: solid 2px #600;
	cursor: pointer;
}

div.ContentWithSpecials div.Specials h3
{
}

#DeliveryMap
{
    padding-top: 10px; padding-left: 120px;
}

 ul#states
{
    margin: 0; padding: 0;
    width: 525px; height: 320px; position: relative;
    background-image: url(/HomePageUSA.jpg);
    background-position: left top; background-repeat: no-repeat;
}

li {}
    #states li { list-style: none; margin: 0; padding: 0; position: absolute; }
    #states li#AL { top: 215px; left: 335px; }
    #states li#AR { top: 200px; left: 278px; }
    #states li#AZ { top: 195px; left: 91px; }
    #states li#CA { top: 145px; left: 21px; }
    #states li#CO { top: 145px; left: 155px; }
    #states li#CT { top: 105px; left: 492px; }
    #states li#DC { top: 156px; left: 492px; }
    #states li#DE { top: 131px; left: 492px; }
    #states li#FL { top: 272px; left: 397px; }
    #states li#GA { top: 210px; left: 368px; }
    #states li#ID { top: 77px; left: 89px; }
    #states li#IL { top: 130px; left: 309px; }
    #states li#IN { top: 130px; left: 332px; }
    #states li#IA { top: 112px; left: 268px; }
    #states li#KS { top: 152px; left: 221px; }
    #states li#KY { top: 158px; left: 348px; }
    #states li#LA { top: 240px; left: 278px; }
    #states li#MA { top: 81px; left: 492px; }
    #states li#MD { top: 144px; left: 492px; }
    #states li#ME { top: 41px; left: 465px; }
    #states li#MI { top: 95px; left: 342px; }
    #states li#MN { top: 72px; left: 254px; }
    #states li#MO { top: 155px; left: 273px; }
    #states li#MS { top: 217px; left: 305px; }
    #states li#MT { top: 47px; left: 135px; }
    #states li#NC { top: 175px; left: 410px; }
    #states li#ND { top: 48px; left: 212px; }
    #states li#NE { top: 116px; left: 214px; }
    #states li#NH { top: 57px; left: 492px; }
    #states li#NM { top: 200px; left: 148px; }
    #states li#NJ { top: 118px; left: 492px; }
    #states li#NV { top: 125px; left: 58px; }
    #states li#NY { top: 78px; left: 425px; }
    #states li#OH { top: 125px; left: 358px; }
    #states li#OK { top: 189px; left: 229px; }
    #states li#OR { top: 65px; left: 37px; }
    #states li#PA { top: 108px; left: 405px; }
    #states li#RI { top: 93px; left: 492px; }
    #states li#SC { top: 197px; left: 394px; }
    #states li#SD { top: 84px; left: 209px; }
    #states li#TN { top: 182px; left: 335px; }
    #states li#TX { top: 240px; left: 215px; }
    #states li#UT { top: 135px; left: 99px; }
    #states li#VA { top: 150px; left: 410px; }
    #states li#VT { top: 69px; left: 492px; }
    #states li#WA { top: 25px; left: 44px; }
    #states li#WI { top: 85px; left: 296px; }
    #states li#WV { top: 146px; left: 378px; }
    #states li#WY { top: 92px; left: 142px; }
    
#states li a {color: White;}
#states li a.offmap {color: #660000;}

table.DeliveryFeeTable
{
	width: 100%;
}

div.DeliveryFeePad {padding: 0 75px;}

table.DeliveryFeeTable th { padding: 10px 0 5px 0; border-bottom: solid 1px black; }
table.DeliveryFeeTable th.City {}
table.DeliveryFeeTable th.Haul { width: 110px; }
table.DeliveryFeeTable th.Drive { width: 110px; }
table.DeliveryFeeTable th.Pickup { width: 110px; }

table.DeliveryFeeTable tr.first td { padding-top: 5px; }
table.DeliveryFeeTable tr.alternating td {background: #ccc; }
table.DeliveryFeeTable td { padding-left: 5px; }

/**/

.ui-helper-clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
.ui-helper-clearfix { display: block; }
* html .ui-helper-clearfix { height: 1%; }

.ui-tabs-nav
{
    list-style: none; margin: 0; padding: 0; position: relative;
}

.ui-tabs-nav li
{
    float: left; display: block; border: solid 1px black;
    margin: 0 5px -1px 0; background: white; padding: 0; background: #bbb;
}

.ui-tabs-nav li a
{
    color: Black; text-decoration: none; display: block; padding: 5px 10px; 
}

.ui-tabs .ui-state-active
{
    background: #f0f7fa; border-bottom-width: 0; padding-bottom: 1px; font-weight: bold;
}

.ui-tabs-hide
{
    display: none !important;
}

.ui-tabs .ui-tabs-panel
{
    background: #f0f7fa; padding: 10px; border: solid 1px black;
}

.ui-tabs .ui-tabs-panel img
{
    float: left; margin-right: 15px;
}

.ui-tabs .ui-tabs-panel:after
{
    clear: both; content: "."; height: 0; display: block; visibility: hidden;
}

fieldset
{
    padding: 10px;
}

fieldset>h3
{
    clear: both;
}

fieldset>div
{
    margin: 0 0 5px; clear: both;
}

fieldset>div:after
{
    clear: both; content: "."; height: 0; display: block; visibility: hidden;
}

fieldset>div>label
{
    clear: both; float: left; display: block; width: 100px;
}

fieldset>div>input
{
    float: left; background: #f0f7fa; border: solid 1px black;
}

fieldset>div>p
{
    margin: 0; padding: 0; display: block; float: left; width: 240px;
    margin-left: 10px;
}

fieldset>textarea
{
    width: 79%; height: 200px; margin: 0 10%;
}

fieldset>div.form-errors
{
    color: Red;
}

fieldset div.features
{
    margin: 20px 0;
}

fieldset div.features p
{
    float: none; display: block;
}

fieldset div.features ul, fieldset div.features li
{
    list-style: none; display: block; float: none;
}

fieldset div.features label
{
    display: inline; float: none;
}

fieldset div#AccessibleQuestions
{
    padding: 15px; background: #ccc; border: solid 1px black; margin: 10px;
}

fieldset div#AccessibleQuestions p
{
    float: none; display: block; width: auto; margin: 0 0 10px;
}

fieldset div#AccessibleQuestions textarea
{
    width: 100%; height: 100px;
}

fieldset .radiolist input
{
    float: none;
}

fieldset .radiolist label
{
    float: none; display: inline;
}

fieldset .radiolist p
{
    float: none; display: block; width: 100%; margin: 0 15px 5px;
}

table#chat
{
    position: absolute; top: 30px; left: 50%;
}

ul.equipmentlist
{
    list-style: none;
}

ul.equipmentlist li
{
    list-style: none; clear: both; margin: 10px 0 30px;
}

ul.equipmentlist li:after
{
    content: "."; display: block; clear: both; visibility: hidden; height: 0;
    overflow: hidden;
}


ul.equipmentlist li h2 a
{
    color: #000; text-decoration: none;
}

ul.equipmentlist li img
{
    float: left; margin: 0 15px 15px 0;
}

.equipmentitem img.preview
{
    float: left; margin: 0 15px 15px 0;
}

.equipmentitem #description:after
{
    content: "."; display: block; clear: both; visibility: hidden; height: 0;
    overflow: hidden;
}

.equipmentitem h2.additional-images
{
    clear: both;
}

#footer
{
    margin: 25px 0 100px;
}

#footer ul
{
    list-style: none; float: left; margin: 0 25px 0 0;
}

#footer ul li
{
    list-style: none; margin: 0 0 5px;
}

#footer ul li strong
{
    color: #aaa; margin-left: -10px;
}

#footer ul li a
{
    color: #aaa;
}

li.facebook
{
    clear: left;
}

li.facebook a
{
    display: block; float: left; width: 150px; padding: 3px 5px 0 25px;
    background-image: url(/images/facebook-icon.png);
    background-repeat: no-repeat;
    background-position: left 3px;
}

li.facebook div.fan-button
{
    overflow: hidden; width: 110px; height: 20px; border: solid 1px #aaa;
    background: #fff;
}

li.facebook iframe
{
    margin-left: -61px; margin-top: -32px;
}

li.twitter
{
    padding-top: 3px;
}

li.twitter a
{
    display: block;
    background-image: url(/images/twitter-icon2.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

li.blog a
{
    display: block;
    background-image: url(/images/wheelchair-icon-small.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.hpBullets
{
    padding: 0; margin: 0;
}

.hpBullets, .hpBullets li
{
    list-style: none;
}

.hpBullets li { margin: 0; padding: 10px; margin-bottom: 10px; float: left; width: 232px; height: 60px; }

.hpBullets strong
{
    display: block; margin-bottom: 5px;
}

#drivers
{
    height: 260px; padding-top: 30px; 
    background: url(/images/home/3VanHP.jpg) no-repeat bottom right; 
    width: 780px;
    position: relative;
    /*background-image: url(/images/promo-banners/2009-thanksgiving.jpg);*/
}

#drivers #special-offer
{
    position: absolute; bottom: 0px; left: 15px; width: 170px; height: 100px;
}

#drivers ul,#drivers ul li
{
    margin: 0;  padding: 0; list-style: none;
}

.driver, .driver:visited
{
    display: block; width: 151px; height: 34px;
    background-image: url(/images/home/button_menu.jpg);
    margin: 3px 0 3px 15px; line-height: 34px;
    padding-left: 20px;
    color: #232850; font-size: 20px; font-weight: bold;
    text-decoration: none;
}

li .driverContent
{
    position: absolute; top: 0; left: -999em; right: 999em; bottom: 0;
    overflow: hidden; background: white; margin: 5px; border: solid 1px black;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
    background: #fff url(/images/home/background_gradient.jpg) repeat-x;
}

li:hover .driverContent
{
    left: 186px; right: 0;
}

#buy-driver ul
{
    margin: 15px;
}

#buy-driver ul li
{
    width: 30%; float: left; padding: 5px; border-right: solid 1px #232850;
    height: 210px; position: relative;
}

#buy-driver h2, #buy-driver h3, #buy-driver h2 a, #buy-driver h3 a, .blueh2
{
    color: #232850; border: none; text-align: center; text-decoration: none;
}

#buy-driver h2
{
    margin-bottom: 0; padding-bottom: 0;
}

#buy-driver h3
{
    margin-top: 0; padding-top: 0;
}

#buy-driver img
{
    position: absolute; bottom: 0;
}

#convert-driver ul
{
    margin: 15px;
}

#convert-driver ul li
{
    width: 29%; float: left; padding: 10px; border-right: solid 1px #232850;
    height: 210px; position: relative;
}

#convert-driver ul li p
{
    text-align: center; margin: 0; padding: 0; display: block;
}

#convert-driver h2, #convert-driver h3, #convert-driver h2 a, #convert-driver h3 a
{
    color: #232850; border: none; text-align: center; text-decoration: none;
}

#convert-driver h2
{
    margin-bottom: 0; padding-bottom: 0;
}

#convert-driver h3
{
    margin-top: 0; padding-top: 0;
}

#convert-driver img
{
    position: absolute; bottom: 0;
}

#trade-driver h2
{
    color: #232850; border: none; text-decoration: none;
}

#trade-driver p
{
    margin: 10px;
}

#trade-driver ul
{
    background: url(/images/home/trade-1-2-3.jpg) no-repeat;
    margin: 15px 0 0 40px;
}

#trade-driver ul li
{
    margin-bottom: 11px; padding-left: 35px; padding-top:4px;
}

#trade-driver ul li.last
{
    padding-bottom: 4px;
}

#trade-driver div a
{
    display: block; line-height: 30px; font-size: 18px; font-weight: bold; font-style: italic;
    text-decoration: none; color: #000; margin-left: 45px;
}

#trade-driver div a img
{
    margin-bottom: -9px;
}

#trade-driver .pretty-pic
{
    position: absolute; right: 50px; bottom: 15px;
}

#sell-driver h2
{
    color: #232850; border: none; text-decoration: none;
}

#sell-driver p
{
    margin: 10px 50% 40px 10px;
}

#sell-driver div a
{
    display: block; line-height: 30px; font-size: 18px; font-weight: bold; font-style: italic;
    text-decoration: none; color: #000; margin-left: 45px;
}

#sell-driver div a img
{
    margin-bottom: -9px;
}

#sell-driver .pretty-pic
{
    position: absolute; right: 25px; top: 45px;
}

.NewsletterForm fieldset
{
    position: relative; margin: 30px 0 0 0; padding: 25px 5px 15px;
}

.NewsletterForm legend span
{
	
	font: normal normal bold 18px Arial;
	border-left: solid 6px #600;
	border-bottom: solid 3px #600;
	padding: 5px 10px;
	background: #fff;
	width: 100%; position: absolute; top: -45px; left: -9px;
	display: block;
}

.NewsletterFormSizesmall fieldset legend span
{
	width: 180px;
}

.NewsletterForm div.field
{
    width: 100%;
}

.NewsletterForm div.field label
{
    width: 50%;
}

.NewsletterForm div.field input
{
    width: auto; margin: 0 0 0 10px;
}

.NewsletterFloatRight
{
    width: 200px; float: right; margin: 10px 10px 0 0;
	padding: 0 0 0 5px;
	border-left: solid 1px #600;
}