#est-remind-form a { white-space: nowrap }
#est-remind-form .textbox div.prompt { margin-bottom: 15px }
#est-remind-form .textbox div.sidetip { margin-top: 14px }
#est-remind-form div.sidetip p {
    font-size: 13px;
    line-height: 16px;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: center left;
    color: gray;
    display: none;
}
#est-remind-form div.sidetip p.active { display: block }
#est-remind-form div.sidetip p.error {
    background-image: url(images/error.png);
    color: #C33;
}
#est-remind-form div.sidetip p.isaok {
    background-image: url(images/accept.png);
    color: #390;
}
#est-remind-form div.sidetip p.checking { background-image: url(images/spinner-small.gif) }
#est-remind-form div.sidetip p.tip { padding-left: 0 }
#est-remind-form .tos div.sidetip p {
    color: #999;
    font-size: 11px;
    line-height: 14px;
}
#est-remind-form .tos div.sidetip p a { color: #69A7D7 }
#est-remind-form .tos div.sidetip p a:hover { color: #2D76B9 }
#est-remind-form .tos .sidetip p.info,
#est-remind-form .password .sidetip p.invalid {
    line-height: 16px;
    position: relative;
    top: -8px;
}
#est-remind-form ::-webkit-scrollbar-track-piece { background-color: #F4F4F4 }
#est-remind-form .remind-box {
    background: #eee;
    width: 376px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #fff;
    text-align: center;
    padding: 10px;
    margin: 0 0 20px 0;
}
#est-remind-form.submitting fieldset.textbox { visibility: hidden }
#est-remind-form .standby {
    display: none;
    text-align: center;
    background: url(images/loader.gif) no-repeat center center;
    height: 150px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 100;
    color: #666;
}
#est-remind-form.submitting .standby { display: block }
#est-remind-form.submitting .remind-box {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f8f8f8;
}
.est-remind-field-label {
    font-size: 14px;
    color: #666;
}