.pop	{
	z-index:200;
	width:230px;
	padding:1px;
	background-color:#FFF;
/*	position:absolute; */
	left:50px;
	top:50px;
	margin:0px;
}
.pop table	{ width:220;}
.pop .msg	{
	border:1px solid #000000;
	border-bottom:none;
	vertical-align:top;
}

.pop .bar	{
	width:auto !important;
	width:100%;
	border:3px
	margin-bottom:1px;
	padding:3px 12px 3px 12px;
	font-size:11;
	background-color:#33cccc;
	cursor: move;
}

.pop .bar table,.pop .bar th,.pop .bar td	{
	width:100%;
	padding:0px;
	margin: 0px;
	border:0px;
	border-collapse:collapse;
	vertical-align:top;
}
.pop th	{
	color:#FFF;
	line-height:16px;
	font-size:12;
	text-align:left;
}
.pop .close	{
	display:block;
	width:13px;
	height:13px;
	margin-left:10px;
	background-image:url(/Image/close.gif);
	background-repeat:no-repeat;
	text-align:right;
	cursor:pointer;
}

.pop .body	{
	padding:5px 5px 15px 5px;
	background-repeat:repeat-x;
	background-color:#FFF;
	vertical-align:top;
}
.pop p	{ line-height:16px;}


.pop textarea	{ width:100%;}

.pop .button	{
	padding:0px 20px 0px 20px;
	border:1px solid #000000;
	border-top:none;
	margin:0px
}
.pop .button table	{ width:auto;}
.pop .button td	{ padding:0px 5px;}

.pop .button input	{
	padding:1px 3px;
	font-size:11px;
}

div.action	{ border:2px solid #CCC;}
input.action	{
	padding:3px 5px;
	background-color:#F2F2F2;
	border:1px solid #FFF;
	color:#333;
}

#loadbox {
position:absolute;
background-color:black;
opacity:0;
z-index:100;
filter:alpha(opacity=0);
border:0px white solid;
visibility:hidden;
}

form {margin-top: 0;margin-bottom: 0;}
a { text-decoration:none; }
body {font-size : 12px}
table td {font-size : 12px}
