body {
	font-family: Arial;
	font-size: 12px;
	background-color: #CC3300;
}
.title {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.registerbox {
	font-family: Arial;
	font-size: 12px;
	background-color: #FFFFFF;	
	color: #666666;
	size: 70px;
	height: 20px;
	border-left: 1px dashed #666666;
	border-right: 1px dashed #666666;
	border-top: 1px dashed #666666;
	border-bottom: 3px solid #666666;	
}
.buttonbox {
	font-family: Arial;
	font-size: 12px;
	background-color: #000000;	
	height: 20px;	
	color: #FFFFFF;
	border: 1px solid #000000;	
}
.tablelinegrey {
	border: 1px dashed #000000;
}