.drag-handle{ /*Overwrite default drag handle bar background color with below*/
 padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #EBEBEB;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/

/*position: absolute;
background-color: Black;
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
opacity: 0.4;*/

background:#000000 none repeat scroll 0%;
cursor:pointer;
left:0pt;
position:absolute;
width:100%;
z-index:5;
visibility: hidden;





}


