.ar-dlgcover,
.ar-dlgcovermini
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.ar-dlgwindow,
.ar-dlgloading,
.ar-dlgloadingwindow,
.ar-loading
{
	position: absolute;
	top: 20%;
	left: 20%;
	width: 60%;
	height: 60%;
	z-index: 9999;
	overflow: visible;
	text-align: center;
}
.ar-dlgloadingmini
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ar-dlgtoolbar
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 1%;
	width: 98%;
	height: 30px;
	line-height: 30px;
	z-index: 9999;
}
.ar-dlgtoolbar h3
{
	display: block;
	float: left;
	line-height: 30px;
}
.ar-dlgtoolbar a
{
	float: right;
}
.ar-dlgcontents
{
	position: absolute;
	top: 30px;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	overflow: auto;
}
.ar-menucontents
{
	padding: 0;
	max-width: 300px;
}
.ar-menucontents li
{
	padding: 0 10px;
	line-height: 20px;
}
.ar-dlgiframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}