* {
    outline: none;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: verdana;
    background: #fff;
    font-size: 12px;
    line-height: 20px;
    color: #333;
} 
h1, h2, h3, h4, h5, p, ul, li {
    cursor: default;
}
ul {
    list-style-type: none;
}     
h1, h2, h3, h4, h5 {
    font-family: 'Trebuchet MS';
}
h1 {
    line-height: 32px;
}
a {
    color: #555;
}
#container_border {
    background: #bbb;
    width: 500px;
    height: 250px;
    position: relative;
}
#container {
    background: #fff;
    width: 490px;
    height: 240px;
    position: absolute;
    top: 5px;
    left: 5px;
}
#content {
    width: 510px;
    position: absolute;
    top: 15px;
    left: 15px;
}
#logo {
    background: url('../images/sm_logo.jpg') no-repeat;
    text-indent: -99999px;
    height: 35px;
    width: 145px;
    position: absolute;
    left: 15px;
    top: 15px;
}
#logo a {
    display: block;
    height: 72px;
}
#lg_logo {
    position: absolute;
    width: 215px;
    height: 52px;
    top: 13px;
    left: 13px;
}
#lg_logo a {
    display: block;
    height: 52px;
    width: 215px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/lg_logo.jpg')  no-repeat;
    z-index: 20;
    text-indent: -999999px;
}
#name {
    margin-top: 0;
    position: relative;
    left: 100px;
    top: 11px;
    font-size: 20px;
    color: darkgreen;
    text-indent: -999999px;
}
input.text, input.password {
    font-size: 14px;
    border: solid 2px #bbb;
    padding: 3px 4px;
    margin: 0;
    width: 170px;
}
label {
    font-size: 14px;
    line-height: 28px;
    text-align: right;
    margin-right: 10px;
    width: 65px;
    display: block;
    float: left;
    color: #333;
}
input.submit {
    font-size: 15px;
    float: right;
}
#loginform {
    position: relative;
    top: 31px;
    width: 257px;
}
#loginform p {
    margin: 10px 0;
}
#joinnow {
    position: absolute;
    top: 0;
    left: 275px;
    width: 190px;
    font-size: 10px;
    color: #333;
}
#joinnow b {
    font-size: 12px;
    background: lightgoldenrodyellow;
    color: #333;
}
#report_it {
    position: absolute;
    top: 50px;
}

#signup_form {
    padding-top: 20px;
}
#signup_form h1 {
    font-size: 25px;
}
#signup_form h2 {
    font-size: 20px;
}
#signup_form table {
    width: 750px;
    margin: auto;
}
#signup_form table td {
    vertical-align: top;
    width: 50%;
}
#signup_form label {
    width: auto;
    float: none;
    text-align: left;
}
#signup_form input.text, 
#signup_form input.password {
    width: 250px;
}
textarea {
    font-size: 14px;
    border: solid 2px #bbb;
    padding: 3px 4px;
    margin: 0;
    width: 250px;
    height: 50px;
    font-family: verdana;
}
#signup_footer {
    margin-top: 30px;
    background: lightgoldenrodyellow;
    padding: 20px;
    text-align: center;
}
#signup_footer input {
    font-size: 20px;
}
#signup_form hr {
    border-width: 5px 0 0 0;
    border-color: #eee;
    margin: 25px 0 10px 0;
}
#footer {

    padding: 10px 0 0 10px;
    color: #777;
    text-align: center;
}

#report_days {
    text-align: right;
    right: 50px;
    line-height: 24px;
    position: absolute;
    top: -15px;
}
#caption {
    font-size: 10px;
    position: absolute;
    top: 155px;
    line-height: 12px;
    left: 15px;
    color: #999;
}


#login_name {
    position: absolute;
    left: 160px;
    top: -3px;
    color: #555;
    width: 360px;
}
#login_name a {
    color: #333;
}
#actions ul {
    width: 350px;
    position: absolute;
    left: 38px;
    top: 42px;
}
#actions li {
    float: left;
    margin: 0 5px 5px 0;
}
#actions li a {
    display: block;
    width: 150px;
    line-height: 29px;
    background: #57d81c;
    text-align: center;
    border: solid 1px #aaa;
    border-top-color: #ddd;
    border-left-color: #ddd;
    color: #222;
    text-decoration: none;
}
#actions li a:hover {
    background: #66ee21;
    color: #000;
}
#basic_message {

    position: absolute;
    left: 160px;
    top: -15px;
}
#basic_message label {
    font-size: 12px;
    width: 110px;
}
#basic_message p {
    line-height: 17px;
    width: 295px;
    text-align: left;
}

#main_stats,
#invite {
    width: 700px;
    position: relative;
    margin: auto;
}
#main_stats .left_col {
    position: absolute;
    left: 0;
    width: 450px;
}
#main_stats .right_col {
    position: absolute;
    left: 500px;
    width: 200px;
    text-align: left;
}
#invite_footer {
    position: absolute;
    top: 680px;
    width: 100%;
}
#invite {
    text-align: left;
}
#invite div.form {
    line-height: 32px;
}
#invite label {
    width: 100px;
    font-size: 13px;
    float: left;
    text-align: right;
}
#send_invite {
    position: relative;
    top: 5px;
    left: 272px;
}
#req_pass {
    position: absolute;
    top: 30px;
    left: 0px;
    text-align: left;
}
#req_pass h2 {
    font-size: 18px;
}


#change_pass {
    position: absolute;
    left: 0;
    top: 0px;
    width: 500px;
}
#change_pass label {
    width: 140px;
}
#change_pass h2 {
    position: relative;
    left: 158px;
}
#change_pass h2 a {
    font-weight: normal;
    font-size: 12px;
    font-family: verdana;
}

/* Float */
.left {
    float: left;
}
.right {
    float: right;
}
/* Clear float fix */
.clear:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clear{
    display:inline-block;
}
/* Hides from IE-mac \*/
* html .clear {
    height: 1%;
}
.clear {
    display: block;
}
/* End hide from IE-mac */
