.yui-skin-sam {background:url(../images/top_header_bkg.jpg) repeat-x left top #AEA08A;}
.yui-skin-sam #main_container { 
/*	position: relative; */
	width: 1255px;  
	margin: 0 auto; 
	text-align: left;
} 

.yui-overlay .hd {
	background: #FFF;
	border: 1px solid #000;
	border-bottom: 1px dashed #BFBFBF;;
	padding: 6px 6px;
	font-weight: bold;
	font-size: 12px;
}

.yui-overlay .bd {
	background: #FFF;
	border: 1px solid #000;
	border-top: 0px;
	padding: 6px 8px 5px 10px;
	font-size: 11px;
	color: #4D4D4B;
	text-align: justify; vertical-align:text-bottom
}



.yui-skin-sam .yui-panel-container.shadow .underlay { 
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background-color:#000;
	opacity:0.0;
	filter:  alpha(opacity=0);
}

.yui-skin-sam .yui-panel {
	position: relative;
	border: none;
	overflow: hidden;
	background:none;
	width: auto;
	z-index:200
	
}

.yui-skin-sam .yui-panel .container-close {
	position: absolute;
	top: 30px;
	right: 14px;
	height: 14px;
	width: 14px;
	background: url(../images/panel_close_btn.gif) no-repeat; 
}


.yui-skin-sam .yui-panel .container-close:hover {
	background: url(../images/panel_close_btn.gif) no-repeat;  
	cursor: hand; 
}

.yui-skin-sam .yui-panel .hd {
	background: url(../images/popup_top_bkg.png) left bottom no-repeat;
	border: none;
	font-weight: bold;
	font-size: 12px;
	height:45px;
	overflow: visible;
	padding:0;
	margin:0;
	/*behavior: url(./scripts/iepngfix/iepngfix.htc)*/
}
.yui-skin-sam .yui-panel .hd table {float:left; width:300px}
.yui-skin-sam .yui-panel .hd .panel_title {  
	    line-height:27px;  
	    vertical-align:middle;  
	    font-weight:bold;
		min-width:200px;
		background: url(../images/popup_top_center_bkg.png) left top repeat-x;
		behavior: url(./scripts/iepngfix/iepngfix.htc)
	} 
.yui-skin-sam .yui-panel .hd .tl {  
	    width:15px;  
	    height:27px;  
	    background: url(../images/popup_top_left_bkg.png) left top no-repeat;
		behavior: url(./scripts/iepngfix/iepngfix.htc)
	} 
.yui-skin-sam .yui-panel .hd .tr {  
	    width:30px;  
	    height:27px;  
	    background: url(../images/popup_top_right_bkg.png) left top no-repeat;  
		behavior: url(./scripts/iepngfix/iepngfix.htc)
	    
	}


.yui-skin-sam .yui-panel .bd {
	background: url(../images/popup_body_bkg.png) left top repeat-y;
	padding: 0px 0px 0px 10px;
	border:none;
	height:auto;
	margin:0;
	width:795px;
	position:relative;
	behavior: url(./scripts/iepngfix/iepngfix.htc)
}
.yui-skin-sam .yui-panel .bd #text_content{
	width:780px;
	padding:0px 10px 0px 0px;
}

.yui-skin-sam .yui-panel .ft {
	background: url(../images/popup_foot_bkg.png) left top no-repeat;
	border:none;
	height:15px;
	margin:-2px 0px 0px 0px;
	padding:0;
	behavior: url(./scripts/iepngfix/iepngfix.htc)
}

yui-skin-sam.masked .mask{
	background-color: #fff;
	opacity: .50;
	filter: alpha(opacity=50);
	z-index:5
}
/*.yui-skin-sam .mask*/


