﻿.panelHeader
{
    border: 1px solid #2F4F4F;
    color:Black;
    background-color: #EE9250;
    font-family:Candara;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;    
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:900px;
	height:470px;
	
}