a.ws_signup > span {
    display: inline-block;
    padding: 10px 10px 10px 54px;
    line-height: 15px;
    height: 15px;
    border-radius: 4px;
    border: 1px solid #8A8A89;
    font-size: 13px;
    color: #3C3C3B;
    text-decoration: none;
    background: #fecb16;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(/static/image/v3/auth.png);
    background-image: url(/static/image/v3/auth.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fecb16), color-stop(50%, #fecb16), color-stop(100%, #deb116));
    background-image: url(/static/image/v3/auth.png), -webkit-linear-gradient(top, #fecb16 0%, #fecb16 50%, #deb116 100%);
    background-image: url(/static/image/v3/auth.png), -moz-linear-gradient(top, #fecb16 0%, #fecb16 50%, #deb116 100%);
    background-image: url(/static/image/v3/auth.png), -ms-linear-gradient(top, #fecb16 0%, #fecb16 50%, #deb116 100%);
    background-image: url(/static/image/v3/auth.png), linear-gradient(top, #fecb16 0%, #fecb16 50%, #deb116 100%)
    }
a.ws_signup:hover {
    text-decoration: none
    }
a.fb_signin > span {
    display: inline-block;
    padding: 10px 10px 10px 45px;
    line-height: 15px;
    height: 15px;
    border-radius: 4px;
    border: 1px solid #627aa8;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: #607bc2;
    background: url(/static/image/v3/auth.png) no-repeat 0 -35px;
    background: url(/static/image/v3/auth.png) no-repeat 0 -35px, -webkit-linear-gradient(top, #607bc2 0%, #3c63a1 100%);
    background: url(/static/image/v3/auth.png) no-repeat 0 -35px, -moz-linear-gradient(top, #607bc2 0%, #3c63a1 100%);
    background: url(/static/image/v3/auth.png) no-repeat 0 -35px, -ms-linear-gradient(top, #607bc2 0%, #3c63a1 100%);
    background: url(/static/image/v3/auth.png) no-repeat 0 -35px, linear-gradient(top, #607bc2 0%, #3c63a1 100%)
    }
a.fb_signin:hover {
    text-decoration: none
    }
.ws_signup_button, a.fb_signin > span {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#888888')"
    }
.dialog {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    z-index: 500
    }
.dialog .window {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    padding: 5px;
    background-color: #099ee1
    }
.dialog .window > div {
    background-color: #e5e5e5
    }
.dialog .header {
    height: 60px;
    background-color: #FFCB00;
    padding: 0 20px;
    border-bottom: 1px solid #B2B2B2
    }
.dialog .header .title {
    text-align: left;
    line-height: 60px;
    color: #575756;
    font-size: 23px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
    }
.dialog .header .close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 22px;
    height: 23px;
    background: url(/static/image/v3/auth.png) no-repeat 0 -83px;
    cursor: pointer
    }
.dialog .header .close:hover {
    background-position: -22px -83px
    }
.dialog .header .close:active {
    background-position: -44px -83px
    }
.dialog .body {
    position: relative;
    padding: 30px;
    color: #3C3C3B;
    font-size: 14px
    }
.dialog input[type=text], .dialog input[type=password], .dialog select, .dialog textarea {
    background-color: #fff;
    color: #000;
    border: 2px solid #CCC
    }
.dialog select {
    margin-right: -2px
    }
.dialog .error {
    color: red
    }
.dialog .error input[type=text], .dialog .error input[type=password], .dialog .error textarea, .dialog .error select {
    border: 2px solid red
    }
.dialog .wait {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none
    }
.dialog .wait > img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -64px;
    margin-top: -7px;
    width: 128px;
    height: 15px
    }
.dialog.waiting .body > * {
    visibility: hidden
    }
.dialog.waiting .wait {
    visibility: visible;
    display: block
    }
.dialog button {
    background-color: #FECB16;
    border: 2px solid #898988;
    color: #3B3B3A;
    border-radius: 3px;
    padding: 0 10px;
    height: 25px;
    line-height: 21px;
    cursor: pointer
    }
.dialog button:hover {
    background-color: #EC780B;
    border-color: #565655;
    color: #1C1C1A
    }
.dialog button:active {
    background-color: #FECB16;
    border-color: #898988;
    color: #3B3B3A
    }
.dialog button .arrow {
    float: right;
    background: url(/static/image/v3/auth.png) no-repeat 0 -70px;
    width: 7px;
    height: 13px;
    margin: 4px 0 5px 5px
    }
.dialog button:hover .arrow {
    background-position: -7px -70px
    }
.dialog button:active .arrow {
    background-position: 0 -70px
    }
.dialog.sign_in .window {
    width: 390px
    }
.dialog.sign_in table {
    width: 100%;
    border-spacing: 0
    }
.dialog.sign_in input[type=text], .dialog.sign_in input[type=password] {
    width: 180px
    }
.dialog.sign_in input[type=checkbox] {
    margin-top: 7px
    }
.dialog.sign_in td {
    text-align: left;
    padding-bottom: 5px
    }
.dialog.sign_in td a {
    color: #3C3C3B
    }
.dialog.sign_in td:first-child {
    text-align: right;
    width: 100%;
    padding-right: 5px
    }
.dialog.sign_in .error_msg {
    font-size: 14px;
    display: block;
    text-align: center;
    color: red;
    margin-bottom: 10px
    }
.dialog.sign_in .actions td:first-child {
    font-size: 12px;
    font-style: italic
    }
.dialog.sign_in .forgot td:first-child {
    font-size: 12px;
    font-style: italic;
    padding-right: 0
    }
.dialog.sign_in .sign_in_button {
    float: right
    }
.dialog.sign_up .window {
    width: 590px
    }
.dialog.sign_up table {
    width: 100%;
    border-spacing: 0
    }
.dialog.sign_up input[type=text], .dialog.sign_up input[type=password], .dialog.sign_up textarea {
    width: 360px
    }
.dialog.sign_up select {
    width: 364px;
    height: 24px
    }
.dialog.sign_up textarea {
    height: 100px
    }
.dialog.sign_up input[type=checkbox] {
    margin-top: 7px
    }
.dialog.sign_up td {
    text-align: left;
    padding-bottom: 5px
    }
.dialog.sign_up td:first-child {
    text-align: right;
    width: 100%;
    padding-right: 5px;
    vertical-align: top
    }
.dialog.sign_up .required_info {
    font-size: 12px;
    font-style: italic;
    color: #868686;
    text-align: left
    }
.dialog.sign_up .required, .dialog.sign_up .required_info .highlight {
    color: #EC770A
    }
.dialog.sign_up .required {
    margin-left: 5px
    }
.dialog.sign_up .error_msg {
    font-size: 14px;
    display: block;
    text-align: center;
    color: red;
    margin-bottom: 10px
    }
.dialog.sign_up .sign_up_button {
    float: right
    }
.dialog.sign_up .actions td {
    text-align: left
    }
.dialog.sign_up .actions label {
    font-size: 12px;
    font-style: italic;
    color: #868686;
    line-height: 20px
    }
.dialog.sign_up .actions label input[type=checkbox] {
    margin-top: 0;
    margin-right: 5px;
    vertical-align: text-top
    }
.dialog.sign_up .actions a {
    color: #0C80E6;
    text-decoration: underline
    }
.dialog.sign_up .actions .conditions.error {
    color: red
    }