.modal {
    display: none; /* hidden by default */
    position: absolute;
    z-index: 1000; 
    left: 0;
    top: 0;
    height: 100%; 
    overflow: hidden; 
    background-color: rgb(0,0,0); /* fallback color */
    background-color: rgba(0,0,0,0.55); /* Black w/ opacity */
}

.modal-content {
    margin: 200px auto;/* 15% from the top and centered */
    padding: 0px;
    border: 1px solid #888;
	background: #fff;	
	border: 2px solid #525252;
}

.loaded-content-wrapper {
	overflow: auto;	
	width:100%;
}


.loaded-content{
	padding: 2px 7px;
}

.dlgtoolbar{
	background-color: #e8e8e8;
    padding: 8px 7px 6px 7px;
}

.dlgtoolbar .header{
	position:relative;
	margin-right:100px;
	color: #000;
	font-size: 12px;
}


.dlgtoolbar .toolbarclose{
	width:100px;
	position:relative;
	float: right;
	text-align:right;
	font-size: 12px;
	color: #666;
}

.modal-content .loader{
	background:transparent url('../pic/loading.gif') top no-repeat;
	padding-top:25px;
	padding-left:10px;
	color:#888;
}
