/* guibase.css */
body,
select,
table,
input,
textarea,
button,
input[type="reset"],
input[type="button"],
input[type="submit"],
noscript {
	/* font-family: Verdana, Arial, Helvetica, Sans-Serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
body.ge-cms,
.ge-cms select,
.ge-cms table,
.ge-cms input,
.ge-cms textarea,
.ge-cms button,
.ge-cms input[type="reset"],
.ge-cms input[type="button"],
.ge-cms input[type="submit"] {
	font-size: 14px;
}

/*
.ge-font-size-normal {
	font-size: 11px;
}
.ge-font-size-big {
	font-size: 11.5px;
}
.ge-font-size-small {
	font-size: 10.5px;
}
*/

.ui-widget { font-family: Arial, Helvetica, Sans-Serif; font-size: 1em;}
.ui-helper-reset {line-height: 1.0;}
.gewindow .content {
	Background: Transparent;
}
noscript {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}