
.onestepcheckout-login-link{
    padding-left:20px;
}

.onestepcheckout-login-link a, .onestepcheckout-login-link a:hover{
    color:#1E7EC8;
}

#onestepcheckout_popup_overlay {
    background-color: black;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000000;
    margin-left:-145px;
}

#onestepcheckout-login-popup {
    position: absolute;
    width: 482px;
    z-index: 1000001;
}

#onestepcheckout-login-popup, #onestepcheckout-toc-popup {
    text-align: left !important;
    margin-left:-145px;
    color: #2F2F2F;
    font: 12px/1.55em arial,helvetica,sans-serif;

}

.onestepcheckout-popup-wrapper {
    background-image: url("../icons/popup-header.png");
    background-repeat: no-repeat;
}

.onestepcheckout-popup-wrapper h1 {
    font-size: 18px !important;
    padding-bottom: 10px !important;
    padding-top: 15px !important;
}

.onestepcheckout-popup-contents {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 1px;
}
.onestepcheckout-popup-footer {
    background-image: url("../icons/popup-footer.png");
    background-repeat: no-repeat;
    height: 13px;
}
.onestepcheckout-popup-wrapper .input-text {
    width: 190px !important;
    padding:2px;
}
#onestepcheckout-login-popup button {
    padding: 3px 10px;
    color: #2F2F2F;
    font: 12px/1.55em arial,helvetica,sans-serif;
}

#onestepcheckout-forgot-password-link, #onestepcheckout-return-login-link{
    color: #1E7EC8;
    text-decoration: underline;
}

#onestepcheckout-login-popup p.close, #onestepcheckout-toc-popup p.close {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
#onestepcheckout-login-popup p.close, #onestepcheckout-toc-popup p.close {
    bottom: -5px;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
}

#onestepcheckout-login-popup p.close a, #onestepcheckout-login-popup p.close a:hover{
    text-decoration:none;
    color: #2F2F2F;
    font-family: arial,helvetica,sans-serif;
}

#onestepcheckout-login-error, #onestepcheckout-forgot-error {
    color: red;
    margin-bottom: 10px;
}
div.onestepcheckout-error {
    background-color: #FAEBE7;
    background-image: url("../icons/login-error.jpg");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    border: 1px solid #DF280A;
    color: #DF280A;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 3px;
    padding-left: 25px;
    padding-top: 3px;
    text-align: left;
}

div.loading-ajax {
    background-image: url("../icons/ajax-loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 50px;
    text-align: center;
}