@charset "utf-8";
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#mien {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#btlogin {
	background-image: url(images/login_btn_arr.gif);
	height: 26px;
	width: 26px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.class_button {
	background-image: url(../images/btn_2.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 68px;
	border:none;
	font-weight:bolder;
	font-size:11px;
	padding-bottom:3px;
	font-family:"Courier New";
	cursor: pointer;
}

.class_button:hover {
	background-image: url(../images/btnh_2.gif);
	
}