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

label{
	width:100%;
	float:left;
	margin-bottom:5px;
	text-align:left;
	font-weight:bold;


}

input{
	width:100%;
	float:left;
	margin-bottom:5px;
	border:1px solid #999999;

}

textarea{
	width:100%;
	float:left;
	margin-bottom:0px;
	height:100px;
	border:1px solid #999999;

}

.submit{
	background:url(../images/submitbg.jpg) center no-repeat;
	color:#FFFFFF;
	font:11px Tahoma;
	float:right;
	width:80px;
	font-weight:bold;
	margin:5px 0px 20px;
	padding:0px;
	text-align:center;
	border:1px double black;
	line-height:11px;
}

#submit{
	background:url(../images/submitbg.jpg) center no-repeat;
	color:#FFFFFF;
	font:11px Tahoma;
	float:right;
	width:80px;
	font-weight:bold;
	margin:5px 0px 20px;
	padding:0px;
	text-align:center;
	border:1px double black;
	line-height:11px;
}

.error{
	width:100%;
	color:red;


}

.contactform{
	position:relative;
	top:10px;
	left:0px;
	clear:both;
	}