.overlay {

    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    /*z-index: 1000;*/
    background-color:#eee;
    opacity: 0.8;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;

}


/*.overlay .inner {

     width:300px;

     margin: 100px auto;

     background-color: #fff;

     border:1px solid #000;

     padding:15px;

     text-align:center;

}
*/


.windowInner{
    background-color: #F4F4F4;
    position: absolute;
    display: none;
    border: 1px solid #333 ;
    top:150px;
    left:100px;
}
.windowInnerHead{
    cursor : hand;
    cursor : pointer;
    padding : 4px;
    color : white;
    background-color : #2F5790;
    font-family : Tahoma;
    font-size : 12px;
    font-weight : bold;
}
.windowInnerClose{
    cursor : hand;
    cursor : pointer;
    padding : 4px;
    color : white;
    background-color : #2F5790;
    font-family : Tahoma;
    font-size : 12px;
}
.windowInnerContent{
    margin : 4px;
}


