
body { margin: 0px; padding: 0px; background: url(images/bg.jpg); } 

.top {

	width: 760px;
	height: 165px;
	background: url(images/top.jpg) no-repeat; 
	
}

.middle {

	width: 760px;
	 
	background: url(images/middle.jpg) repeat-y; 
	
}

.bottom {

	width: 760px;
	height: 50px;
	background: url(images/bottom.jpg) no-repeat; 
	
}

.join {

	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	
	color: #336699;
	
	margin-left: 130px;

}	


.head1 { 

	font-family: Helvetica;
	font-weight: bold;	
	font-size: 28px;
	color: navy;
	
	margin-left: 220px;

}

.box {

	width: 321px;
	height: 290px;
	padding: 3px;
	
	padding-top: 35px;
	background: url(images/box.jpg) no-repeat;
}	

.label { 
	font-family: Arial;
	font-weight: bold;	
	font-size: 14px;
	
	width: 110px;
	float: left;
	
	text-align: right;
}

.left {
	float: left;
	margin-left: 10px; 
	margin-bottom: 5px;
}

table {
	font-family: Verdana;
	font-size: 13px;
}

.clear{ clear: both; }

.aa {

	float: left;
	margin-left: 100px;
	margin-top: 50px;
	
	width: 160px;
	height: 98px;
	background: url(images/lbox.jpg) no-repeat;
	
	padding-top: 16px;
	
	font-family: Helvetica;
	font-size: 11px;
}


.btn {
	width: 220px;
	height: 40px;
	
	border: 5px solid #cc3333;
}

.spam { font-size: 10px; color: #7f337f; }