﻿
.modalPopup .container
{
    border: solid 1px #808080;
    border-width: 1px 0px;
} 

.modalPopup .header
{
   	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	background-image: url(../Content/Images/MasterPageImages/text_bar.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-left: 7px;
	padding-top: 4px;
	padding-right: 7px;
	vertical-align: text-top;
 /*
	*/
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    cursor: move;
} 

.modalPopup .header .msg
{
    font-weight: bold;
    text-align: justify;
    
}         

.modalPopup .body
{
	background-color: #e3e1d2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
} 

.modalBackground
{
    background-color: Gray;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    opacity: 0.5;
}