/*
Author 	: pakag
Site	: http://posizioni-in-prima-pagina.blogspot.com
*/

#OverLayGrey{
    position:absolute;
   
    width: 100%;
    height:100%;
    
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    
    background-color:#000000;
    z-index:90;
}

#AlertMessage{
    font:Verdana;
    font-size:12px;
    text-decoration:none;
    position:absolute;
    width: 200px;
    left:50%;
    /* margin-left: -200px; */
    top:50%;
    /* margin-top: -200px;    */
    background-color:#EEEFF1;
    z-index:100;
}

#AlertMessageTitleBar{
    height:30px;
    background-color:#990e13;
    border-bottom:1px solid #666666;
    border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666; 
}
#AlertMessageFooterBar{
    height:30px;
    background-color:#EEEFF1; 
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666; 
    
}

#AlertMessageTitleTXT{
    float:left;
    width : 360px;
    color:#ffffff;
    margin-top:5px;  
    font-weight:bold; 
    font-size:16px;
    padding-left:5px;
    margin-left:5px; 
    text-align:left; 

    
}

#AlertMessageTitleBarClose{
    float:right;
    height:20px;
    width:5px;
    font-weight:bold;
    margin-right:10px;
    margin-top:5px;
    text-align:left;
    
}

#AlertMessageFooterBarClose{
    float:right;
    height:20px;
    width:40px;
    font-weight:bold;
    margin-right:5px;
    margin-top:7px;
    
   
    
}

#AlertMessageTitleBarClose a{
    color:#ffffff;  
    text-decoration:none; 
}

#AlertMessageFooterBarClose a{
    color:#000000;
    font-weight:bold;
    text-decoration:none; 
}

#AlertMessageBody{
    padding:10px;
    font-size: 14px;
    height:auto; 
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    text-align:left;
}