.drag-handle{ /*Overwrite default drag handle bar background color with below*/
background-color: #ffffff;
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: transparent;
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
opacity: 0.3;
filter: alpha(opacity = 30);


}