

/***/

.pop	{
	width:400px;
	padding:1px;
	background-color:#FFF;

//    height:220px;
    filter:Alpha(opacity=90); -moz-opacity:0.9; opacity:0.90

	left:50px;
	top:50px;
	margin:0px;

}

.pop table	{ width:100%;}
.pop .msg	{
	border:3px solid #BFC7D6;
	border-bottom:none;
	vertical-align:top;
}

.pop .bar	{
	width:auto !important;
	width:100%;
	margin-bottom:1px;
	padding:8px 12px 8px 12px;
	background-color:#001E5A;
}
.pop .bar table,.pop .bar th,.pop .bar td	{
	width:100%;
	padding:0px;
	border:0px;
	border-collapse:collapse;
	vertical-align:top;
}
.pop th	{
	color:#FFF;
	line-height:16px;
	font-weight:bold;
	text-align:left;
}
.pop .close	{
	display:block;
	width:13px;
	height:13px;
	margin-left:10px;
	background-image:url(../img/common/btn_close.gif);
	background-repeat:no-repeat;
	text-align:right;
	cursor:pointer;
}

.pop .body	{
	padding:20px 20px 10px 20px;
	background-repeat:repeat-x;
	background-color:#FFF;
	vertical-align:top;
}
.pop p	{ line-height:16px;}


.pop textarea	{ width:100%;}

.pop .button	{
	padding:0px 20px 20px 20px;
	border:3px solid #BFC7D6;
	border-top:none;
}
.pop .button table	{ width:auto;}
.pop .button td	{ padding:0px 5px;}

.pop .button input	{
	padding:1px 3px;
	font-size:10px;
}

div.action	{ border:2px solid #CCC;}
input.action	{
	padding:3px 5px;
	background-color:#F2F2F2;
	border:1px solid #FFF;
	color:#333;
}