#dialog-modal{
    position:fixed;
    top:58px;
    left:20px;
    max-width:600px;
	height:720px;
    max-height:1000px;
	z-index:99;
}
#dialog-modal img{
	position:absolute;
	top:30px;
	right:30px;
	cursor:pointer;
}
#dialog-modal iframe{
position:absolute;
border:none;
width:100%;
height:100%;
}

#dialog-modal #draggable{
position:relative;
top:58px;
left:20px;
z-index:1;
width:578px;
height:400px;
}