/* CSS maowens Contact Form */
div#contact {
	height: 60px;
	width: 360px;
	top: 87px;
	margin-left: 190px;
	padding-left: 6px;
	z-index: 2;
	position: absolute;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	float: left;
	clear: right;
}
div#contact_text {
	height: 160px;
	width: 550px;
	top: 0px;
	margin-left: 10px;
	padding-left: 10px;
	z-index: 1;
	position: absolute;
	margin-top: 25px;
	margin-bottom: 0px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
	margin-right: 0px;
}
div#email_image {
	width: 50px;
	margin-left: 50px;
	margin-top: -18px;
	position: absolute;
}
div#formcontainer {
	height: 230px;
	width: 500px;
	top: 160px;
	margin-left: 28px;
	padding-left: 6px;
	z-index: 3;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-right: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	position: absolute;
	padding-bottom: 6px;
	border: 0px solid #ccc;
}
#btn_pos {
	margin-bottom: 6px;
	margin-top: 42px;
	float: right;
	margin-right: 60px;
}
form ul
{
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;
}
form li
{
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
}
form li div 
{
	color:#444000;
	display: block;
}
form li div label
{
	color:#444000;
	font-size:11px;
	line-height:16px;
	font-weight: bold;
	clear: both;
	padding-bottom: 2px;
	padding-top: 6px;
	display: block;
}
form li span
{
	color:#444000;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px;
}
form li span label
{
	clear:both;
	color:#444000;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}
fieldset {
	border: 1px solid #ccc;
	width: 44em;
	padding-top: 0px;
	padding-right: 0px;
}
legend {
	color: #666666;
	border: 1px solid #ccc;
	padding: 1px 8px;
	margin-left: 4px;
	font-size: 12px;
	background-color: #C7E2E2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-color: #999999;
}
input.button_text
{
	overflow:visible;
	padding:0 8px;
	width:auto;
	margin-bottom: 8px;
}
input.email {
	background-color: #F2FBFF;
	border-top-color: #CCCCCC;
	border-top-style: inset;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: inset;
}
input.name {
	background-color: #F2FBFF;
	border-top-color: #CCCCCC;
	border-top-style: inset;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: inset;
}
input.id {

	background-color: #F2FBFF;
	border-top-color: #CCCCCC;
	border-top-style: inset;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: inset;
}
label.description {
	height: 16px;
	width: 280px;
	display: block;
	border: none;
	color: #444000;
	font-size: 11px;
	font-weight: bold;
	clear: both;
}
textarea.textarea {
	width: 300px;
	height: 60px;
	margin-right: 20px;
	clear: right;
	background-color: #F2FBFF;
	border-top-color: #CCCCCC;
	border-top-style: inset;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: inset;
}

