.popup h3 {
	border-bottom:1px solid #AAA;
	font-weight:normal;
	margin-top:0;
	padding-bottom:10px;
}
.popup ul{
	margin:0 0 5px 0;
	padding:0;
	list-style:none;
}
.popup li {
	height:28px;
	line-height:26px;
	float:right;
	margin:0 0 0 9px;
	font-weight:bold;
}
.popup li a {
	color:#fff;
	text-decoration:none;
	height:28px;
	float:left;
	padding:0 11px 0 0;
	background:url(../../img/interface/bg-buttons-small.gif) no-repeat 100% 0;
}
.popup li a:hover{background:url(../../img/interface/bg-buttons-small.gif) no-repeat 100% 100%;}
.popup li a span{
	padding:0 0 0 11px;
	cursor:pointer;
	height:28px;
	background:url(../../img/interface/bg-buttons-small.gif) no-repeat;
	float:left;
}
.popup li a:hover span{background:url(../../img/interface/bg-buttons-small.gif) no-repeat 0 100%;}

