BODY{	
	FONT-SIZE:16px;
	font-family: "Arial", "Helvetica", "sans-serif"
}
A{TEXT-DECORATION:none;}
A:hover{COLOR:#ee9c00;font-weight: bold}
a:link {  TEXT-DECORATION:none; font-weight: bold}
a:visited {  TEXT-DECORATION:none; font-weight: bold}
TD{
	FONT-SIZE:16px;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.c {
	font-size: 18px;
	font-weight: bold;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.style3 {
	font-size: 20px;
	font-weight: bold;
	font-family: "Arial", "Helvetica", "sans-serif";	
}
.none{display:none;}
.gate_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffff00), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ffff00 5%, #ffff00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#dfdfdf');
	background-color:#ffff00;
	-webkit-border-top-left-radius:24px;
	-moz-border-radius-topleft:24px;
	border-top-left-radius:24px;
	-webkit-border-top-right-radius:24px;
	-moz-border-radius-topright:24px;
	border-top-right-radius:24px;
	-webkit-border-bottom-right-radius:24px;
	-moz-border-radius-bottomright:24px;
	border-bottom-right-radius:24px;
	-webkit-border-bottom-left-radius:24px;
	-moz-border-radius-bottomleft:24px;
	border-bottom-left-radius:24px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#000000;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	line-height:20px;
	width:240px;
  padding:5px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.gate_btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.gate_btn:active {
	position:relative;
	top:1px;
}