.drag-handle{
background-color:  #fff;
font-family:Arial, Helvetica, sans-serif;
font-size: 1.5em ;
color:#19365E;
font-weight:normal;
padding:10px 0 10px 10px;
}

.closebutton {
	width: 17px;
	height: 17px;	
	display: block;
	background: url('../windowfiles/close.png') no-repeat;	
	background-position: 0px 0px;
	position:absolute;
	right:2px;
	top:2px;
}
.closebutton:hover {
	background-position: -17px 0px;
}
.closebutton:active {
	background-position: -34px 0px;
}

.maxbutton {
	width: 17px;
	height: 17px;	
	display: block;
	background: url('../windowfiles/max.png') no-repeat;	
	background-position: 0px 0px;
	position:absolute;
	right:22px;
	top:2px;
}
.maxbutton:hover {
	background-position: -17px 0px;
}
.maxbutton:active {
	background-position: -34px 0px;
}


#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: fixed;
background-color: #000000;
width: 10px;
left: 0;
top: 0;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
opacity: 0.5;
height:100%;
}