.yui-panel .hd {
	padding: 4px;
	font-size: 1.2em;
	overflow: hidden;
	border: 1px solid #FFF;
	border-bottom: 1px solid #999;
	font-weight: bold;
	color: #BE4D01;
    background: #E6E6E8 url('/site/img/common/search-list-bg.gif') repeat-x top left;    
}

.yui-panel .container-close {
	position: absolute;
	top: 5px;
	right: 6px;
	z-index: 6;
	height: 15px;
	width: 25px;
	margin: 0px;
	padding: 0px;
    background: url('/site/img/common/container-close.gif') no-repeat;    
	cursor: pointer;
	visibility: inherit;
}

.button-group button {
	font:100 76% verdana;
	text-decoration:none;
	background-color: #0063DC;
	color: #FFF;
	cursor: hand;
	vertical-align: middle;
	border: 2px solid #797979;
	border-top-color:#ccc;
	border-left-color:#999;
	margin:2px;
	padding:2px;
}

.button-group button:active {
	border:2px solid #797979;
	background-color:#0066CC;
	border-top-color:#999;
	border-left-color:#ccc;
	margin:2px;
	padding:2px;
}

