﻿/* Modal Popup CSS*/
.mpBg
{
	background-color: Gray;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.mp
{
	background-color: white;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.4pt;
	color: #666666;
}
.rounded-corners
{
    font-family: Arial, sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px; /*FOR IE*/
    behavior: url(border-radius.htc);
}
.mpHd
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(/images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}
.mpClose
{
    padding:5px;
    margin:5px auto 0px auto;
	text-align: right;
	width: 96%;
	border-top:1px solid #ccc;
}
.mpCloseButton
{
	position: absolute;
	right: 4px;
	width: 17px;
	height: 18px;
}

