﻿
.modalPanel 
{
    background-color:#e8e7ed;
    padding:10px, 10px, 10px, 10px;
    position:static;
}

.modalBackground
{
    background-image:url('images/layout/gray.png');
    
}
.Button-blue
{
    border: 2px solid #000099;
    background-color: #0033CC;
    color: White;
    font-weight: bold;
}