.beam-dialog{
	background-color: #CED9E7;	
	border-radius: 5px;
	border: 1px solid #A2B1C5;
	box-shadow: 0 1px 0 0 #ECF2FB inset, 0 -1px 0 0 #ECF2FB inset, -1px 0 0 0 #ECF2FB inset, 1px 0 0 0 #ECF2FB inset;
	position: fixed;
	top: 50px;
	left: 50px;
	display: none;
}
.beam-dialog>.resizing{
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	overflow: hidden;
	border: 1px dashed #3B5A82;
}
.beam-dialog>.resizing>*{
	visibility: visible;
}
.beam-dialog>.header{
	margin: 4px 4px 0 4px;
	height: 16px;
	overflow: hidden;
	-moz-user-select : none;
	-webkit-user-select : none;
}
.beam-dialog>.header>.btn{
	margin: 0 1px;
	float: right;
	height: 15px;
	width: 15px;
	cursor: pointer;
	overflow:hidden;
	background: url(images/global-sprites.gif) no-repeat;
}
.beam-dialog>.header>.close{	
	background-position: 0 0;	
}
.beam-dialog>.header>.close:hover{	
	background-position: -15px 0;	
}
.beam-dialog>.header>.maximize{
	background-position: 0 -30px;
}
.beam-dialog>.header>.maximize:hover{
	background-position: -15px -30px;
}
.beam-dialog>.header>.minimize{
	background-position: 0 -15px;
}
.beam-dialog>.header>.minimize:hover{
	background-position: -15px -15px;
}
.beam-dialog>.header>.restore{
	background-position: 0 -45px;
}
.beam-dialog>.header>.restore:hover{
	background-position: -15px -45px;
}
.beam-dialog>.header>.caption{
	height: 16px;
}
.beam-dialog>.header>.caption>.icon{
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 2px;
}
.beam-dialog>.header>.caption>.title{
	padding: 1px 0px 0px 2px;
	float: left;
	color: #04468C;	
	font: bold 11px	tahoma,arial,verdana,sans-serif;
}
.beam-dialog>.body{
	margin: 4px;
	overflow: hidden;
	border: 1px solid #B7CBEB;
	background: #DFE8F6;	
}
.beam-dialog>.body>.content{
	width: 100%;
	height: 100%;
	background: #FFF;
	float: left;
}
.beam-dialog>.body>.content>.loading{
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #FFF url(images/global_loading.gif) no-repeat center center;
}
.beam-dialog>.body>.content>iframe{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
