@charset "utf-8";
#sign_up {
        -moz-border-radius: 6px;
        background: #eef2f7;
        -webkit-border-radius: 6px;
        border: 1px solid #536376;
        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
        padding: 14px 22px;
        width: 300px;
        position: relative;
        display: none;
}

.big{
font-size:15pt;
}

#image-btn {
    border: 0px;
    width: 144px;
    height: 34px;
    background: url(http://www.rh-track.com/login/login.gif) left top no-repeat;
}