﻿/*Modalpopup css*/
.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:#fff;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
   
}
#mail p
{
    margin-top:15px;
    text-align: center !important;
}
#mail
{
     padding:10px !important;
     text-align: center !important;
     width:320px;
    
}
#mailtitle
{
    Color:#fff;
    font-family:Arial;
    font-size:14px !important;
    font-weight:bold !important;
}
