/* Стили для модальных всплывающих окон, можно менять по желанию */
.popupbox {
    background-color:#FFFFFF; /*DEDEDE*/
    display: none;
    float: left;
    position: fixed;
    top: 50%; 
    left: 48%;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    border-radius:10px;
    padding:30px;
    width:450px;
}

.wide {
    width:900px;
}

#creditspopup { 
    display: none; 
    background: #000;
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    opacity: .60;
    z-index: 9999;
}

#buypopup { 
    display: none; 
    background: #000;
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    opacity: .60;
    z-index: 9999;
}

#bookpopup { 
    display: none; 
    background: #000;
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    opacity: .60;
    z-index: 9999;
}

#regpopup { 
    display: none; 
    background: #000;
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    opacity: .60;
    z-index: 9999;
}

#loginpopup { 
    display: none; 
    background: #000;
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    opacity: .60;
    z-index: 9999;
}

#logoutpopup { 
    display: none; 
    background: #000;
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    opacity: .60;
    z-index: 9999;
}

.credittddesc{
    text-align: right;
    width: 150px; /*190*/
    color: #7A7A7A;
    padding: 3px;
}

.credittddata{
    text-align: left;
}
.credittddata input, select{
    color: #5C5555;
}

/*http://www.cssbuttongenerator.com/*/
.bttsubmit {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -webkit-border-top-left-radius:13px;
    -moz-border-radius-topleft:13px;
    border-top-left-radius:13px;
    -webkit-border-top-right-radius:13px;
    -moz-border-radius-topright:13px;
    border-top-right-radius:13px;
    -webkit-border-bottom-right-radius:13px;
    -moz-border-radius-bottomright:13px;
    border-bottom-right-radius:13px;
    -webkit-border-bottom-left-radius:13px;
    -moz-border-radius-bottomleft:13px;
    border-bottom-left-radius:13px;
    text-indent:0px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    font-style:normal;
    height:23px;
    line-height:23px;
    width:145px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #ffffff;
}
.bttsubmit:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}
.bttsubmit:active {
    position:relative;
    top:1px;
}