/********** html tags **********/
body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family:Arial,Helvetica,Sans-Serif;
	text-align: center;
	border:none;
}

img{
	border:none;
	vertical-align:middle;
}

a .opacityimg {
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
}

a:hover .opacityimg {
	filter:alpha(opacity=100);
	-moz-opacity:1;
}

.lightopacity {
	filter:alpha(opacity=30);
	-moz-opacity:0.30;
}

a img{
	border: none;
}


/********** page body **********/

#pagebody {
	border:1px solid #CCCCCC;
	margin-top:60px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:610px;
}

#pagebody .logo{
	background:transparent url(http://b.bst.126.net/style/common/error/images/logo.jpg) no-repeat;
	width:127px;
	height:86px;
	cursor:pointer;
	margin:10px 0px 0px 18px;
	float:left;
}

#pagebody .login{
	text-align:right;
	border-bottom:1px dotted #CCCCCC;
	margin:4px 0px 0px 150px;
	height:68px;
	width:72%;
}

#pagebody .errorinfo {
	margin: 20px 0px 26px 0px;
}
