.body {
	background-color: #000000;
	background-image: url(images/map-bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.buttonbg {
	background-color: #333333;
	border: solid 1px #999999;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(submitbg.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 100px;
	height: 23px;
}
.buttonbg:hover {
	color: #CCCCCC;
}
.buttonus {
	background-color: #333333;
	border: 1px solid #999999;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(submiten.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 100px;
	height: 23px;
}
.buttonus:hover {
	color: #CCCCCC;
}
.frametext {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
	padding-right: 7px;
	padding-left: 7px;
}
.framechecktext {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #a7cb01;
}

