
#runningPopup{
	clear:both;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	width:295px;
	margin:10px;
}
.popupHead{
	font-family:Arial;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding:10px 10px 0px 14px;
}
#outerTop{
	background:url(../images/hover-top.gif) no-repeat top left;
	display:block;
	height:39px;
}
#outerBottom{
	background:url(../images/hover-bottom.gif) no-repeat bottom left;
	display:block;
	height:23px;
	margin-top:-10px;
}
#outerLeftRight{
	background:#145f05 url(../images/hover-side.gif) repeat-x top left;
	display:block;
	margin-top:-10px;
}
#runPopupInner{

}
#innerBottom{
	background:#fff url(../images/hover-bg.gif) no-repeat left bottom;
	display:block;
	min-height:125px;
	margin:10px 14px;
	padding:5px;
	color:#666666;
}

