﻿
div#EmailPal
{
	background-color: #191F6C;
	width: 277px;
	height: 350px;
	border: 4px solid #777;
	padding: 0px;
	position:fixed;
	display:none;
	z-index:120;
	top:50%;
	left:50%;
	margin-left:-139px; /* Take half the width and padding */
	margin-top:-150px;  /* Take half the height and padding */
	color: #fff;
}

div#EPCont
{
	padding:10px 20px 10px 20px;
	font-size: 11px;
}

div#EPTitle
{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 12px;
}
div#EPheader
{
	background-color: #191F6C;
	height:25px;
	line-height: 2em;
	margin-left: 5px;
}

#EPheader img
{
	float: right;
}


div#l0
{
	font-weight:bold;
	padding-bottom:10px;
}

#l1 input, #l2 input, #l3 textarea
{
	border: 0;
	padding: 4px;
	font-size: 13px;
	width: 225px;
	margin: 2px 0 7px 0;
}

#l3 textarea
{
	height: 100px;
}	