#tabsdata label.text,
#tabsdata label.radio,
#tabsdata label.select,
#tabsdata label.checkbox,
#tabsdata label.password {
	width: 100px;
	margin-top: 5px;
	display: block;
	float: left;
}
#tabsdata input.text,
#tabsdata input.password {
	width: 250px;
	float: left;
}
#tabsdata div.radio {
	margin-left: 100px;
}
	
#tabsdata fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#tabsdata .field {
	height: 20px;
}

#tabsdata select {
	width: 120px;
}

#tabsdata .option_lock {
	position: absolute;
	z-index: 1;
	width: auto;
	right: 10px;
}
#tabsdata .option_lock label {
	display: none;
}


html, body {
	background-color: transparent;
	overflow: hidden;
	filter: inherit;
}
#header {
	background-image: none;
	background-color: #3c3c3c;
	color: white;
	padding: 0px 4px;
	border: 3px solid #DDDDDD;
	border-bottom: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-o-border-top-left-radius: 10px;
	-o-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	filter: alpha(opacity=90);
	opacity: 0.9;
	overflow: hidden;
	-moz-box-shadow: 4px 4px 8px #888888;
	-webkit-box-shadow: 4px 4px 8px #888888;
	box-shadow: 4px 4px 8px #888888;
	width: auto;
}
#sectiondata {
	background-color: #3c3c3c;
	color: white;
	padding: 4px 5px;
	border: 3px solid #DDDDDD;
	border-bottom: 0px;
	border-top: 0px;
	filter: alpha(opacity=92);
	opacity: 0.92;
	-webkit-box-shadow: 4px 4px 8px #888;
	-moz-box-shadow: 4px 4px 8px #888;
	box-shadow: 4px 4px 8px #888;
	max-height: 315px;
	overflow: auto;
}
.buttons {
	background-color: #3c3c3c;
	color: white;
	padding: 4px 5px;
	border: 3px solid #DDDDDD;
	border-top: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-o-border-bottom-left-radius: 10px;
	-o-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	filter: alpha(opacity=90);
	opacity: 0.9;
	overflow: hidden;
	-webkit-box-shadow: 4px 4px 8px #888;
	-moz-box-shadow: 4px 4px 8px #888;
	box-shadow: 4px 4px 8px #888;
}
div.buttons div.right,
#tabsdata,
#sectiondata {
	position: static;
}
#tabsdata {
	background: none;
	border-width: 0px;
}
#tabsdata .field {
	height: auto;
}
#tabsdata .field textarea {
	width: 98%;
}
#tabsdata .html textarea {
	height: 200px;
}
#tabsdata input.text {
	float: none;
}
#wgWizForm {
	margin: 0px;
	padding: 0px;
	width: 98%;
	height: 100%;
}
#header .logo {
	display: none;
}
#header .text {
	display: block;
	margin-right: 10px;
	margin-top: 5px;
}
#tabsdata .option_lock {
	float: right;
	position: static;
}