/* CSS Document */
.input {
	color: #D2F3F7;
	font: .9em, times, sans-serif;
	background-color: #FAE7DC;
}
.textarea {
	color: #D2F3F7;
	font: .9em, times, sans-serif;
	background-color: #FAE7DC;
}

/* layout */
.page {
	position: absolute;
	width: 870px;
	margin-left: 20px;
	top: -2px;

}
.middlecontent{
	position: absolute;
	top: 84px;
	width: 870px;
	left: 60px;
	margin-bottom: 20px;
}
.header {
	font-family: arial;
	font-size: 18pt;
	color: #0066CC;
	font-weight: bold;
	}
.headerpos {
	position: relative;
	top: 5px;
}
	
	.footer {
	position: absolute;
	left: 5px;
	width: 1010px;
}
.footerpos {
	position: absolute;
		bottom: 0;
	left: 65px;
	width: 1010px;
}