.jqmWindow 
{
	width:auto;
	background:#fff;
	padding:3px;
	border:5px solid #666666;
	position:absolute;
	top: 20%;
    left: 50%; 
    margin-left: -255px;
    display: none;
}
.myStoryModal 
{
    width:600px;
    height:auto;
}

.jqmOverlay  
{
	background-color: #c0c0c0; 
}

.jqmWindow .modalframe 
{
	width:100%;
	height:550px;
	background:#fff;
}


.ModalWrap 
{
	background:#fff;
	min-height:500px;
}



div.overlay 
{
    display:none;
	background: #848387;
	padding:10px; 
	top: 90.8px; 
	left: 416px;
	
	position: absolute; 
	z-index: 10000; 
	
}

div.overlay div.close {
	background:url(../Images/PWS/delete-trans.png) no-repeat;
	position:absolute;
	top:-10px;
	right:-25px; 
	width:35px;
	height:35px;
	cursor:pointer;
	z-index:40000;
}

div.overlay a 
{
    display:block;
	background:#fff; 
	width:555px;
	height:370px;
}
