.drag-handle{ /*Overwrite default drag handle bar background color with below*/
z-index:5;
color:#ffffff;
background-color:#072535;
font-family: 'PT Sans', sans-serif !important;
font-size:18px !important;
text-transform:uppercase !important;
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: black url(blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index:5;
clear:both;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
opacity: 0.5;
}