#popUpDivReset {
	position:absolute;
    /*padding:6px 5px 10px;*/
    width:300px;
    height:350px;
    z-index: 9002;
}

#ballon {
	color:#000000;
	cursor:default;
	position:relative;
	text-align:left;
	width:100%;
	z-index:1000;
}

#ballon .top-left{
	background:url(/images/popup/top-left.gif) no-repeat scroll 0 0 transparent;
	float:left;
	height:36px;
	width:63px;
}

#ballon .top-middle  {
	background:url(/images/popup/top-middle.gif) repeat-x scroll 0 0 transparent;
	color:white;
	float:left;
	font-size:20px;
	font-weight:bold;
	height:36px;
	padding-top:5px;
	text-align:center;
	width:171px;
}

#ballon .top-right  {
	background:url(/images/popup/top-right.gif) no-repeat scroll 0 0 transparent;
	float:right;
	height:36px;
	width:66px;
}

#ballon .bottom-left{
	background:url(/images/popup/bottom-left.gif) no-repeat scroll 0 0 transparent;
	float:left;
	height:36px;
	width:63px;
}

#ballon .bottom-middle  {
	background:url(/images/popup/bottom-middle.gif) repeat-x scroll 0 0 transparent;
	color:white;
	height:36px;
	padding-top:5px;
	width:171px;
	float:left;
}

#ballon .bottom-right  {
	background:url(/images/popup/bottom-right.gif) no-repeat scroll 0 0 transparent;
	float:right;
	height:36px;
	width:66px;
}

.balloon ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type: none;
}

.balloon ul li {
	float:left;
}

#ballon table {
	margin:-2px;
	border:0;
	padding:0;
	border-collapse:collapse;
	font-size:1em;
 width: 310px;
}

#ballon h2{
	font-size:18px;
}

.middle { 
	width:250px;
	margin:0; 
	/*padding:5px 15px; */
	color:#000; 
	font-size:1em; 
	border:1px solid #000; 
	border-width:0 1px; 
	background:#f5fafc url(/images/bgBoxes.gif) repeat /* bottom right*/;
}





