body {
	font-size: 11px;
	font-family: arial, sans-serif;
	position: relative;
	overflow: hidden;
	/*text-align:center;*/
}

.infield {
	border: 1px solid #6F824E; /*#9AB2D5;*/
	padding: 1px;
	margin: 1px;
	width: 150px;
	font-size: 11px;
}

#iewrapper {
	text-align: center;
}

#iewrapper2 {
	text-align: center;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width: 400px;
}

#login {
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	top: 100px;
	left: 0px;
	background-color: #CECECE; /*#BCD4F7;*/
	background-image: url('../images/login_bg.gif');
	background-repeat: repeat-x;
	border: 1px solid #8A8A8A; /*#9AB2D5;*/
	padding: 20px;
	width: 400px;
	font-size: 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #B3B3B3 1px 1px 1px;
	-moz-box-shadow: #B3B3B3 1px 1px 1px;
	box-shadow: #B3B3B3 1px 1px 1px;
}
#logintitle {
	position: relative;
	z-index: 2;
	text-align: right;
	margin-bottom: -5px;
	margin-top: -10px;
	padding-right: 8px;
}
#loginform {
	float:right;
	text-align:right;
	width:150px;
	/*background: #ACACAC; /*#ABC3E6;
	border: 1px solid #8A8A8A; /*#9AB2D5;*/
	padding: 10px 5px 10px 5px;
	font-size: 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #6F824E;
	background-color:#C2D541;/*E6F1D3*/
	-webkit-box-shadow: #6F824E 1px 1px 1px;
	-moz-box-shadow: #6F824E 1px 1px 1px;
	box-shadow: #6F824E 1px 1px 1px;
}
#logintext {
	float:left;
	margin-top: -20px;
	width:200px;
	text-align:center;
	font-size: 11px;
}

#logintext a
{
	color: black;
}

#logintext a:hover
{
	color: #267F00;
}

#logintext a:visited
{
	color: #267F00;
}

#loginerror{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	font-size: 22px;
	padding: 5px 20px;
	background: #FFDDDD none repeat scroll 0 0;
	border: 1px solid #C00000;
	color: #7F0000;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}