.drag-handle{ /*Overwrite default drag handle bar background color with below*/
padding:10px; background-image:url('imgs/barcell.jpg')
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
background-position: 0% 0%; position: absolute;

left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8; background-color:#000000; background-repeat:repeat; background-attachment:scroll
}
