/* CSS Document  AuthorÌïÖ¾Éî*/
body{
padding:0;
margin:0;
text-align:center;
}
img{
border:0;
}
.errors_body{
width:600px;
height:500px;
overflow:hidden;
background-color:#fff;
background-image:url(../images/shop/errors.jpg);
background-repeat:no-repeat;
background-position:50px 150px;
}
.errors_box{
margin-top:150px;
margin-left:50px;
_margin-top:75px;
_margin-left:25px;
}
.errors_info{
font-size:14px;
color:#ff6600;
}
.errors_a{
width:330px;
overflow:hidden;
line-height:32px;
font-size:14px;
}
.errors_a a{
display:block;
float:left;
width:100px;
height:26px;
background-color:#ddd;
margin-right:10px;
text-decoration:none;
color:#ec6c00;
}
.errors_a a:hover{
background-color:#ffb576;
color:#fff;
}
