.drag-handle{ /*Overwrite default drag handle bar background color with below*/
/*background: url(windowbar.gif) repeat-x;*/
line-height:29px;
}

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

div.windowbox {
display:none;
}
div.windowbox_background{
width:400px;
height:250px;
}
div.windowbox_texte {
padding:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
}
