.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	background-color: #333333;
	height: auto;
	width: 500px;
	font-weight: bold;
	text-align: center;
}
.rightbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #666666;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	font-size: 10px;
	color: #CCCCCC;
}
