
.drag-window { 
    position: absolute;
    top: 60px;
    z-index: 1039;
    overflow: hidden;
    min-width: 100px;
    min-height: 100px;
    max-height: 10000px;
    width: 400px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-user-select: none;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.8);
}
.drag-window .title { 
	position: relative; 
	display: block; 
	padding: 10px 30px 10px 10px;  
    font-family: 'PT Sans Narrow';
    font-size: 13pt;
    color: #2DA5DA;
	cursor: move; 

}
.drag-window.modal-active .title { 
	 
}
.drag-window .title .close-button, .drag-window .title .min-button {
	position: absolute;
	right: 7px;
	cursor: pointer; 
}
.close-button {
    width: 16px;
    height: 16px;
    margin-right: 0px;
    margin-top: 2px;
    background: url(/by-FeNIX/img/chatb.png) -57px -25px no-repeat;
    cursor: pointer !important;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.drag-window .title .min-button {
    right: 27px;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-top: 2px;
    background: url(/by-FeNIX/img/chatb.png) -75px -25px no-repeat;
    cursor: pointer !important;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.drag-window .title .min-button:hover, .drag-window .title .close-button:hover 
	{
		opacity: 1;
		filter: alpha(opacity=100);
	}
.drag-window .content {
	padding:5px;
	height:100%;
    color:#fff;
  
}
.resizeButton { 
    background: url("/webcams/rbox_full.png") 0 -31px no-repeat;
    cursor: se-resize;
    font-size: 0.1em;
    height: 15px;
    width: 13px;
	position: absolute;
	bottom: 1px;
	right: 0px;
	opacity: 0.35;
	filter: alpha(opacity=35);
}