﻿.EmailPanel
{      
    background-image:url(../Images/Email-popup.png);
    background-repeat:no-repeat;
    width:320px; 
    height:380px;
    overflow:auto;
}

.EmailHeaderPanel
{
	width:295px;
	height:34px;
	padding: 0px 0px 0px 5px;
	line-height:34px;
	position:absolute;
	top:10px;
	left:10px;
	font-size: 20px;
	font-weight:bold;
}

.EmailContentPanel
{
	width:290px;
	height:295px;
	position:absolute;
	top:49px;
	left:15px;
	overflow:auto;
}

.EmailFooterPanel
{
	width:290px;
	height:21px;
	line-height:21px;
	position:absolute;
	top:349px;
	left:15px;
}

.EmailClose
{ 
    background-image:url(../Images/Email-close.png);
    position:absolute;
    right:18px;
    top:18px;
    cursor:pointer;
    height:18px;
    width:18px;
}

.EmailModalBg
{
	background-color:#F2F2F2;
	filter:alpha(opacity=90);
	opacity:0.9;
}
