
#example {height:20em;}

/* Aqua Panel Skin CSS */

/* Skin default Panel elements */
/*#sharedialog_c.yui-panel-container.shadow .underlay {
	position:absolute;
	background-color:#000;
	opacity:0.12;
	filter:alpha(opacity=12);
	left:3px;
	right:-3px;
	bottom:-3px;
	top:3px;
}*/

#sharedialog.yui-panel {
	position:relative;
	border:1px solid #aeaeae;
	overflow:visible;
	background-color:#FFFFFF;
}

#confirmation.yui-panel {
	position:relative;
	border:1px solid #aeaeae;
	overflow:visible;
	background-color:#FFFFFF;
}

#confirmation.yui-panel-container {
    position:absolute;
    border:1px solid #aeaeae;
    overflow:visible;
    background-color:#FFFFFF;
}

/*#sharedialog.yui-button {
	position:relative;
	border:1px solid #aeaeae;
	overflow:visible;
	background-color:#4d4d4d;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #bf7d02;
}*/

/* Apply styles to the close icon to anchor it to the left side of the header */
/*#sharedialog.yui-panel .container-close {
	position:absolute;
	top:3px;
	left:4px;
	height:18px;
	width:17px;
	background:url(assets/img/aqua-hd-close.gif) no-repeat;
}*/

/* Style the header and apply the rounded corners, center the text */
#sharedialog.yui-panel .hd {
	padding:0;
	border:none;
	background:#F1F1F1;
	color:#bf7d02;
	height:20px;
	font-weight:bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	overflow:visible;
}

/* Style the body and footer */
#sharedialog.yui-panel .bd {
	padding:2;
	overflow:hidden;
	background-color:#FFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #bf7d02;
}

#sharedialog.yui-panel .ft {
	font-size:75%;
	color:#bf7d02;
	padding:2px;
	overflow:hidden;
	border-top:none;
	background-color:#F1F1F1;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

#confirmation.yui-panel .hd {
	padding:0;
	border:none;
	background:#F1F1F1;
	color:#bf7d02;
	height:20px;
	font-weight:bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	overflow:visible;
}

/* Style the body and footer */
#confirmation.yui-panel .bd {
	padding:2;
	overflow:hidden;
	background-color:#FFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #bf7d02;
}

#confirmation.yui-panel .ft {
	font-size:75%;
	color:#bf7d02;
	padding:2px;
	overflow:hidden;
	border-top:none;
	background-color:#F1F1F1;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}


/* Skin custom elements */
#sharedialog.yui-panel .hd span {
	vertical-align:middle;
	line-height:22px;
	font-weight:bold;
}