﻿.PopupBackground
{
	background-color: #fff;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.mainPopup
{
	position: absolute;
	padding: 7px;
	background: url(img/special/blank.png) repeat left top;
	_background: url(img/special/blank.gif) repeat left top; /*border: 1px solid #acd2ef;*/
	z-index: 9999;
}
.mainPopup div.popup_title
{
	padding-top: 2px;
	padding-left: 10px; /*background: #7492ab;*/
	background: #cbedc9;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	color: #666;
	text-align: left;
	line-height: 30px;
	letter-spacing: 3px;
}
.mainPopup div.popup_content
{
	padding: 10px;
	background: #fff;
	border: 1px solid #CCCCCC;
	text-align: left;
	overflow: auto;
	z-index: 10000;
}
.mainPopup div.popup_content div.popup_cmd
{
	text-align: right;
}
.mainPopup div.popup_closebtn, .mainPopup .popup_closebtn
{
	position: absolute; /*background: url(img/button/closebtn.gif) no-repeat left top;*/
	background: url(img/button/closebtn.png) no-repeat left top;
	width: 18px;
	height: 18px;
	top: 15px;
	right: 15px;
	cursor: pointer;
	z-index: 10001;
}
.warning
{
	background: url(images/warning.gif) no-repeat;
	display: inline-block;
	height: 14px;
	width: 14px;
	vertical-align: middle;
}
.warning_text
{
	display: inline-block;
	width: 540px;
	vertical-align: top;
}
.Link
{
	line-height: 30px;
	padding-left: 10px;
}
.Link a
{
	text-decoration: underline;
	cursor: pointer;
	padding-right: 7px;
}
.Link a:hover
{
	color: #ff3366;
}
.LinkSel
{
	font-size: medium;
	font-weight: bold;
}
.m-0{margin:0;}
.m-1{margin:1em;}
.p-0{padding:0;}
.p-1{padding:1em;}
.ps-1{padding-left:1em;}
.autosize{min-height:9em;max-height:36em;}
.mt-05{margin-top:0.5em;}
.mr-05{margin-right:0.5em;}
.mb-05{margin-bottom:0.5em;}
.ml-05{margin-left:0.5em;}