

/* Информационные сообщения (об успешной регистрации, оплате и т.д.) */
#onpay_message_div {
    border-radius: 5px 5px 4px 4px;
    box-shadow: 0 5px 19px rgba(0, 0, 0, 0.7);
    behavior: url('/images/PIE.htc');
    height: auto;
    min-height: 305px;
    padding-bottom: 25px;
    background: #ffffff;
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -165px 0 0 -250px;
}

#onpay_message_div #onpay_header_bg {
    background-color: #363c3f;
    height: 60px;
    margin-top: 28px;
}

#onpay_message_div #onpay_header_bg a {
    display: inline-block;
    width: 100px;
    margin: 5px 0 0 15px;
}

#onpay_message_div #onpay_header_bg a img {
    max-width: 100px;
}

#onpay_message_div #onpay_status_message {
    font-size: 16px;
    text-align: center;
    margin-top: 50px;
    height: auto;
    width: 100%;
    display: table;
    padding: 20px 0;
}

#onpay_message_div input {
    border: 2px inset;
}

body {
    background-color: #ffffff;
    color: #3c525b;
    cursor: default;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    min-height: 100%;
    line-height: 1.25;
    margin: 0 !important;
    min-width: 1300px;
    width: 100%;
}



/*** main styles ***/
html {
    background-color: rgba(0,0,0,0);
    height: 100%;
    overflow: auto;
    width: 100%;
}
a,label{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a::selection {background-color: rgba(0, 0, 0, 0);}
a::-moz-selection {background-color: rgba(0, 0, 0, 0);}
a::-webkit-selection {background-color: rgba(0, 0, 0, 0);}
body {
    background-color: #ffffff;
    color: #3c525b;
    cursor: default;
    font-family: "Roboto",sans-serif;
    font-size: 12px;

    line-height: 1.25;
    margin: 0 !important;
    min-width: 1300px;
    width: 100%;
}
a{text-decoration:underline; color: #3c525b;}
a:hover{text-decoration:none;}
*:before, *:after{content:'';}
ul, ol{list-style: none outside none;}
h1, h2, h3, h4, h5, h6{
    font-weight:700;
    color:#000;
    margin: 20px 0 10px;
}
table {
    border-collapse: collapse;
    width: 100%;
}
p{margin:10px 0;}
abbr {
    border-bottom: 1px dashed #FF0000;
    cursor: help;
    font-weight: 700;
}