.bd{
	color:#000;
	text-align:center;
	background:#fff;
	font-size: 8pt;
	width:590px;
}
.line{
	float:left;
	color:#000;
	text-align:left;
	background:#fff;
	font-size: 8pt;
	border: solid 1px #E0E0E0;
	padding: 1px;
	width:440px;
}
.ok{	
	float:left;
	color:#00bb00;
	text-align:center;
	font-weight:bold;
	background:#fff;
	font-size: 8pt;
	border: solid 1px #E0E0E0;
	padding: 1px;
	width:50px;
}
.fail{
	float:left;
	color:#bb0000;
	text-align:center;		
	font-weight:bold;
	background:#fff;
	font-size: 8pt;
	border: solid 1px #E0E0E0;
	padding: 1px;
	width:50px;
}
.popup{
	background-color:#bb0000;
	visibility: hidden;
	color:#fff;
	text-align:left;
	font-weight:bold;
	font-size: 8pt;
	border: solid 1px #E0E0E0;
	padding: 5px;
	margin: 2px;
	margin-left: 50px;
	margin-top: -15px;
	width:200px;
	height:50px;
	position:absolute;
	z-index:10;
}

.button_refresh {
	background-color:#E0E0E0;
	color:#626262;
	text-align:center;
	text-decoration:none;
	font-size: 10px;
	font-style:normal;
	border: solid 1px #a0a0a0;
	padding: 3px;
	margin: 2px;
	width:80px;
	height:20px;
}
.button_refresh:hover {
	background-color:#F0F0F0;
	color: #626262;
	text-align:center;
	text-decoration:none;
	font-size: 10px;
	font-style:normal;
	border: solid 1px #b2b2b2;
	padding: 3px;
	margin: 2px;
	width:80px;
	height:20px;
	cursor:pointer;
}
