body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin:0px;
	background-color: #003d7e;
}

#wrapper {
  width: 770px;
  margin: 0 auto;
}

#outer_wrapper {
  width: 770px;
  margin: 0 auto;
  background-color: #fff;
  background-image: url(../images/wrapper_bg.jpg);
  background-repeat: repeat-y;
  padding: 0 212px;
  background-color: #003d7e;
}

#upperleft {
	height: 101px;
	width: 176px;
}

#abovemenu {
	height: 67px;
	width: 594px;
	margin-left:176px;
	margin-top:-101px;
}

#middlediv {
	background-image: url(/images/bg.gif);
	width:768px;
}

#leftsidebar {
	border-top: 1px solid #EDEDEF;
	width: 175px;
	margin-left:1px;
	text-align:center;
	height:650px;
}

* html select {
margin-top:-30px;
}

#main {
  border-top:1px solid #EDEDEF;
	width: 591px;
	margin-left:178px;
	margin-top:-652px;
}

* html #main
{
margin-top:-652px;
padding-bottom:50px;
}

.maintext {
	padding:20px;
	padding-top:0px;
	min-height:550px;
	}

h1 {
font-size:18px;
}

h2 {
font-size:16px;
}

h3 {
font-size:14px;
}

.bottomdiv {
width:251px;
float:left;
height:250px;
margin-right:14px;
background-image:url(/images/box-bg.jpg);
background-repeat:repeat-y;
border-bottom:1px solid #A7B8C1;
}

.underdiv {
background-image:url(/images/bottom-textboxes.jpg);
background-repeat:no-repeat;
}


#bottomdivs {
margin-top:40px;
margin-left:0px;
}

.bottomdivtext {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding:10px;
height:200px;
}

.bottomlinktext {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding:10px;
color:#8C0010;
}

a {
color:#91000B;
}

img {
border:none;
}

.leftbartext {
padding-left:10px;
padding-right:10px;
text-align:left;
}

#footer {
background-image:url(/images/bottomboxes.jpg);
background-position:top;
background-repeat:no-repeat;
height:55px;
width:770px;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
}

.pulldownbox {
    padding:0.2em;
    margin-top:0.3em;
}


ul.listoptions {margin: 0 10 0 5; list-style-image: url(/images/dot.gif); padding: 10;}
ul.listoptions li {margin-bottom: 7; font-weight: bold; font-size: 90%;}
div.listcontent {margin-left: 5px; margin-right: 5px;}

.error {
    color:#8C0010;
}

.application_div {border:1px solid #333; background-color:#eeeeee; padding:10px;}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.preview_notice {
  margin: 5px;
  font-size: 1.1em;
  padding: 10px;
  border: 1px solid black;
}

tr.odd {
background: #E8EAEC;
}

.center {
text-align: center;
}

#notice {
padding: 5px;
text-align: center;
border: 1px solid #555;
margin: 20px;
background: #0C1242;
color: white;
font-weight: bold;
font-size: 1.2em;
}

legend {
  font-size: 1.3em;
}

.bold {
  font-weight: bold;
}

.bigger {
  font-size: 1.2em;
}

form span {
  font-size: 0.8em;
  color: #888888;
  padding: 10px;
}
.get_donations {
	margin: 10px;
	padding: 10px;
	background-color:#FFF8C6;

}

div#states_around {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid black;
text-align: center;
font-size: 110%;	
}

#state_and_city_list a {
font-weight: bold;	
}

div.admin_menu {
	text-align: left;
	margin: 10px;
	border: 3px solid black;
	background-color: #8c0010;
}

#admin-options li a {
	color: white;
}

ul#admin-options {
	list-style-type: square;
	color:  white;
}

p.version-info {
	color: #ccc;
	font-size: 70%;
	text-align: center;
	font-weight: normal;
}

#leftsidebar div.admin_menu h1 {
	color:  white;
	font-size: 120%;
	text-align: center;
}

.red { 
  color: #8d000c;
}

.clunker {
  margin: 10px;
}

.right {
float: right;
}

#main div.maintext div.filedownload {
  text-align: center;
}

#main div.maintext div.filedownload p a {
	position: relative;
	bottom: 20px;
}

.p_image_left {
  float: left;
  margin: 4px;
}
.p_image_right {
  float: right;
  margin: 4px;
}




/* donation form in homepage*/

#new_donation table.donation_in_homepage {
  width: 550px;
}

#new_donation table td {
  padding: 2px 0;
}

#new_donation table tr#is_it_running td {
  padding: 9px 0 0;
}

#new_donation table td#property_type {
  vertical-align: top;
  padding-top: 12px;
}

#new_donation table.donation_in_homepage .application_div h2 {
  text-align: left;
  margin: 0 0 20px;
  font-size: 18px;
}

#new_donation table.donation_in_homepage .application_div h3 {
  margin: 0 0 10px;
}

#new_donation table.donation_in_homepage .application_div #non_auto_div h3 {
  margin: 10px 0;
}

#new_donation table.donation_in_homepage .application_div #contact_infomation {
  width: 250px;
  float: left;
}

#new_donation table.donation_in_homepage .application_div #auto_div {
  width: 250px;
  margin-top: 42px;
  float: right;
}

#new_donation table.donation_in_homepage .application_div #auto_div table td {
  vertical-align: top;
}

#new_donation table.donation_in_homepage .application_div #auto_div #cityStateOfCar table td {
  vertical-align: middle;
}

#new_donation table.donation_in_homepage .application_div #auto_div table td.donate_info_title {
  padding-top: 5px;
}

#new_donation table.donation_in_homepage .application_div #auto_div #cityStateOfCar table td.donate_info_title {
  padding-top: 3px;
}

#new_donation table.donation_in_homepage .application_div #auto_div p {
  margin: 0;
  color: #888;
  font-size: 11px;
}

#new_donation table.donation_in_homepage .application_div td.contact_info_title {
  width: 100px;
}

#new_donation table.donation_in_homepage .application_div td.contact_info_content {
  width: 140px;
}

#new_donation table.donation_in_homepage .application_div td input {
  width: 130px;
  font-size: 11px;
  height: 14px;
}

#new_donation table.donation_in_homepage .application_div td.donate_info_title div {
  width: 100px;
}

#new_donation table.donation_in_homepage .application_div td.donate_info_content div {
  width: 140px;

}

#new_donation table.donation_in_homepage #contact_infomation input#non_automotive, 
#new_donation table.donation_in_homepage input#donation_is_running_true, 
#new_donation table.donation_in_homepage input#donation_is_running_false,
#new_donation table.donation_in_homepage input#unknown_zip,
#new_donation table.donation_in_homepage .application_div input#donation_trailer_included,
#new_donation table.donation_in_homepage .application_div input#donation_land_type_vacant_land,
#new_donation table.donation_in_homepage .application_div input#donation_land_type_residential_building,
#new_donation table.donation_in_homepage .application_div input#donation_land_type_commercial_building {
  width: 13px;
  margin: 0 4px 0 0;
}

#new_donation table.donation_in_homepage .application_div input#donation_land_type_vacant_land,
#new_donation table.donation_in_homepage .application_div input#donation_land_type_residential_building,
#new_donation table.donation_in_homepage .application_div input#donation_land_type_commercial_building {
  margin: 3px 4px 3px 0;
  vertical-align: middle;
}
#new_donation table.donation_in_homepage .application_div td select#donation_charity {
  width: 135px;
  margin-left: 8px;
}

#new_donation table.donation_in_homepage input#donation_make, 
#new_donation table.donation_in_homepage input#donation_model, 
#new_donation table.donation_in_homepage input#donation_vin_number {
  display: block;
  margin-right: 0;
}

.application_div input#donation_make, 
.application_div input#donation_model, 
.application_div input#donation_vin_number {
  margin-right: 5px;
}


form .application_div center {
  margin: 0;
}

form .application_div center input#submit_button {
  margin: 0 0 50px;
}

form#new_donation  .application_div center input#submit_button {
   width: 130px;
   margin: 10px 0;
   font-weight: normal !important;
}

form#new_donation .application_div center{
   clear: both;
   margin: 0 40px;
   padding-top: 10px;
   color: #666;
   font-size: 11px;
}

form .application_div span.form_tips {
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 12px;
}

form#new_donation .application_div span.form_tips {
  padding: 0;
  margin: 0;
  font-size: 11px;
  color: #888;
  font-style: italic;
}

/* thank you page*/
#thank_you {
  line-height: 1.6em;
}

#thank_you h3 {
  font-size: 20px;
  line-height: 1.3em;
  margin: 0;
  padding-top: 20px;
}

#thank_you h3 img {
  vertical-align: bottom;
  padding-bottom: 2px;
}

#thank_you span {
  color: #fc8000;
  font-weight: bold;
}
#thank_you p {
  margin: 20px 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.6em;
}

#thank_you p#charity_name {
  margin: -20px 0 0;
}







/*new homepage*******************/
#upper {
  height: 51px;
  overflow: hidden;
  margin-left: 4px;
}

#upper img {
  float: left;
  margin-left: -4px;
}

#upper h1 {
  width: 428px;
  float: left;
  text-align: right;
  color: #003d7f;
  font-size: 30px;
  margin: 15px 0 0;
}

ul#menu { 
  height: 20px;
  padding: 16px 0 6px 17px;
  margin: 6px 0 0 0;
  background-image: url(../images/free-pick-up-banner.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  line-height: 100%;
  width: 744px;
}

ul#menu li {
  float: left;
  list-style: none;
  margin-right: 20px;  
}

ul#menu li a {
  text-decoration: none;
  color: #45539e;
  font-size: 15px;
}

body#home a {
  color: #232a7b;
}

body#home #middlediv{
  background: none;
}

body#home #leftsidebar {
  display: none;
}

body#home #main {
  border: none;
  width: 765px;
  margin: 0;
  overflow: hidden;
}

body#home #footer {
  background: none;
  margin-top: 3px;
}

body#home #footer a#privacy_policy {
  margin-top: 12px;
  display: block;
}

body#home #main .maintext {
  padding: 0;
}

body#home #main .maintext #home_graybox {
  /*background: url(/images/home_center.jpg) right top repeat-y;*/
  padding-left: 10px;
  padding-right: 10px;
  height: 1px;
}

body#home #main .maintext #graybox_top {
  /*background: url(/images/home_top.jpg) right -1px no-repeat;*/
} 

body#home #main .maintext #graybox_bottom {
  padding: 0 10px;
  /*background: url(/images/home_bottom.jpg) right bottom no-repeat;*/
}

body#home #main .maintext #graybox_bottom  .null {
  clear: both;
  height: 26px;
}

body#home #main .maintext #main_content {
  padding: 0;
  margin-top: 334px;
  /* width: 560px; */
}

body#home #main .maintext #main_content p {
  font-size: 13px;
  line-height: 140%;
  margin: 13px 0;
}

body#home #main .maintext #main_content h2.intro_title {
  width: 470px;
  margin-bottom: 20px;
}

body#home #main .maintext #main_content p.intro_content {
  width: 470px;
}

body#home #main .maintext #main_content p#call {
  font-size: 16px;
  margin-top: -11px;
}

body#home #main .maintext #main_content p.program {
  width: 540px;
  margin-top: 17px;
}

body#home #main .maintext #main_content #select_a_charity {
  padding-left: 5px;
  margin-bottom: 21px;
}

body#home #main .maintext #main_content #select_a_charity h3 {
  margin: 0;
}

body#home #main .maintext #main_content ul {
  list-style: none;
  padding: 0;
}

body#home #main .maintext #main_content #process, body#home #main .maintext #main_content #news {
  width: 276px;
  margin-right: 8px;
  float: left;
  background-color: #fff;
  /* height: 348px; */
  overflow: hidden;
  background-image: url(../images/process_and_news_bg.jpg);
  background-repeat: repeat-x;
}

body#home #main .maintext #main_content #news {
  margin-right: 0;
}

body#home #main .maintext #main_content .inner_wrapper {
  background-image: url(../images/right_shadow_bg.jpg);
  background-repeat: no-repeat;
  background-position: right 0px;
  height: 354px;
  padding-left: 12px;
}

body#home #main .maintext #main_content .inner_wrapper h2 {
  padding-top: 15px;
}

body#home #main .maintext #main_content .inner_wrapper p {
  font-size: 12px;
  margin-top: 20px;
  width: 250px;
}

body#home #main .maintext #main_content .wrapper {  
  background-image: url(../images/bottom_shadow_bg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 1px;
}

body#home #main .maintext #main_content #process em.number {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
}

body#home #main .maintext #main_content #news #news_feed {
  overflow: auto;
  height: 270px;
  width: 250px;
}

body#home #main .maintext #main_content #news #news_feed ul {
  margin-top: 2px;
}

body#home #main .maintext #main_content #news #news_feed ul li {
  margin-bottom: 20px;
  line-height: 155%;
}

body#home #main .maintext #main_content #process h2, body#home #main .maintext #main_content #news h2, body#home #main .maintext #main_content #sidebar h2 {
  font-size: 14px;
}

body#home #main .maintext #main_content #sidebar {
  width: 188px;
  float: right;
  margin-top: -663px;
  background-color: #fff;
  position: relative;
  height: 657px;
  background-image: url(../images/sidebar_bg.jpg);
  background-repeat: repeat-x;
  margin-right: 0px;
  clear: both;
}

body#home #main .maintext #main_content #sidebar .inner_wrapper {
  background-image: url(../images/sidebar_right_shadow_bg.jpg);
  background-repeat: no-repeat;
  background-position: right 0px;
  height: 661px;
}

body#home #main .maintext #main_content #sidebar .inner_wrapper h2 {
  padding-top: 8px;
  font-size: 12px;
  width: 165px;
  line-height: 143%;
}

body#home #main .maintext #main_content #sidebar .inner_wrapper ul {
  width: 165px;
  margin-top: 22px;
  line-height: 150%;
}

body#home #main .maintext #main_content #sidebar .inner_wrapper ul#choose_a_charity {
  margin-top: 2px;
}

body#home #main .maintext #main_content #sidebar .wrapper {
  background-image: url(../images/sidebar_bottom_shadow_bg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

body#home #main .maintext #main_content h2 {
  font-size: 18px;
  margin: 0;
}

body#home #main .maintext #main_content table {
  color: #2f4b5f;
  font-weight: bold;
  border-collapse: collapse;
  width: 707px;
}

body#home #main .maintext #main_content table tr.even {
  background: #eee;  
}

body#home #main .maintext #main_content table tr.even td {
  border-top: 1px solid #d6d6d6;
}

body#home #main .maintext #main_content table tr td {
  padding: 5px;
  padding-left: 30px;
  padding-right: 10px;
}

body#home #main .maintext #main_content table caption {
  text-align: left;
  font-weight: bold;
  color: #2f4b5f;;
  padding: 15px 0 5px;
}

body#home #main .maintext #main_content.vacation {
  margin-top: 0px;
}

body#home #main .maintext #main_content.vacation ol#important-information {
  width: 400px;
}

body#home #main .maintext #main_content.vacation ol#terms-and-conditions {
  margin-bottom: 50px;
}

body#home #main .maintext #main_content.vacation ol li#offer-term-1 {
  width: 400px;
}

body#home #main .maintext #main_content.vacation dl {
  margin-bottom: 50px;
}

body#home #main .maintext #main_content.vacation dl dd#what-do-i-do {
  width: 450px;
}

body#home #main .maintext #main_content.vacation.home {
  margin-top: 370px;
  _margin-top: 0;
  margin-bottom: 80px;
}

body#home #main .maintext #main_content.vacation.home h2 {
  font-size: 16px;
  margin-bottom: 13px;
}
 
body#home #main .maintext #main_content.vacation ol li {
  padding: 5px 0;
}

body#home #main .maintext #main_content.vacation dl dt {
  font-weight: bold;
}

body#home #main .maintext #main_content.vacation dl dd {
  margin: 5px 0 20px;
}

body#home #main .maintext #main_content h1.vacation img {
  margin-right: 10px;
}

body#home #main .maintext #main_content p.em {
  font-weight: bold;
  font-size: 13px;
  margin-top: -5px;
  margin-bottom: 5px;
}

body#home #main .maintext #main_content p#note {
  margin: 0 0 10px;
}

body#home #main .maintext #main_content p#links {
  padding-right: 43px;
  text-align: right;
  padding-top: 10px;
}

body#home #main .maintext #main_content p#links a#terms {
  border-right: 1px solid #000;
  padding-right: 5px;
}

body #main_content {
  margin-left: 15px;
}

body#home #main .maintext #home_graybox #box_head {
  padding-left: 155px;
  height: 40px;
  padding-top: 5px;
  background: url(/images/new-car-bottom-white.jpg) -10px top no-repeat;
}

body#home #main .maintext #home_graybox h1 {
  margin: 0;
  padding: 10px 0;
  float: left;
}

body#home #main .maintext #home_graybox #box_head img {
  float: right;
}

body#home #main .maintext #home_graybox .boxes_wrapper {
  float: left;
  background-image: url(../images/wide-box-topper.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

body#home #main .maintext #home_graybox #donate_wrapper {
  margin-top: 64px;
  background-image: url(../images/vacation-box-bottom.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

body#home #main .maintext #home_graybox #donate {
  margin: 0;
  border-top: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  width: 462px;
  height: 208px;
}

body#home #main .maintext #home_graybox #donate h2 {
  margin: 0;
  margin-top: 6px;
  margin-left: 14px;
  font-size: 24px;
}

body#home #main .maintext #home_graybox #donate #features, body#home #main .maintext #home_graybox #donate #more-info {
  float: left;
  width: 231px;
}

body#home #main .maintext #home_graybox #donate #more-info {
  background-image: url(../images/bbb-logo.jpg);
  background-repeat: no-repeat;
  background-position: 50px bottom;
  padding-bottom: 68px;
}

body#home #main .maintext #home_graybox #donate #features h3, body#home #main .maintext #home_graybox #donate #more-info h3 {
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  margin-top: 10px;
  margin-left: 23px;
  color: #664724;
}

body#home #main .maintext #home_graybox #donate #features ul, body#home #main .maintext #home_graybox #donate #more-info ul {
  margin: 0;
  padding: 0;
}

body#home #main .maintext #home_graybox #donate #features ul {
  margin-top: 9px;
  margin-left: 18px;
}

body#home #main .maintext #home_graybox #donate #more-info ul {
  margin-top: 13px;
  margin-left: 38px;
}

body#home #main .maintext #home_graybox #donate #features ul li {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 5px 30px;
  background: url(../images/tick.jpg) 13px 4px no-repeat;
  list-style: none;  
}

body#home #main .maintext #home_graybox #donate #more-info ul li {
  list-style: none;
  padding-bottom: 6px;
}

body#home #main .maintext #home_graybox #donate_now, body#home #main .maintext #home_graybox #call_to_donate {
  float: left;
  margin-right: 10px;
}

body#home #main .maintext #home_graybox #call_to_donate {
  margin-right: 5px;
}

body#home #main .maintext #home_graybox #get-a-free-vacation {
  text-align: center;
  width: 470px;
  float: left;
}

body#home #main .maintext #home_graybox #donate_now img, body#home #main .maintext #home_graybox #call_to_donate img {
  display: block;
}

body#home #main .maintext #home_graybox .box {
  border: 1px solid #aab3ba;
  height: 320px;
  width: 221px;
  background: #fff;
  padding:10px 4px;
  margin: 0;
}

body#home #main .maintext #home_graybox .box h4 {
  font-weight: normal;
  font-size: 11px;
  margin: 0;
  padding: 0 5px;
}

body#home #main .maintext #home_graybox .box ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

body#home #main .maintext #home_graybox .box ul li {
  padding: 3px 0 3px 20px;
}

body#home #main .maintext #home_graybox .box ul#list li {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 5px 30px;
  background: url(/images/tick.jpg) 13px 4px no-repeat;
  
}

body#home #main .maintext #home_graybox #call_to_donate .box {
  background: #fff url(/images/bbb-logo.jpg) center 278px no-repeat;
}

body#home #main .maintext #home_graybox .box p {
  margin: 5px 0;
}

body#home #main .maintext #home_graybox .box p strong {
  display: block;
  text-align: center;
  font-size: 24px;
}


body#home #main #form_and_sidebar {
  float: right;
  position: relative;
  width: 0;
}
/*
body#home #main #form_and_sidebar.with_non_auto, body#home #main #form_and_sidebar.with_cityStateOfCar {
}

body#home #main #form_and_sidebar #sidebar {
  float: right;
  width: 200px;
}

*/

body#home #main #form_wrapper_wrapper {
  float: right;
  width: 0;
  position: relative;
  z-index: 9999;
}

body#home #main #form_wrapper {
  margin-right: -10px;
  float: right;
  background: url(/images/home_center.jpg) right top repeat-y;
}

body#home #main #form_wrapper.vacation {
  margin-left: 5px;
  margin-right: -20px;
}

body#home #main #form_inner_wrapper_wrapper {
  background: url(/images/home_top.jpg) right -1px no-repeat;
  float: right;
}

body#home #main #form_inner_wrapper {
  background: url(/images/home_bottom.jpg) right bottom no-repeat;
  padding-bottom: 3px;
}

body#home #main #new_donation {
  width: 260px;
  margin: 0;
  padding: 0;
  background: url(/images/home_left_bottom.jpg) left bottom no-repeat;
  padding-top: 5px;
  padding-right: 6px;
  padding-left: 10px;
  overflow: hidden;
  min-height: 426px;
}

body#home #main #new_donation h3 {
  margin: 0px 0 5px;
  font-size: 13px;
}

body#home #main #new_donation h3.vehicle_location {
  padding-top: 10px;
}

body#home #main #new_donation #auto_div h3 {
  margin-top: 7px;
}
body#home #main #new_donation .application_div {
  padding: 0;
  background: none;
  border: none;
}

body#home #main #new_donation .application_div input {
  width: 160px;
  float: left;
  margin: 0;
  padding:1px 0;
  line-height: 1.1em;
}

body#home #main #new_donation .application_div select {
  border:1px solid #acadaf;
  padding: 1px;
  height: 20px;
}

body#home #main #new_donation .application_div #contact_infomation input, 
body#home #main #new_donation .application_div #auto_div input, 
body#home #main #new_donation .application_div #non_auto_div input,
body#home #main #new_donation .application_div #cityStateOfCar input {
  border:1px solid #acadaf;
  height: 15px;
}

body#home #main #new_donation #auto_div  p#is_car_running input {
  border: none;
}

body#home #main #new_donation .application_div #submit {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

body#home #main #new_donation .application_div input#submit_button {
  width: 70px;
  height: 22px;
  line-height: 1.05em;
  margin-left: 93px;
  clear: left;
  font-size: 13px;
  margin-top: -10px;
  margin-bottom: 12px;
}

body#home #main #new_donation .application_div p {
  margin: 0;
  padding: 0;
}

body#home #main #new_donation .application_div p {
  height: 19px;
}

body#home #main #new_donation .application_div p#is_car_running {
  padding-top: 3px;
  padding-left: 12px;
  font-size: 11px;
}

body#home #main #new_donation .application_div p#is_car_running label {
  float: none;
  display: inline;
}

body#home #main #new_donation .application_div p#select_charity {
  height: 24px;
}

body#home #main #new_donation .application_div p#select_charity label {
  font-size: 13px;
  font-weight: bold;
}

body#home #main #new_donation .application_div p#select_charity select {
  width: 165px;
}

body#home #main #new_donation .application_div p#select_state {
  margin: 3px 0;
}

body#home #main #new_donation .application_div p label, body#home #main #new_donation .application_div #property_type label {
  float: left;
  display: block;
  text-align: right;
  width: 88px;
  margin-right: 5px;
  padding-top: 2px;
  font-size: 11px;
}

body#home #main #new_donation .pulldownbox {
  margin: 0;
  width: 130px;
  float: left;
}

body#home #main #new_donation .application_div p.check_box {
  width: 110px;
  height: 50px;
  font-size: 11px;
  float: left;
  margin: 3px 15px 3px 0;
}

body#home #main #new_donation .application_div p.check_box label {
  display: inline;
  float: none;
  outline: 0;
}

body#home #main #new_donation .application_div #property_type {
  height: 64px;
  padding: 10px 0 0;
}

body#home #main #new_donation .application_div #property_type span {
  padding: 0;
  float: left;
  color: #000;
  font-size: 1em;
  display: block;
  width: 88px;
  text-align: right;
}

body#home #main #new_donation .application_div #property_type label {
  float: none;
  display: inline;
}

body#home #main #new_donation .application_div #property_type #select_type {
  margin-left: 93px;
  width:160px;
}

body#home #main #new_donation .application_div #property_type #select_type p {
  height: 16px;
}

body#home #main #new_donation .application_div input#non_automotive, 
body#home #main #new_donation .application_div input#unknown_zip, 
body#home #main #new_donation .application_div input#donation_trailer_included, 
body#home #main #new_donation .application_div #property_type input, 
body#home #main #new_donation .application_div p#is_car_running input {
  float: none;
  width: 13px;
  height: 13px;
  margin-right: 3px;
  border: none;
}
body#home #main #new_donation .application_div input#donation_trailer_included {
  margin-top: 1px;
}

body#home #main #new_donation .application_div #cityStateOfCar {
  clear: left;
  margin-bottom: 20px;
  margin-top: -18px;
}

body#home #main #new_donation .application_div #cityStateOfCar p.more_text {
  height: 30px;
}

body#home #main #new_donation .application_div #cityStateOfCar p.more_text input, body#home #main #new_donation .application_div #cityStateOfCar p.more_text select {
  margin-top: 4px;
}

body#home #main #new_donation .application_div h4 {
  margin: 5px 0;
  font-size: 11px;
}


