    .modalBackground
    {
        background-color: Black;
        filter: alpha(opacity=60);
        opacity: 0.6;
    }
    .modalPopup
    {
        background-color: #FFFFFF;
        width: auto;
        border: 3px solid #9fbdab;
        border-radius: 12px;
        padding:0;
      
    }
    .modalPopup .header
    {
        background-color: #9fbdab;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
		margin-bottom:5px !important;
    }
    .modalPopup .body
    {
        padding-left: 5px;
        padding-right: 5px;
        min-height: 50px;
        line-height: 20px;
        text-align: left;
        font-weight: bold;
    }
    .modalPopup .footer
    {
        padding: 6px;
    }
    .modalPopup .ok
    {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }
    .modalPopup .ok
    {
        background-color: #9fbdab;
        border: 1px solid #9fbdab;
    }