html, BODY
{
scrollbar-face-color:#dba8af; 
scrollbar-arrow-color:#ffdbdb;
scrollbar-shadow-color:#610101; 
scrollbar-highlight-color:#f7d3d3;
scrollbar-3dlight-color:#deadad;
scrollbar-darkshadow-Color:#deadad;
scrollbar-track-color:#c7939a; 
BACKGROUND-COLOR: #c7939a;
background-image: url(sh_bk3.gif);
}

.drag-handle{ /*Overwrite default drag handle bar background color with below*/
background-color: #c7939a;
}

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