@font-face {  
	  font-family: "BigMatch" ;  
	  src: url(../font/BigMatch/BigMatch.ttf) format("truetype");  
}
@font-face {  
	  font-family: "Lamoon" ;  
	  src: url(../font/Lamoon/Lamoon.ttf) format("truetype");  
}
body {
	font-family:BigMatch;
	font-size: 30px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Mn{
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
.txOrg{
	color:#F60;
	text-decoration:none;
}
.txGrn{
	color:#006600;
	text-decoration:none;
}
.txWh{
	color:#FFFFFF;
	text-decoration:none;
}
.txGray{
	color:#999;
	text-decoration:none;
}
.txLnk{
	color:#03F;
	text-shadow: .5px 1px #9FF;
	text-decoration:none;
}
.txRed{
	color:#F00;
	text-shadow: .5px 1px #FF9;
	text-decoration:none;
}
.Wh{
	color:#FFF;
  text-shadow: .5px 0px #9F0;
	text-decoration:none;
}
.Blue{
	color:#03F;
	text-shadow: .5px 0px #0F0;
	text-decoration:none;
}
.CBPoint{
	cursor:pointer;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#0CF;
}
a:active {
	text-decoration: none;
}
a.uo-count { text-decoration:none; color:#00CC00;}

#cycle, #content {
	position: absolute;
	width: 1200px;
	height: 100px;


//middle of page
  z-index:1;
	top: 0px;
}

#content {
  z-index:100;
}

.B-send {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5b993b), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #5b993b 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #5b993b 5%, #72b352 100%);
	background:-o-linear-gradient(top, #5b993b 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #5b993b 5%, #72b352 100%);
	background:linear-gradient(to bottom, #5b993b 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b993b', endColorstr='#72b352',GradientType=0);
	background-color:#5b993b;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-style: normal;
	padding:8px 16px;
	text-decoration:none;
	text-shadow:0px 1px 16px #5b8a3c;
}
.B-send:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #5b993b));
	background:-moz-linear-gradient(top, #72b352 5%, #5b993b 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #5b993b 100%);
	background:-o-linear-gradient(top, #72b352 5%, #5b993b 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #5b993b 100%);
	background:linear-gradient(to bottom, #72b352 5%, #5b993b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#5b993b',GradientType=0);
	background-color:#72b352;
	text-decoration:none;
}
.B-send:active {
	position:relative;
	top:1px;
}

.B-reset {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
	background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
	background-color:#768d87;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	padding:8px 16px;
	text-decoration:none;
	text-shadow:0px 1px 16px #2b665e;
}
.B-reset:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
	background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
	background-color:#6c7c7c;
	text-decoration:none;
}
.B-reset:active {
	position:relative;
	top:1px;
}
