.modal10{
background-color: #f5f5f5;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
}
.modal10 .modal10-inner{
width: 99%;
height: 88%;
margin: 0 auto;
margin-top: 23px;
}
.modal10-fullscreen-view{
position: fixed;
width: 100% !important;
height: 100% !important;
top: 0px !important;
left: 0px !important;	
z-index:4000;
}
.modal10-fullscreen-view .modal10-inner{
/*height:95% !important;*/
}
.modal10-title{
color: #555555;
font-weight: bold;
font-size: 13px;
margin: 2px 0 0 5px;
position: absolute;
}