* {
    margin: 0;
    padding: 0;
}

body {
    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
    font-size:12px;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}

body.login {
    border-top-color: #464646;
    border-top-style: solid;
    border-top-width: 2.5em;
    padding-top: 2em;
}

.login form {
    background-color:#FAFAE0;
}

#backtoblog a {
    left: 15px;
    position: absolute;
    top: 7px;
    color: #FFFFFF;
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.4em;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: normal;
    text-decoration: none;
}

#login {
    margin: 2em auto;
    width: 300px;
    background-color: #ffffff;
}

h1 a {
    background:transparent url(images/bglogo.png) no-repeat scroll 0 0;
    display:block;
    height:67px;
    overflow:hidden;
    padding-bottom:15px;
    text-indent:-9999px;
    width:300px;
}

form {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    font-weight:bold;
    margin-left:8px;
    padding:16px 16px 40px;
}

form p {
    margin-bottom:24px;
}

form .submit {
    float:right;
}

.submit input {
    background-color: #EAEADO;
    border-color: #464646;
    color: #464646;
}

#login form .submit input {
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    border:1px solid;
    cursor:default;
    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
    font-size:13px;
    margin-top:-6px;
    padding:3px 5px;
    text-decoration:none;
}

#user_pwd, #user_id, #user_email {
    font-size:20px;
    margin-right:6px;
    padding:3px;
    width:97%;
}

.assist {
    margin:8px 0 0 8px;
    padding:8px;
}

.assist a {
    color: #444444;
}


#login_error {
    background-color:#FFEBE8;
    border-color:#CC0000;
    border-style:solid;
    border-width:1px;
    margin:0 0 16px 8px;
    padding:12px;
}

