@charset "utf-8";
body {
    margin: 50px 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif
}

#admin_wrapper {
    width: 600px;
    margin: 80px auto 0;
    padding: 55px 20px 15px;
    border: 1px solid #CCC;
    min-height: 350px
}

.logo {
    margin-top: -30px;
    margin-bottom: 30px
}

#logo {
    margin-top: -20px;
    margin-bottom: 35px;
    width: 160px;
    height: 105px;
    background: url(../images/ac_logo.gif);
}

#logo span { position:relative; top: 110px; left: 20px; color: #7a7a7a; font-weight: bold }

h2 {
    font: 400 18px Arial, Helvetica, sans-serif;
    color: #29ABE2;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px 0 #fff
}

#admin_wrapper h2 {
    margin-left: 20px;
    margin-bottom: 30px
}

#admin_wrapper h3 {
    font-size: 14px;
    color: #29ABE2
}

.alpha60 {
    background: #edf2f5;
    background: rgba(237, 242, 245, .8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#11edf2f5, endColorstr=#11edf2f5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11edf2f5, endColorstr=#11edf2f5)"
}

#admin_wrapper h1 {
    font-size: 20px;
    padding: 3px 0;
    margin: 0
}

body {
    background: url(../images/body_bg.jpg) no-repeat top center #fff
}

.attention, .fail, .information, .success {
    margin-top: 8px;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 10px 10px 10px 40px;
    height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px
}

.success {
    background-color: #E3FFDF;
    border: 1px solid #97FF88;
    color: #090;
    background-image: url(../images/admin/accept.png)
}

.fail {
    background-color: #FFE1E1;
    border: 1px solid #FF9595;
    color: #C30;
    background-image: url(../images/admin/cancel.png)
}

.information {
    background-color: #D7DFFF;
    border: 1px solid #93A8FF;
    color: #03F;
    background-image: url(../images/admin/information.png)
}

.attention {
    background-color: #FFFBCC;
    border: 1px solid #FFF35E;
    color: #C69E00;
    background-image: url(../images/admin/error.png)
}

.close-notification {
    width: 16px;
    height: 16px;
    position: absolute;
    background: url(../images/admin/close.png) no-repeat;
    top: 5px;
    right: 5px;
    cursor: pointer
}

form {
    margin-left: 20px
}

form label {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
    color: #29ABE2;
    text-shadow: 0 1px 0 #fff
}

form p {
    padding: 0;
    margin: 0
}

form p a {
    font-size: 14px;
    text-decoration: none;
    color: #999;
    font-weight: 700;
    text-transform: capitalize
}

form .input {
    border: 1px solid #CCC;
    padding: 7px;
    background-color: #F3F3F3;
    width: 250px;
    margin: 0;
    color: #666
}

form select {
    padding: 0;
    margin: 0
}

form .button {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #29ABE2;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    color: #fff;
    min-width: 80px;: float-right
}

form .select {
    width: 20%;
    padding: 2px;
    margin: 0
}

input:focus, textarea:focus {
    background-color: #bded9d;
    border: 1px solid #999
}

.forgot_password p a {
    font-size: 12px
}
