.popwin_wrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	background:#000;
	text-align:center;
	font-family:arial, helvetica, sans-serif;
	font-size:10pt;	
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}

.popwin_window {
	background:#fff;
	text-align:left;
	margin:100px auto 40px auto;
	border:5px solid #CC6600;
	overflow:hidden;
	z-index:1010;
}

.popwin_titlebar {
	height:20px;
	line-height:16px;
	background:#008283;
	color:#fff;
	line-height:20px;
    font-weight:bold;
	padding:5px;
	cursor:move;
}

.popwin_titlebar span {
	display:block;
	float:left;
	width:auto;
}

.popwin_titlebar div {
	display:block;
	width:auto;
	float:right;
	cursor:pointer;
	padding-right:5px;
}

.popwin_content {
	clear:both;
	padding:10px;
	overflow-y:auto;
}
	
	
