/*.drag-handle{ Overwrite default drag handle bar background color with below
background:none;
width:0px;
}*/

/*#interVeil{ CSS for veil that covers entire page while modal window is visible
position: absolute;
/*background: #CCCCCC ;
background: #505051;
width: 10px;
left: 200px;
top: 100px;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
border:none;
}*/

.drag-handle{ /*Overwrite default drag handle bar background color with below*/
background: none;
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background:#505051;
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}

.left_line { background:url(bottom_line.png) repeat-y;}
.right_line { background:url(right_line.png) repeat-y;}
.top_line { background:url(top_line.png) repeat-x;}
.bottom_line { background:url(baseline.png) repeat-x bottom;}

