.popup {
	background: transparent;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	position: absolute;
	margin: 0 auto;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 1000;	
	padding-top: 10px;
	padding-left: 10px;
}


.popup .bar {
	background: url('barBg2.gif')  top left;
	height: 21px;
	line-height: 20px;
	/*cursor: move;*/
	text-align: left;
}

.popup .bar a {
	margin-left: 10px;
	font-weight: bold;
	float: left;
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
	border: none;
}

.bar .title{
	font-size: 11px;
	font-weight: bold;
	float: left;
	padding-left: 5px;
	color: white;
}

.popup .bar .close {
	margin-right: 5px;
	display: block;
	width: 12px;
	height: 20px;
	float: right;
	background: url('close_off.gif') no-repeat center;
}

.popup .winContent{
	padding: 10px;
	text-align: left;
	font-size: 11px;
}

.popup .content, .shadow {
  position: relative;
  bottom: 4px;
  right: 4px;
}

.popup .shadow { background-color: #ccc; }

.popup .content {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

