﻿body
{
    
}

.modalBackground
{
    background-color: #CCCCFF;
    filter: alpha(opacity=40);
    opacity: 0.5;
}


.ModalWindow
{
    border: solid1px#c0c0c0;
    background: #f0f0f0;
    padding: 0px10px10px10px;
    position: absolute;
    top: -1000px;
}

.modalBackground2
{
    background-color: white;
    filter: alpha(opacity=50);
    opacity: 0.7;
    
}

.modalPopup
{
    
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-color:  green;
    

}

.linkButton
{
    color: #357C43;
    font-family:Arial;
    
    }

