/* CSS Document */
table p{ line-height:18px; margin:0px; padding:0px;}
input, select{ height:18px; margin:0px; padding:0px;}
#wholepage{
	position: relative;
	height: 1500px;
	width: 692px;
	margin-left: auto;
	margin-right: auto;
}

#BlockLeft4{
	position: absolute;
	height: 1360px;
	width: 60px;
	top: 287px;
	left: 0px;
	background-color: #D9C9AF;
}

#content{
	position: absolute;
	height: 1360px;
	width: 624px;
	top: 287px;
	left: 64px;
	background-color: #EBDFD0;
}

#actual_content{
	position: absolute;
	height: 1350px;
	width: 602px;
	top: 4px;
	left: 9px;
	background-color: #EBDFD0;
}

#BlockBottomLeft{
	position: absolute;
	height: 35px;
	width: 60px;
	top: 1651px;
	background-color: #887368;
}

#footer{
	position: absolute;
	height: 35px;
	width: 624px;
	top: 1651px;
	left: 64px;
	background-color: #614536;
}

input {
	background-color: #FFFFFF;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:solid 1px #999999;
}
input.checkbox{
	width: 20px
}

select {
	background-color: #FFFFFF;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:solid 1px #999999;
}

textarea {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:200px;
	border:solid 1px #999999;
}
.submitbutton{
	width:200px;
	border:solid 1px #999999;
}
