body {
	background: #000000 url(../images/BG5.jpg) no-repeat center top fixed;

}

#middle .leftpanel {
	width: 687px;
	padding: 0 15px 0 0;
	float:left;
	height: auto;
	} 
	
#middle .rightpanel {
	margin:0 0 10px 701px;
	padding:0 0 0 10px;
	width:215px;
}

table td {
	
	font-size:12px;}
	
table tr {
	
	height: 32px;}
	
	/********************************************************************************
			FORM ELEMENTS		
********************************************************************************/	
	
	
.textbox,.textboxsmall {
	font-size: 12px;
	font:Helvetica, Arial, sans-serif;
	color: #000000;
	width: 245px;
	height:25px;
	border: 1px solid #999;
	background: #ffffff url(../images/inputBG.jpg) repeat-x;
	padding: 0 6px 0 6px;
}
	
.textarea {
	font-size: 12px;
	font: Helvetica, Arial, sans-serif;
	color: #000000;
	width: 310px;
	height:150px;
	border: 1px solid #999;
	background:url(../images/inputBG.jpg) repeat-x;
	padding: 0 6px 0 6px;
}
	
.submit{
	
	height:47px;
	width:212px;
	background:url(../images/btn_submit.png) no-repeat 0px 0px;
	display: block;
	margin: 0 0 0 140px;
	border:none;}	
.submit:hover{
	
	background:url(../images/btn_submit.png) no-repeat 0px -47px;
	cursor:pointer;
	}	
