﻿.skinnedmodalPopup
{
	background-color: #F0F0F0;
	border: 1px solid gray;
	color: #333;
	font-size: 12px;
	text-align: left;
	width: 500px;
}
.skinnedmodalPopup .caption
{
	height: 24.1667px;
	background-image: url(images/sprite.png);
	background-repeat: repeat-x;
	background-position: 0 -200px;
	border-bottom: solid 1px #CCC;
	cursor: move;
	text-align: center;
	padding: 0 10px;
}
.skinnedmodalPopup .caption h1
{
	color: #000;
	font-size: 9pt;
	font-weight: 700;
	line-height: 1.9;
	font-family: arial,helvetica,clean,sans-serif;
}
.skinnedmodalPopup .caption .close
{
	position: absolute;
	cursor: pointer;
	right: 6px;
	top: 5px;
	width: 14px;
	height: 14px;
	background-color: #FFF;
	border-style: none;
}
.skinnedmodalPopup .content .form
{
	background: #F2F2F2;
	border: 1px solid #BBB;
	position: relative;
	margin: 10px;
	padding: 3px;
}
.skinnedmodalPopup .content .form h2
{
	border-bottom: 1px solid #aaa;
	font-size: 13px;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.modalPopup
{
	background-color: #eee;
	border: 5px solid #333;
	color: #333;
	font-size: 12px;
	text-align: left;
	width: 500px;
}
.modalPopup .caption
{
	height: 36px;
	background-color: #777;
	cursor: move;
	color: #fff;
}
.modalPopup .caption h1
{
	color: #DDD;
	font-size: 14px;
	font-weight: bolder;
	float: left;
	padding-left: 3px;
	margin: 9px;
}
.modalPopup .caption .close
{
	float: right;
	cursor: pointer;
	width: 14px;
	height: 14px;
	background-color: #FFF;
	margin: 7px;
}
.modalPopup .content .form
{
	background: #ddd;
	border: 1px solid #aaa;
	position: relative;
	margin: 10px;
	padding: 3px;
}
.modalPopup .content .form h2
{
	border-bottom: 1px solid #aaa;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
