/* CONTACT */


/***************************
	    POSITION
***************************/

#contact-form-left-left {
	float: left;
	width: 252px;
	height: auto;
	margin: 0px 0 0 -15px;
	padding: 0 15px 0 0px;
	text-align: right;
	color: #a9a9a9;
}
#contact-form-left-right {
	float: left;
	width: 200px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#contact-form-left-left ul {
	list-style: none;
	margin: 0 0 0 80px;
	padding: 0px;
}
#contact-form-left-left ul li {
	margin: 0px;
	padding: 0 0 15px 0;
	height: 16px;
}

* html #contact-form-left-left ul li {
	padding: 0 0 18px 0;
	height: 16px;
}
#contact-form-left-right ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#contact-form-left-right ul li {
	margin: 0px;
	padding: 0 0 15px 0;
	height: 16px;
}
#contact-form-right ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#contact-form-right ul li {
	margin: 0px;
	padding: 0 0 5px 0;
}
.field {
	height: 13px;
	font-size: 10px;
	color: #333333;
	background-color: #bbbbbb;
	padding-left: 5px;
	border-width: 1px;
	border-style:solid;
	border-color: #eeeeee;
}
.field-drop {
	height: 15px;
	font-size: 10px;
	color: #333333;
	background-color: #bbbbbb;
	padding-left: 5px;
	border-width: 1px;
	border-style:solid;
	border-color: #eeeeee;
}
.field-comments {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #bbbbbb;
	border: 1px #eeeeee solid;
}
#form-submit {
	background: url(../images/submit.gif) no-repeat top left;
	display: block;
	width: 90px;
	height: 26px;
	margin: 0 auto 0 auto;
	cursor: pointer;
	border: none;
}
#form-submit:hover {
	background: url(../images/submit-over.gif) no-repeat top left;
}








