div.panel
{
	display:table;
	width:100%;
	border-radius:8px;
	-moz-border-radius: 8px;
	border-style:solid; 
	border-width:1px;
	padding:1px;
	position:relative;
	z-index:2;
}
div.panel_shadow_black
{
	box-shadow: 1px 1px 2px #444444;
}
div.panel_shadow
{
	box-shadow: 1px 1px 2px ;
}
div.panel_header
{
	display:inline-block;
	height:20px;
	width:100%;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-width:0px;
	line-height:20px;
	cursor:default;
}
div.panel_body
{
	display:inline-block;
	width:100%;
	text-align:left;
	margin-top:-2px;
}
div.panel_footer
{
	display:inline-block;
	height:10px;
	width:100%;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-width:0px;

}
table.collasped
{
	border-collapse:collapse;
}
span.cross
{
	margin-right:6px;
	margin-top:3px;
	float:right;
	opacity:.8;
}
span.panel_kill
{
	cursor:pointer;
	float:right;
	height:20px;
	width:16px;
	float:right;
}
@-moz-document url-prefix() 
{
	div.panel_footer	{	margin-bottom:0px;	}
	div.panel_body		{	margin-top:-1px;	margin-bottom:-1px;}
}