@charset "utf-8";
html {
	font-size: 100.01%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #E3E3E3;
	margin: 35px auto;
}

div, h1, h3 {
	margin: auto;
}

p {
	margin: 0px;
	padding: 0px;
}

.infotext {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}

.errtext {
	font-size: 12px;
	font-weight: bold;
	color: #C00;
}

#container {
	width: 550px;
	height: auto;
	background-color: #FFF;
}

#header {
	background: url(../images/logo.jpg) no-repeat left  ;
	width: 520px;
	height: 70px;
	top: 0px;
	clear: both;
	margin-left: 15px;
	padding-right: 15px;
}

#content {
	width: 520px;
	height: auto;
	min-height: 220px;
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
}

#loginform {
	width: auto;
	padding-left: 135px;
}

#content H2 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#footer {
	width: 520px;
	height: 20px;
	background-image: url(../images/footer_gradient.gif);
	background-repeat: repeat-x;
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 9px;
}

.copyright {
	font-size: 10px;
	font-weight: bold;
	color: #BAB8B9;
	text-align: right;
}

#container #header H1 {
	font-size: 14px;
	font-weight: bold;
	color: #BAB8B9;
	text-align: right;
	padding-top: 25px;
}

#container #header H3 {
	font-size: 10px;
	font-weight: bold;
	color: #BAB8B9;
	text-align: right;
}

input[type=text] {
	width: 248px;
	border: 1px solid #999;
}

input[type=password] {
	width: 248px;
	border: 1px solid #999;
}

textarea {
	width: 498px;	
	border: 1px solid #999;
	color: #000;
	background-color: #FFF;
}

#content #loginform input[type=submit] {
	width: 125px;
	border: 1px solid #999;
	color: #000;
	height: 24px;
	background-color: #FFF;
}

.query {
	width: 500px;
	padding: 10px;
	border: #999 dotted 1px;
	margin-bottom: 20px;
}

#stats {
	width: 500px;
	padding: 10px;
}

#content input[type=submit] {
	width: 246px;
	border: 1px solid #999;
	color: #000;
	height: 24px;
	background-color: #E3E3E3;
	float: right;
}

#content select {
	width: 246px;
	border: 1px solid #999;
	color: #000;
	height: 24px;
	background-color: #E3E3E3;
	float: left;
}

#leftquery {
	float: left;
	width: 50%;
	height: auto;
	margin-bottom: 10px;
}

#rightquery {
	float: right;
	width: 50%;
	height: auto;
}