#nojsinfo
{
    width: 200px;
    height: 79px;
    position: absolute;
    color: black;
    z-index: 9999999999;
    font-weight: bold;
    text-align: center;
    background-color: white;
    border: 3px solid red;
    left: 50%;
    top: 45%;
    margin-left: -100px;
    margin-top: 0px;
    font-size: 14px;
    padding-top: 30px;
-moz-border-radius:5px; /* FF */
-webkit-border-radius:5px; /* webkit */
-khtml-border-radius:5px; /* linux browsers */
border-radius:5px; /* others */
}

#nojsbody
{
width:100%; 
height:10000px; 
top: 0;
position:absolute; 
z-index:3000;  
background-color:black;
opacity: 0.7;
filter: alpha(opacity=70); 
}

#msgbox{
width:24px;
	position:absolute;
	top:22px;
	left:355px;
}

.messagebox{
	position:relative;
	float:left;
	width:24px;
  background-repeat:none;

}
.messageboxok{
	position:relative;
	width:24px;
  height:24px;
  float:left;
  background-repeat:none;
	background-image: url(../img/ok.png);
	
}
.messageboxerror{
	position:relative;
	width:24px;
  height:24px;
  float:left;
  background-repeat:none;
	background-image: url(../img/err.png);
}
.err
{
border:1px solid #ff0000;
}
.ok
{
border:0px solid transparent;
}

#loginpanel
{
   position: absolute; top: 50%; left: 50%; right: 50%;
   z-index: 1001;
   width: 220px;
   margin-left: -110px;
   margin-top: -80px;
   background-color: #171717;
   border: 5px solid #b4ee02;
   color:#aeaeae;
}
#loginpanel h1
{
   color: #b4ee02;
}
#loginpanel input
{
background-color:#040404;
border:1px solid #252529;
color:#aeaeae;
}

