
.drag-handle{ /*Overwrite default drag handle bar background color with below*/
background-color: #000000;
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background-color: rgba(0, 0, 0, 0.62);
width: 10px;
left: 0;
top: 0;
z-index: 1000000;
visibility: hidden;

/*IE 7 Fix: Use trans image above instead of trans effect. Trans effect doesn't work in IE 7

filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;

*/
}