#iframe_menu {
    height: 34pt;
    overflow: hidden;
}

#iframe_message {
    height: 41pt;
}

#iframe_content {
	margin-bottom: 10px;
}

body {
	background-color: #EDEDED;
	/*background-image: url("wallpaper/0.jpg");*/
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
    padding 0;
}

textarea {
	resize: both;
	overflow: auto;
	width: 100%;
	height: 100%;
	width: 100%;
	box-sizing: border-box; /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box; /* For Firefox                          */
	-webkit-box-sizing: border-box;
	/* For Safari                           */
}

td {
	padding-left: 3px;
	padding-right: 3px;
}

iframe {
    width: 100%;
    overflow: hidden;
	padding: 0;
    margin: 0;
    border: 0 none;
}



#wait {
	position: absolute;
	left: 25%;
	top: 10;
	width: 100
}

#progress {
	position: absolute;
	top: 40%;
	left: 30%;
	font-size: 10pt;
	right: 10%;
	width: 200px;
	margin-top: 10px;
}



/* GaugeMeter */
.GaugeMeter SPAN, .GaugeMeter B {
	width: 54%;
	position: Absolute;
	text-align: Center;
	display: none; /*Inline-Block;*/
	color: RGBa(0, 0, 0, .8);
	font-weight: 100;
	font-family: "Open Sans", Arial;
	overflow: Hidden;
	white-space: NoWrap;
	text-overflow: Ellipsis;
	margin: 0 23%;
}

.GaugeMeter[data-style="Semi"] B {
	width: 80%;
	margin: 0 10%;
}

.GaugeMeter S, .GaugeMeter U {
	text-decoration: None;
	font-size: .60em;
	font-weight: 200;
	opacity: .6;
}

.GaugeMeter B {
	color: #000;
	font-weight: 200;
	opacity: .8;
}



.progress {
	height: 10px;
}