body{
    font-family:'Trebuchet MS',Sans-Serif;
    background-color:black;
    color:white;
    
}
a
{
    color:white;
}
textarea{
    border-top:1px solid #333333;
    border-left:1px solid #333333;
    border-bottom:1px solid #999999;
    border-right:1px solid #999999;
    background-image:url('../Images/input_bar.gif');
    background-repeat:repeat-x;
    width:200px;
}
.button input{
    width:100px;
}
div#loginbox td.button{
    text-align:center;
}
input:focus,textarea:focus{
    border:1px solid orange;
}
fieldset.noborder{
    border:0;
}

/*Login*/
div#loginbox{
    position:relative;
    left:0;
    top:0;
    text-align:center;
    background:url('../Images/login_bg.jpg') Black no-repeat;
    width:300px;
    height:250px;
    margin:0;
    /*margin-left:-150px;
    margin-top:-125px;*/
}
#loginbox table{
    /*display:inline;*/
   width:90%;
    margin:0 auto;
}
div#loginbox h2{
    margin-top:5px;
    color:white;    
}
table tr td{
    border:1px solid white;
    border-collapse:collapse;
    text-align:left;
}
span.alert{
    padding-left:20px;
    background:url(../Images/alert.gif) no-repeat;
}