 <!-- chauffeur_drive_form.css -->
 body { color: #000; font-size: 11px; font-family: FontName, Verdana; background-color: #dcdcdc; margin: 50px; padding: 0px }
.cell_underline { border-bottom: 1px solid #696969 }
.cell_rightline { border-right: 1px solid #696969 }
.pagetitle { color: white; font-size: 20px; text-indent: 30px }
.formtitle { color: black; font-size: 11px; font-weight: bold; }
.smallgreytext  { color: #696969; font-weight: normal; font-size: 11px }
.blacktext  { color: black; font-size: 11px; font-family: FontName, Verdana}
.smalltext { color: black; font-size: 10px; font-family: FontName, Verdana }
tbody     { color: #000; font-size: 11px; font-family: FontName, Verdana }
p     { color: #000; font-size: 11px }
.form_text  { color: #000; font-size: 11px; padding-top: 5px }

#errorbox {border: 1px solid #000;
        margin: 0em;
        width: 25em;
        padding: 5px;}
.errorstring   { color: red; font-size: 11px; font-weight: bold; padding-bottom: 5px
 }
	#errorbox ul {
		list-style: none;
		margin-left: 0;
		padding-left: 1em;
		text-indent: -1em;
		}

	#errorbox li{
		list-style-image: none;
		list-style-type: none;
		}
td     { color: #000; font-size: 11px }
.whitetext  { color: white; font-size: 11px; text-transform: capitalize }
.smalllink  { color: #936; font-weight: normal; font-size: 10px; text-decoration: none }
a           { color: #936; font-weight: bold; font-size: 11px; text-decoration: none }
.noboldlink { color: #369; font-weight: normal; font-size: 11px; text-decoration: none }
a:hover     { color: #000; text-decoration: underline }
.subheading          { color: black; font-weight: bold; font-size: 11px }
.mainheading     { color: black; font-weight: bold; font-size: 15px; text-transform: capitalize }
hr    { color: #dcdcdc; height: 1px }
li       { font-size: 11px; list-style-image: url('../images/gfx/list_arrow.gif'); margin: 0pt; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:5px }


/* input applies to both the input boxes and the submit and reset buttons, so we make the buttons s special case, so they are not white

input {margin:2px; background-color: #fff;}
.subspecial { background-color: #blue;}*/

TEXTAREA { background-color: #fff; }
input {margin:2px;}