div#popupHead {
	background: url("../img/popup_head.gif"/*tpa=http://www.teaforte.com/layouts/img/popup_head.gif*/) no-repeat;
	width: 153px;
	height: 20px;
	cursor: move;
}

div#popupBody {
	background: url("../img/popup_body.gif"/*tpa=http://www.teaforte.com/layouts/img/popup_body.gif*/) repeat-y;
	width: 153px;
	padding: 10px;
	font-size: 10px;
	color: #535252;
}

div#popupFoot {
	background: url("../img/popup_foot.gif"/*tpa=http://www.teaforte.com/layouts/img/popup_foot.gif*/) no-repeat;
	width: 153px;
	height: 6px;
}

div#popupClose {
	float: right;
	width: 50px;
}

div.popup_hr {
	width: 80%;
	height: 1px;
	background-color: #e7ede5;
	margin: 3px 0;
}

div.popup_hr hr {
  display: none;
}

div#popup_button {
	padding-left:7px;
}

span.catName {
	color: #464646;
	font-weight: bold;
	font-size: 10px;
}