#city_popup {
	position:absolute;
	left:80%;
	top:90px;
	margin-left:-260px;
	width:203px;
	border:solid 0px red;
	display:none;
	z-index:100;
}

#city_popup .popup_top {
	width:203px;
	height:42px;
	background:url("../images/ss_top.png") no-repeat 0 0;
    font-size:10px;
	color:black;
    padding-top: 0px;
    padding-left: 30px;
}

#city_popup .popup_bottom {
	width:203px;
	height:18px;
	background:url("../images/ss_bot.png") no-repeat 0 0;
    font-size:10px;
	color:black;
    padding-left: 30px;
}

#city_popup .popup_top .h1 {
	color:#595353;
	font-size:14px;
	font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    padding-top: 10px;
}

#city_popup .popup_content {
    background:url("../images/ss_body.png") repeat-y 0 0;
}
