body {
	background-color:#CCCCCC;
	background-image:url(images/background.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin:10px;
}
#header {
	background-image:url(images/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;	
	width:860px;
	height:240px;
}
#mainbody {
	width:840px;
	height: 890px;
	padding:10px;
	background-color:#FFFFFF;
	background-image:url(images/white_foot.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.textarea {
	float:left;
	width:470px;
	height:890px;
	font-family:Arial Narrow;
	font-size:15px;
	color:#555555;
	text-align:justify;
	
}
.bluetext {
	font-family:Arial Narrow;
	font-size:18px;
	color:#0091F7;
	font-weight:bold;
	text-align:left;
}
.formarea {
	float:right;
	width:350px;
	height:890px;
	padding:0 5px 0 5px;
	background-color:#d7ebfd;
	background-image:url(images/form_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-family:Arial Narrow;
	font-size:15px;
	color:#000;
}
#formlight {
	width:340px;
	height:20px;
	padding:5px;
	margin-bottom:3px;
	text-align:left;
	background-color:#f0faff;
}
#formreg {
	width:340px;
	height:20px;
	padding:5px;
	margin-bottom:3px;
	text-align:left;
}
	
input.text {
	float:right;
	width:155px
	height:20px;
	background-color:#FFFFFF;
	border:1px solid #000;
	font-family:Arial Narrow;
	font-size:14px;
	color:#555555;
}
.select {
	float:right;
	width:155px
	height:20px;
	background-color:#FFFFFF;
	border:1px solid #000;
	font-family:Arial Narrow;
	font-size:14px;
	color:#555555;
}
.submit {
	float:right;
}
#btmaddress {
	width:240px;
	height:70px;
	text-align:left;
}