
.global-mask {       
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	filter: alpha(opacity=60);
	background-color: rgb(240, 240, 240);
	z-index: 1002;
	opacity:0.7;
	-moz-opacity:0.7;
}

#mask-gif {
	position: absolute;
	display:block;
	top: 50%;
	left: 50%;
}

body {
	float: left;
	background-color: #F0F0F0;
	min-width: 1100px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

body#iframe-body{
	float: left;
	background-color: #F0F0F0;
	min-width: 1100px;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

ol, ul, li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#user-body {
	position: absolute;
	overflow: hidden;
	display: block;
	visibility: visible;
	top: 61px;
	bottom: auto;
	left: 0px;
	right: auto;
	width: 100%;
	height: 100%;
}

#user-iframe {
	width: 100%;
	height: 100%;
}

#clear {
	clear:both;
	min-height: 0px;
}
