.modalBackground
{
	background-color: #eeeeee;
	filter:alpha(opacity=70);
    opacity:0.7;
}
.modalPopup
{
    background-color:#FFFFDD;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    width:350px;
    text-align:center;
    margin: 0 auto;
}


.msg_button_class
            {
               background-image: url(msg_button_1.jpg);
               font-family:Tahoma;
               font-size:11px;
               font-weight:bold;
               color:#FFFFFF;
               border:1px solid #DDDDDD;
               height:22px;
            }
