body {
	background-color:#000;
	font-size:12PX;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.header {
	background: url(http://images.quirkcars.com/black-frame/masthead.jpg);
	width: 946px;
	height: 162px;
	background-repeat: no-repeat;
	margin: 0
}


.data-tbl{
	width: 800px;
	margin: 10px;
	border: 1px solid #000000;
	border-left: 2px solid #000000;
	background-color: #ffffff;
}

.data-tbl td{
	font-size: 125%;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
}

.data-tbl td.row-label{
	width: 80px;
}

td.bold tr.bold td{
	font-weight: bold;
}

tr.bold td{
	border-top: 2px solid black;
}

.fab-tbl {
	width: 100%;
	border: 0;
}

.tbl-header {
  color: #FFFFFF;
  background: url(/images/table-header-bg-dark.jpg) repeat-x;
  background-color: #000000;
  text-align: center;
}

.tbl-header a{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	
}

.default-row {
  background-color: #FFFFFF;	
}

.alt-row { 
  background-color: #DDDDDD;	
}


div.header img {
	margin: 30px 30px;
	
}

div.content {
	background: url(http://images.quirkcars.com/black-frame/content-bg.jpg);
	width: 946px;
	background-repeat: repeat-y;
	margin: 0
}

div.container{
	padding: 15px;
}

div.footer {
	background: url(http://images.quirkcars.com/black-frame/footer.jpg);
	width: 946px;
	height: 16px;
	background-repeat: no-repeat;
	margin: 0
}

div.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
	margin-right: 15px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #006633;
}

h1 {
	margin: 0; 
	padding: 0;
	color: #006633;
}

img {border: 0px }	


/* DROGERS EZ-FORMS CSS AWESOMENESS */
div.formDiv {
	width: 500px;
}


label,input.text, input.submit {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

input.text{
	border: 1px solid black;
}

input.submit, input.radio, input.checkbox {
	width: auto;
	border: 1px solid black;
	color: #000000;
	text-align: left;
	margin: 5px; 	
	
}

input.radio{
	float: left;
	width: auto;
}

label {
	text-align: right;
	padding-right: 20px;
}

form br {
	clear: left;
}


