@charset "utf-8";
/* CSS Document */

#contact {
	padding: 0;
	margin: 0;
	background: url("../img/form_bg.gif") no-repeat 0 0;
}
#contact label {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}
#contact label.error {
	display: inline;
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
	font-size: 14px;
}
p {
	clear: both;
}
address {
	font-style: normal;
	line-height: 1.1em;
	border-bottom: 1px dotted #666666;
}
#contact input {
	background: transparent url("../img/input_bg.gif") no-repeat;
	border: medium none;
	font: 11px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: -5px;
	width: 150px;
	height: 18px;
}
#contact input.submit {
	/*border: medium solid #000;*/
	height: 23px;
	margin-bottom: 10px;
	padding: 0;
	width: auto;
}
#contact select, #contact textarea {
	font: 11px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#contact select {
	font-weight: bold;
	padding: 5px;
	width: 139px;
}
#contact label {
	display: block;
}
#contact textarea {
	border: thin solid #000;
	height: 150px;
	padding: 10px;
	width: 400px;
}
.left_col {
	float:left;
	width: 500px;
	padding-left: 5px;
}
.right_col {
	float:left;
	padding-left: 155px;
	font-size:0.9em;
}
ul {
	list-style: none outside none;
}
ul.list {
	/* margin: 10px 0 20px;*/
   margin: 0;
	padding: 0;
}
ul.list li {
	border-bottom: 1px dotted #666666;
	color: #000;
	padding: 5px 0;
}
