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