.yui-panel { border: 3px outset #09c; }

.yui-panel .hd
{
	background-color: #07a;
	border: 0;
	padding: 5px;
}

.yui-panel .bd
{
	overflow: hidden;
	padding: 10px;
}

.mask { background-color: #000; }

.yui-panel .container-close
{
	top: 2px;
	height: 16px;
	width: 16px;
	background: transparent url(/img/clearbits/close.gif) no-repeat;
	border: 1px solid white;
}

.yui-panel .container-close:hover { background: #c00 url(/img/clearbits/close.gif) no-repeat; }
