body {
	margin: 0;
	padding: 0;
	color: #404448;
	background: white url('left_back.gif') repeat-y;
	font-family:  verdana,helvetica,sans-serif;
	font-size: 10px;
}

/* form styles */
form {
	margin: 0;
	padding: 0;
}
input {
	margin: 0;
	color: #404448;
	font-size: 10px;
}
select, textarea, .textinput {
	font-family:  verdana,helvetica,sans-serif;
	font-size: 10px;
	color: #64AA20;
}
/* end form styles */

hr {
	height: 1px;
	color: #aab8c8;
	background-color: #aab8c8;
}

p {
	font-size: 10px;
	line-height: 140%;
}

td {
	font-size: 10px;
}

#contact_form {
	border: 0;
	border-collapse: collapse;
}

#contact_form td {
	padding: 3px;
	vertical-align: top;
}

#header_img {
	margin-left: 104px;
	margin-bottom: 2px;
}

#main_wrapper {
	margin-top: 10px;
	margin-left: 40px;
}

#warn_box {
	margin: 8px 0;
	padding: 6px;
	width: 380px;
}

#warn_box ul {
	list-style-type: disc;
}

.form_label {
	width: 70px;
	text-align: right;
}

.form_text {
	width: 280px;
}

.form_txt_area {
	width: 280px;
}
