/*error404*/
#error404{
position:absolute;
top:20%;
left:50%;
margin-top:-85px;
margin-left:-245px;
height:100px;
width:490px;
}

#error404 div{
float:left;
}
#error404 .left{
width:118px;
height:173px;
clear:left;
background:url(/public/images/contrl/error.gif) no-repeat 0px 0px;
}
#error404 .top{
padding-top:20px;
height:43px;
clear:both;
color:#F00;
margin:0px 0px 0px 100px;
font-size:20pt;
font-weight:bold;
}
#error404 .main .text{
padding-top:25px;
height:73px;
width:367px;
margin:73px 0px 0px 0px;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
float:left;
background-color:#F6F6F6;
}
#error404 .main .text p{
text-align:left;
margin:4px 0;
padding:0 0 0 5px;
color:#000;
font-size:14px;
}
#error404 .main .text a{
color:#00F;
text-decoration:underline;
}
#error404 .right{
width:5px;
height:173px;
background:url(/public/images/contrl/error.gif) no-repeat -118px 0px;
}

/*Waiting*/
.waiting {
clear:both;
width:778px;
}

.waiting .loginmain div.bg{
background-color:#FDF0D0;
color:#4B679A;
font-size:14px;
font-weight:bold;
padding:10px;
}
.waiting .loginmain div.bg span{
color:#F00;
}