﻿

#content
{
	color: #000;
	background-image: url('../images/contact_back.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
}
#contactform a
{
	
}
.contact
{
	width:400px;
}
#contactText
{
	margin: 20px 0;
	font-size: 14px;
}
h2
{
	background-color: #1f1f1f;
	width: 110px;
	padding: 1px 0px 1px 10px;
	color: #000;
	font-size: 120%;

}

.clear {clear: both;}


#contactform 
{
	font-family:Times New Roman, Serif;
	width: 400px; 
	position: relative; 
	float: left; 	 
	margin: 10px 0px 20px 20px; 
	color: #000;
	font-size: 14px;
	display: inline;
}
#contactform input, #contactform textarea
{
	background-color: #fff;	
	padding: 3px;
	
}
.button
{
	display: block;
}
.submitBtn
{
	height: 30px;
	width: 60px;
	padding: 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	font-family:Times New Roman, Serif;
}
.txtBox
{
	width: 350px;
	border-left: solid 1px #909090;
	border-top: solid 1px #909090;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
.txtArea
{
	width: 350px;
	height: 60px;
	overflow: auto;
		border-left: solid 1px #909090;
	border-top: solid 1px #909090;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
.success
{
font-size:12px;
color:#444;
}
.posterror
{
font-size:12px;
color:red;
}