Forum Moderators: not2easy
div#access_box{
width:290px;
margin:0 auto;
margin-top: 130px;
background: white;
-moz-border-radius: 5px;
border-radius: 5px;
border:2px solid #BFBFBF;
padding: 30px;
text-shadow: 0px 1px 1px #BFBFBF;
}
div#errors_login{
position:absolute;
top: 30px;
left: 50%;
width: 500px;
margin:0 auto;
text-align: center;
border: 1px solid red;
background: rgb(239, 44, 44);
color:white;
font-size: 15px;
padding: 10px;
margin-left:-260px;
}
<div id="errors_login">
</div>";
<div id="access_box">
</div>