.drag-handle{ /*Overwrite default drag handle bar background color with below*/
background-color: #F6F6F6;
	font-family: arial;
	font-size: 17px;
	color: #0996af;
	font-weight: bold;
	padding-top:10px;
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: gray url(blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 1;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=40);
opacity: 0.4;
}
.dotline{
	background:url('../images/dotted_horizontal.gif') repeat-x;	
}