﻿.yui-skin-sam .shadow.yui-panel-container .underlay {
	POSITION: relative;
	BACKGROUND-COLOR: Transparent;
	BOTTOM: -3px;
	TOP: 2px;
	RIGHT: -3px;
	LEFT: -3px;
	opacity: .12;
	_top: 0;
	_left: 0;
	_right: 0;
	_bottom: 0;
	_margin-top: 3px;
	_margin-left: -1px
}

.yui-skin-sam .yui-panel .hd {
background-color:Transparent;
line-height:0;
padding:14px 0px;
border:0;

}

.yui-skin-sam .yui-panel .bd, .yui-skin-sam .yui-panel .ft {
	border:0px solid transparent;
}

.yui-skin-sam .yui-panel .bd {
	padding:0px;
	z-index:9;
}

.yui-skin-sam .yui-panel .bd, .yui-skin-sam .yui-panel .ft {
	background-color:transparent;
}

.yui-skin-sam .mask {
background-color:#000000;
opacity:0.5;
}
.yui-skin-sam .yui-panel {
background-color:transparent;
border-style:none;
border-width:0 0;
border:0;
left:0;
position:relative;
top:0;
z-index:1;
}

.yui-overlay { background-color:Transparent;}

.yui-skin-sam .yui-panel .bd, .yui-skin-sam .yui-panel .ft {
background-color:transparent;
}

.yui-skin-sam .yui-panel-container.shadow .underlay {
background-color:transparent;
bottom:0;
left:0;
position:absolute;
right:0;
top:0;
}

.yui-skin-sam .container-close {
background:transparent url(/images/app/tooltip_close.jpg) no-repeat scroll;
cursor:pointer;
height:9px;
position:absolute;
right:50px;
top:30px;
width:31px;
}

.yui-skin-sam .container-close:hover {
    filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
