/***** white 16 *****/
a.btn_white_16{
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	background:url("/_images/button/btn_bg_white_16.gif") left 0px;
	height:16px;
	padding-left:6px;
	cursor:pointer;	
	font-weight:normal;
	text-decoration:none;
	color:#484848;
	letter-spacing:-1px;
}
a.btn_white_16:hover{
	background:url("/_images/button/btn_bg_white_16.gif") left -16px;
	color:#484848;
}
a.btn_white_16 span{
	display:block;
	overflow:hidden;
	background:url("/_images/button/btn_bg_white_16.gif") right 0px;
	float:left;
	height:100%;
	font-size:11px;
	padding-right:7px;
	line-height:17px;
	vertical-align:middle;
}
a.btn_white_16:hover span{
	background:url("/_images/button/btn_bg_white_16.gif") right -16px;
}
a.btn_white_16 img{
	vertical-align:top;
	margin-top:2px;
	width:12px;height:12px;
}

/***** gray 16 *****/
a.btn_gray_16{
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	background:url("/_images/button/btn_bg_gray_16.gif") left 0px;
	height:16px;
	padding-left:6px;
	cursor:pointer;	
	font-weight:normal;
	text-decoration:none;
	color:#484848;
	letter-spacing:-1px;
}
a.btn_gray_16:hover{
	background:url("/_images/button/btn_bg_gray_16.gif") left -16px;
	color:#484848;
}
a.btn_gray_16 span{
	display:block;
	overflow:hidden;
	background:url("/_images/button/btn_bg_gray_16.gif") right 0px;
	float:left;
	height:100%;
	font-size:11px;
	padding-right:7px;
	line-height:17px;
	vertical-align:middle;
}
a.btn_gray_16:hover span{
	background:url("/_images/button/btn_bg_gray_16.gif") right -16px;
}
a.btn_gray_16 img{
	vertical-align:top;
	margin-top:2px;
	width:12px;height:12px;
}

/***** blue 16 *****/
a.btn_blue_16{
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	background:url("/_images/button/btn_bg_blue_16.gif") left 0px;
	height:16px;
	padding-left:6px;
	cursor:pointer;
	font-weight:normal;
	text-decoration:none;
	color:#484848;
	letter-spacing:-1px;
}
a.btn_blue_16:hover{
	background:url("/_images/button/btn_bg_blue_16.gif") left -16px;
	color:#484848;
}
a.btn_blue_16 span{
	display:block;
	overflow:hidden;
	background:url("/_images/button/btn_bg_blue_16.gif") right 0px;
	float:left;
	height:100%;
	font-size:11px;
	padding-right:7px;
	line-height:17px;
}
a.btn_blue_16:hover span{
	background:url("/_images/button/btn_bg_blue_16.gif") right -16px;
}
a.btn_blue_16 img{
	vertical-align:top;
	margin-top:2px;
	width:12px;height:12px;
}

/***** red 16 *****/
a.btn_red_16{
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	background:url("/_images/button/btn_bg_red_16.gif") left 0px;
	height:16px;
	padding-left:6px;
	cursor:pointer;
	font-weight:normal;
	text-decoration:none;
	color:#484848;
	letter-spacing:-1px;
}
a.btn_red_16:hover{
	background:url("/_images/button/btn_bg_red_16.gif") left -16px;
	color:#484848;
}
a.btn_red_16 span{
	display:block;
	overflow:hidden;
	background:url("/_images/button/btn_bg_red_16.gif") right 0px;
	float:left;
	height:100%;
	font-size:11px;
	padding-right:7px;
	line-height:17px;
}
a.btn_red_16:hover span{
	background:url("/_images/button/btn_bg_red_16.gif") right -16px;
}
a.btn_red_16 img{
	vertical-align:top;
	margin-top:2px;
	width:12px;height:12px;
}

/***** white 20 *****/
a.btn_white_20{
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	background:url("/_images/button/btn_bg_white_20.gif") left 0px;
	height:20px;
	padding-left:7px;
	cursor:pointer;
	text-decoration:none;
	color:#484848;
	letter-spacing:-1px;
}
a.btn_white_20:hover{
	background:url("/_images/button/btn_bg_white_20.gif") left -20px;
	color:#484848;
}
a.btn_white_20 span{
	display:block;
	overflow:hidden;
	background:url("/_images/button/btn_bg_white_20.gif") right 0px;
	float:left;
	height:100%;
	padding-right:8px;
	line-height:19px;
	vertical-align:middle;
}
a.btn_white_20:hover span{
	background:url("/_images/button/btn_bg_white_20.gif") right -20px;
}
a.btn_white_20 img{
	vertical-align:top;
	margin-top:4px;
	width:12px;height:12px;
}

/***** black 20 *****/
a.btn_black_20{
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	background:#525252;
	height:18px;
	padding-left:6px;
	cursor:pointer;
	text-decoration:none;
	color:#FFFFFF;
	letter-spacing:-1px;
	border-left:1px solid black;
	border-top:1px solid black;
	border-bottom:1px solid black;
}
a.btn_black_20:hover{
	background:#707070;
	color:#FFFFFF;
}
a.btn_black_20 span{
	display:block;
	overflow:hidden;
	background:#525252;
	float:left;
	height:100%;
	padding-right:7px;
	line-height:19px;
	vertical-align:middle;
	border-right:1px solid black;
}
a.btn_black_20:hover span{
	background:#707070;
}
a.btn_black_20 img{
	vertical-align:top;
	margin-top:3px;
	width:12px;height:12px;
}

/***** red2 20 *****/
a.btn_red2_20{
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	background:#EA0000;
	height:18px;
	padding-left:6px;
	cursor:pointer;
	text-decoration:none;
	color:#FFFFFF;
	letter-spacing:-1px;
	border-left:1px solid #9F0000;
	border-top:1px solid #9F0000;
	border-bottom:1px solid #9F0000;
}
a.btn_red2_20:hover{
	background:#FF3333;
	color:#FFFFFF;
}
a.btn_red2_20 span{
	display:block;
	overflow:hidden;
	background:#EA0000;
	float:left;
	height:100%;
	padding-right:7px;
	line-height:19px;
	vertical-align:middle;
	border-right:1px solid #9F0000;
}
a.btn_red2_20:hover span{
	background:#FF3333;
}
a.btn_red2_20 img{
	vertical-align:top;
	margin-top:3px;
	width:12px;height:12px;
}

/***** gray 20 *****/
a.btn_gray_20{
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	background:url("/_images/button/btn_bg_gray_20.gif") left 0px;
	height:20px;
	padding-left:7px;
	cursor:pointer;
	text-decoration:none;
	color:#484848;
	letter-spacing:-1px;
}
a.btn_gray_20:hover{
	background:url("/_images/button/btn_bg_gray_20.gif") left -20px;
	color:#484848;
}
a.btn_gray_20 span{
	display:block;
	overflow:hidden;
	background:url("/_images/button/btn_bg_gray_20.gif") right 0px;
	float:left;
	height:100%;
	padding-right:8px;
	line-height:19px;
	vertical-align:middle;
}
a.btn_gray_20:hover span{
	background:url("/_images/button/btn_bg_gray_20.gif") right -20px;
}
a.btn_gray_20 img{
	vertical-align:top;
	margin-top:4px;
	width:12px;height:12px;
}

/***** blue 20 *****/
a.btn_blue_20{
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	background:url("/_images/button/btn_bg_blue_20.gif") left 0px;
	height:20px;
	padding-left:7px;
	cursor:pointer;
	text-decoration:none;
	color:#484848;
	letter-spacing:-1px;
}
a.btn_blue_20:hover{
	background:url("/_images/button/btn_bg_blue_20.gif") left -20px;
	color:#484848;
}
a.btn_blue_20 span{
	display:block;
	overflow:hidden;
	background:url("/_images/button/btn_bg_blue_20.gif") right 0px;
	float:left;
	height:100%;
	padding-right:8px;
	line-height:19px;
	vertical-align:middle;
}
a.btn_blue_20:hover span{
	background:url("/_images/button/btn_bg_blue_20.gif") right -20px;
}
a.btn_blue_20 img{
	vertical-align:top;
	margin-top:4px;
	width:12px;height:12px;
}

/***** blue2 20 *****/
a.btn_blue2_20{
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	background:#00389f;
	height:18px;
	padding-left:6px;
	cursor:pointer;
	text-decoration:none;
	color:#FFFFFF;
	letter-spacing:-1px;
	border-left:1px solid #00389f;
	border-top:1px solid #00389f;
	border-bottom:1px solid #00389f;
}
a.btn_blue2_20:hover{
	background:#1a4daa;
	color:#FFFFFF;
}
a.btn_blue2_20 span{
	display:block;
	overflow:hidden;
	background:#00389f;
	float:left;
	height:100%;
	padding-right:7px;
	line-height:19px;
	vertical-align:middle;
	border-right:1px solid #00389f;
}
a.btn_blue2_20:hover span{
	background:#1a4daa;
}
a.btn_blue2_20 img{
	vertical-align:top;
	margin-top:3px;
	width:12px;height:12px;
}

/***** red 20 *****/
a.btn_red_20{
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	background:url("/_images/button/btn_bg_red_20.gif") left 0px;
	height:20px;
	padding-left:7px;
	cursor:pointer;
	text-decoration:none;
	color:#484848;
	letter-spacing:-1px;
}
a.btn_red_20:hover{
	background:url("/_images/button/btn_bg_red_20.gif") left -20px;
	color:#484848;
}
a.btn_red_20 span{
	display:block;
	overflow:hidden;
	background:url("/_images/button/btn_bg_red_20.gif") right 0px;
	float:left;
	height:100%;
	padding-right:8px;
	line-height:19px;
	vertical-align:middle;
}
a.btn_red_20:hover span{
	background:url("/_images/button/btn_bg_red_20.gif") right -20px;
}
a.btn_red_20 img{
	vertical-align:top;
	margin-top:4px;
	width:12px;height:12px;
}

/***** white 25 *****/
a.btn_white_25{
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	background:url("/_images/button/btn_bg_white_25.gif") left 0px;
	height:25px;
	padding-left:7px;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
	color:#484848;
	letter-spacing:-1px;
}
a.btn_white_25:hover{
	background:url("/_images/button/btn_bg_white_25.gif") left -25px;
	color:#484848;
}
a.btn_white_25 span{
	display:block;
	overflow:hidden;
	background:url("/_images/button/btn_bg_white_25.gif") right 0px;
	float:left;
	height:100%;
	padding-top:2px;
	padding-right:8px;
	line-height:19px;
	vertical-align:middle;
}
a.btn_white_25:hover span{
	background:url("/_images/button/btn_bg_white_25.gif") right -25px;
}
a.btn_white_25 img{
	vertical-align:top;
	margin-top:4px;
	width:12px;height:12px;
}

/***** gray 25 *****/
a.btn_gray_25{
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	background:url("/_images/button/btn_bg_gray_25.gif") left 0px;
	height:25px;
	padding-left:7px;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
	color:#484848;
	letter-spacing:-1px;
}
a.btn_gray_25:hover{
	background:url("/_images/button/btn_bg_gray_25.gif") left -25px;
	color:#484848;
}
a.btn_gray_25 span{
	display:block;
	overflow:hidden;
	background:url("/_images/button/btn_bg_gray_25.gif") right 0px;
	float:left;
	height:100%;
	padding-top:2px;
	padding-right:8px;
	line-height:19px;
	vertical-align:middle;
}
a.btn_gray_25:hover span{
	background:url("/_images/button/btn_bg_gray_25.gif") right -25px;
}
a.btn_gray_25 img{
	vertical-align:top;
	margin-top:4px;
	width:12px;height:12px;
}

/***** blue 25 *****/
a.btn_blue_25{
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	background:url("/_images/button/btn_bg_blue_25.gif") left 0px;
	height:25px;
	padding-left:7px;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
	color:#484848;
	letter-spacing:-1px;
}
a.btn_blue_25:hover{
	background:url("/_images/button/btn_bg_blue_25.gif") left -25px;
	color:#484848;
}
a.btn_blue_25 span{
	display:block;
	overflow:hidden;
	background:url("/_images/button/btn_bg_blue_25.gif") right 0px;
	float:left;
	height:100%;
	padding-top:2px;
	padding-right:8px;
	line-height:19px;
	vertical-align:middle;
}
a.btn_blue_25:hover span{
	background:url("/_images/button/btn_bg_blue_25.gif") right -25px;
}
a.btn_blue_25 img{
	vertical-align:top;
	margin-top:4px;
	width:12px;height:12px;
}

/***** red 25 *****/
a.btn_red_25{
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	background:url("/_images/button/btn_bg_red_25.gif") left 0px;
	height:25px;
	padding-left:7px;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
	color:#484848;
	letter-spacing:-1px;
}
a.btn_red_25:hover{
	background:url("/_images/button/btn_bg_red_25.gif") left -25px;
	color:#484848;
}
a.btn_red_25 span{
	display:block;
	overflow:hidden;
	background:url("/_images/button/btn_bg_red_25.gif") right 0px;
	float:left;
	height:100%;
	padding-top:2px;
	padding-right:8px;
	line-height:19px;
	vertical-align:middle;
}
a.btn_red_25:hover span{
	background:url("/_images/button/btn_bg_red_25.gif") right -25px;
}
a.btn_red_25 img{
	vertical-align:top;
	margin-top:4px;
	width:12px;height:12px;
}

/***** white 45 *****/
a.btn_white_45{
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	background:url("/_images/button/btn_bg_white_45.gif") left 0px;
	height:45px;
	padding-left:7px;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
	color:#484848;
	letter-spacing:-1px;
}
a.btn_white_45:hover{
	background:url("/_images/button/btn_bg_white_45.gif") left -45px;
	color:#484848;
}
a.btn_white_45 span{
	display:block;
	overflow:hidden;
	background:url("/_images/button/btn_bg_white_45.gif") right 0px;
	float:left;
	height:100%;
	padding-top:12px;
	padding-right:8px;
	line-height:20px;
	vertical-align:middle;
}
a.btn_white_45:hover span{
	background:url("/_images/button/btn_bg_white_45.gif") right -45px;
}
a.btn_white_45 img{
	vertical-align:top;
	margin-top:4px;
	width:12px;height:12px;
}

/***** gray 45 *****/
a.btn_gray_45{
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	background:url("/_images/button/btn_bg_gray_45.gif") left 0px;
	height:45px;
	padding-left:7px;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
	color:#484848;
	letter-spacing:-1px;
}
a.btn_gray_45:hover{
	background:url("/_images/button/btn_bg_gray_45.gif") left -45px;
	color:#484848;
}
a.btn_gray_45 span{
	display:block;
	overflow:hidden;
	background:url("/_images/button/btn_bg_gray_45.gif") right 0px;
	float:left;
	height:100%;
	padding-top:12px;
	padding-right:8px;
	line-height:20px;
	vertical-align:middle;
}
a.btn_gray_45:hover span{
	background:url("/_images/button/btn_bg_gray_45.gif") right -45px;
}
a.btn_gray_45 img{
	vertical-align:top;
	margin-top:4px;
	width:12px;height:12px;
}

/***** blue 45 *****/
a.btn_blue_45{
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	background:url("/_images/button/btn_bg_blue_45.gif") left 0px;
	height:45px;
	padding-left:7px;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
	color:#484848;
	letter-spacing:-1px;
}
a.btn_blue_45:hover{
	background:url("/_images/button/btn_bg_blue_45.gif") left -45px;
	color:#484848;
}
a.btn_blue_45 span{
	display:block;
	overflow:hidden;
	background:url("/_images/button/btn_bg_blue_45.gif") right 0px;
	float:left;
	height:100%;
	padding-top:12px;
	padding-right:8px;
	line-height:20px;
	vertical-align:middle;
}
a.btn_blue_45:hover span{
	background:url("/_images/button/btn_bg_blue_45.gif") right -45px;
}
a.btn_blue_45 img{
	vertical-align:top;
	margin-top:4px;
	width:12px;height:12px;
}

/***** red 45 *****/
a.btn_red_45{
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	background:url("/_images/button/btn_bg_red_45.gif") left 0px;
	height:45px;
	padding-left:7px;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
	color:#484848;
	letter-spacing:-1px;
}
a.btn_red_45:hover{
	background:url("/_images/button/btn_bg_red_45.gif") left -45px;
	color:#484848;
}
a.btn_red_45 span{
	display:block;
	overflow:hidden;
	background:url("/_images/button/btn_bg_red_45.gif") right 0px;
	float:left;
	height:100%;
	padding-top:12px;
	padding-right:8px;
	line-height:20px;
	vertical-align:middle;
}
a.btn_red_45:hover span{
	background:url("/_images/button/btn_bg_red_45.gif") right -45px;
}
a.btn_red_45 img{
	vertical-align:top;
	margin-top:4px;
	width:12px;height:12px;
}

/***** readonly *****/
a.readonly,
a.readonly span{
	color:#999;
}