@charset "utf-8";
BODY {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
.blue {
	color:#ffffff;
}
.wrapper {
	width:725px;
	display:block;

}
.header {
	background-image: url(../img/banner.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 5px;
	float: left;
	height: 185px;
	width: 712px;
	position: relative;
	border: 0px solid #ffffff;
}
.middle {
	margin: 0px;
	width: 662px;
	position: relative;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-color: #1f86c0;
	border: 0px solid #ffffff;
}
.textfield {
	background-image: url(../img/text-field.png);
	background-repeat: repeat-x;
	height: 25px;
	border: 1px solid #000000;
	margin: 2px;
 	padding: 2px;
	width: 300px;
}
.text-area {
	background-image: url(../img/text-area.png);
	background-repeat: repeat-x;
	height: 300px;
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	width: 500px;
}
.btn {
	background-color: #ffffff;
	border: 1px solid #000000;
	float: right;
	height: 30px;
	width: 100px;
}	


