﻿.DynamicPanel
{
    border-right: darkgray 2px solid;
    border-top: darkgray 2px solid;
    border-left: darkgray 2px solid;
    border-bottom: darkgray 2px solid;
    background-color: #E0E0E0;
    Width:500px;
    position:fixed;
    left: 0px;
    top: 0px;
    
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}


