#lertOverlay    { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }
#lertContainer  { position: absolute; margin-top: 200px; left: 0; width: 100%; z-index: 100; text-align: center; }
#lertWindow     { border:1px solid #aaa; width:300px; margin:0 auto; padding:10px; background:#FFF url(/lib/lert/i/grad.gif) top left repeat-x; }
#lertMessage    { font-weight:normal; font-size:1.1em; font-family: Tahoma, Verdana, Sans; clear:right; padding-bottom:15px; width:80%; text-align:left; margin-left:52px; } 
#lertIcon       { float:left; padding:10px; } 
#lertButtons    { clear:both; text-align:center; margin-bottom:5px; }
.lertButton     { width:100px; height:30px; background:#DDD; padding:4px 8px; margin: 0px 5px; border:2px solid #AAA; color:#000; text-decoration:none; font: normal 1.1em Verdana, Tahoma, sans; } 
.lertButton:hover   { background:#FFC; } 
#lertDefaultButton  { font-weight:bold; }
