/*~~~~~global settings~~~~~*/
body {
	font-family:'YaHei Consolas Hybrid', 'Î¢ÈíÑÅºÚ';
	font-size:12px;
	margin:0px;
	padding:0px;
	background-color: #F3F8FA;
}
a{color:#000;text-decoration:none;}
a:hover {text-decoration:underline;color:#F43F19;}
div{ background-color:Transparent;}

/*³¤¶Ì°´Å¥*/
.button_normal{
	border:0px solid #1c5425;
	width:56px;
	height:22px;
	font-size:9pt;
	color:#000000;
	background: #ffffff url(ybtn_grey_normal.gif) repeat-x 0 0;
	cursor:pointer;
}
.button_long{
	border:0px solid #1c5425;
	height:22px;
	width:120px;
	font-size:9pt;
	color:#000000;
	background: #ffffff url(ybtn_grey_long.gif) repeat-x 0 0;
    cursor:pointer;
}