﻿@charset "utf-8";
.modal-overlay {position:fixed; top:0; left:0; right:0; bottom:0;background:url("/i/mb/overlay-bg.png");  z-index:2999}
.modalbox-wrapper { width:700px; margin:50px auto; z-index:3000;}
.modalbox-wrapper .container { background:url("/i/mb/modalbox-top.png") no-repeat top left; padding-top:20px; position:relative; }
.modalbox-wrapper .container .modal-content {width: 685px; background:url("/i/mb/modalbox-container.png") repeat-y; padding:0 11px; overflow: auto;}
.modalbox-wrapper .footer { background:url("/i/mb/modalbox-footer.png") no-repeat; height:20px; }
.modalbox-wrapper .container .close-btn { position: absolute; top: -3px; left: 675px; width: 30px; height: 30px; background: url("/i/mb/modalbox-close.png") top left no-repeat; cursor: pointer; }

.modalbox-loading{  background:url("/i/mb/modalbox-container.png") repeat-y; padding:0 10px;height:10px; text-align:center; }

/*-webkit-scrollbar
.modal-content::-webkit-scrollbar {
    width: 10px;
}
.modal-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.modal-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(230,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.modal-content::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.4); 
}*/
