/* <Lightview> */
#lw_bg1, #lw_bg2{  
    position: absolute;
    opacity:0.8; filter:alpha(opacity=80); -moz-opacity:0.8;
    background: #000;
}
#lightview1, #lightview2{
    position: absolute;
    width: 480px;
    padding: 0;
    background: #fff;
    border: 5px solid #fff;
    font-size: 12px !important;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
    font-family: verdana, helvetica, arial !important;
	font-weight: bold;
}
#lightview1 h3, #lightview2 h3{
    font-size: 14px;
    display: block;
    margin: 0;
    padding: 8px;
    color: #fff;
    background: #708E0C;
    cursor: move;
    font-family: verdana, helvetica, arial !important;
	font-weight: bold;
}
#lightview1 h3.err, #lightview2 h3.err{
    background: #BD0000;
}
#lightview1 .lw_content, #lightview2 .lw_content{
    display: block;
    padding: 5px;
}
#lightview1 .close_lw, #lightview2 .close_lw{
    position: absolute;
    top: 8px;
    right: 8px;
    background: #fff url("../root/style/pics/icon16_close.gif") no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}
#lightview1 .button_cont, #lightview2 .button_cont{
    display: block;
    padding: 5px;
    text-align: center;
}
.button_cont .button_err, .button_cont .button_ok{
    padding: 3px 40px;
    text-align: center;
    background: #BD0000;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.button_cont .button_ok{
    background: #708E0C;
}
.button_cont .button_err:hover{
    background: #FF4F4F;
}
.button_cont .button_ok:hover{
    background: #BBCF5A;
}
/* </Lightview> */

