.modalPage
    {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px; left: 0px;
        z-index: 999;
    }
.modalBackground
    {
	position: absolute;
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; 
    height: 100%;
    background-color: #000000;
    position: absolute;
    z-index: 1000;
    top: 0px; left: 0px;
    }


.msgHeader
{
	border: solid 1px #DEDEDE;
	font: inherit;
	padding: 1px 1px 1px 1px;
	background:#EFEFEF;
	background-image:url('images/24-message-info.png');
	background-position:left bottom;
	background-repeat:no-repeat;
	width: auto;
	padding: inherit;
	margin: 0px 0px 0px 0px;
	color:#222222;
	padding:4px;
	text-align:center;
	font-weight:bold;

}
.msg
{
	width:300px;
	font-family: Arial;
	font-size: 12px;
	border: solid 1px #DEDEDE;
	background:#FFFFFF;
	left: 50%;
    top: 50%;
    margin-left:-150px;
    margin-top:-200px;
    z-index: 1001;
	position: absolute;
}

.msgBody
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;	
	background:#FFFFFF;
	color:#222222;
	padding:4px;
	text-align:center;
}

.msgButton
{
	text-align: center;
	background-color: #CCCCCC;
}

.ContactUs
{
	padding: 15px 15px 0px 15px;
	margin: 0px 0px 0px 75px ;
	width: 425px;
	text-align: justify;
}
