body, html {
margin:0;
padding:0;
color:#cccccc;
background:#000000;
font-family: Lucida Sans Unicode, arial;
font-size: 14px;
background-image: url('images/main_background.jpg');
}

#wrap {
width: 850px;
margin: 0 auto;
background-color: black;
padding: 10px;
}

#header {
margin-bottom: 25px;
}

#main {
float: left;
width: 480px;
}

#sidebar {
float: right;
width: 320px;
}

#footer {
clear: both;
font-size: 12px;
color: #717171;
}

#footer a {
text-decoration: none;
font-size: 12px;
color: #717171;
}

.login_input {
color: green;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 2px solid green;
background-color: transparent;
}

.btn_login {
background: url('images/login.png') no-repeat;
cursor: pointer;
width: 60px;
height: 21px;
border: none;
}

.btn_register {
background:url('images/register.png') no-repeat;
cursor:pointer;
width: 124px;
height: 30px;
border: none;
}

.btn_sendpass {
background:url('images/sendpass.png') no-repeat;
cursor:pointer;
width: 164px;
height: 19px;
border: none;
}

h1 { font-size: 12pt; margin-top: 0px }

fieldset {
font-size: 9pt;
border: 1px solid #A5A5A5;
padding: 3px;
}

#tos ul {
padding: 0px;
margin-left: 12px;
}

#tos li {
list-style: none;
}

#tos li.header {
font-weight: bold;
margin-top: 7px;
}
legend { font-size: 10pt; font-weight: bold; color:#cccccc;}

input, textarea { background-color: #A5A5A5; border: none }
