html {
	overflow: hidden;
}
body {
	background-color: #EEEEEE;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
#main {
	position: relative;
	left: 0;
	width: 100%;
	top: 64px;
	/*background: #FF0066 url('../img/bar.png') repeat-y 50% 0;*/
	overflow: auto;
}
#loginmain {
	position: relative;
	top: 65px;
	text-align: center;
}
#topleft {
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 0;
	/*padding-left: 2px;*/
	/*padding-top: 2px;*/
	width: 100%;
	height: 64px;
	background: url('../img/menu_top.png')  scroll 0;
}
#topright {
	position: absolute;
	right: 4px;
	top: 0;
	width: 200px;
	height: 100px;
	background: url('../img/logo_200x100_transparent.png')  scroll 0;
	z-index: 1;
}
#bottom {
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	/*padding-left: 2px;*/
	/*padding-top: 2px;*/
	width: 100%;
	height: 32px;
	background: url('../img/menu_bottom.png')  scroll 0;
}
#loginleft {
	float: left;
	width: 49%;
	text-align: right;
	padding-right: 5px;
	padding-top: 50px;
	border-right: #C0C0C0 5px solid;
	border-bottom: #C0C0C0 5px solid;
}
#loginright {
	float: right;
	width: 49%;
	padding-left: 5px;
	padding-top: 50px;
	border-left: #C0C0C0 5px solid;
	border-bottom: #C0C0C0 5px solid;
}
.indentedtext {
	margin-left: 8px;
}
.pwinfo {
	width: 300px;
	text-align: left;
}
.openid {
	border: 1px solid gray;
	display: inline;
}
.openid, .openid input {
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.openid legend {
	font-weight: bold;
	color: #626262;
	padding-left: 5px;
	padding-right: 5px;
}
.openid input.openid_login {
	background: #FFFFFF url('../img/openid-icon-small.gif') no-repeat scroll 0pt 50%;
	background-position: 0 50%;
	color: #000;
	padding-left: 18px;
	width: 202px;
	margin-right: 10px;
}
input.standard_login {
	background: #FFFFFF;
	background-position: 0 50%;
	color: #000;
	width: 220px;
	margin-right: 10px;
}
.openid select.standard_login {
	background: #FFFFFF;
	background-position: 0 50%;
	color: #000;
	width: 224px;
	margin-right: 10px;
}
a, a:visited, a:active {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #777777;
	text-decoration: none;
}
.openid a, .openid a:visited, .openid a:active {
	color: #555555;
	text-decoration: none;
}
.openid a:hover {
	color: #777777;
	text-decoration: none;
}
#logmain {
	width: 800px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	border-left: #C0C0C0 5px solid;
	border-right: #C0C0C0 5px solid;
}
#logleft {
	max-width: 200px;
	height: auto;
	position: absolute;
	top: 5px;
	left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	background: #AAAAAA;
}
.logheader {
	font-size: 14px;
	font-weight: bold;
	background: #CCCCCC;
}
.logdate {
	font-size: 10px;
	padding-bottom: 5px;
}
.logentry {
	font-size: 12px;
	padding-bottom: 10px;
	text-align: left;
}
.commentheader {
	font-size: 12px;
	font-weight: bold;
	/*background: #CCCCCC;*/
}
.commentdate {
	font-size: 10px;
	padding-bottom: 5px;
}
.commententry {
	font-size: 12px;
	padding-bottom: 10px;
}
#settings {
	position: absolute;
	bottom: 0;
	width: 300px;
	padding: 5px;
	text-align: right;
	border-right: #C0C0C0 5px solid;
	border-top: #C0C0C0 5px solid;
}
#entrybox {
	width: 800px;
}
#entryarea {
	width: 800px;
	height: 600px;
}
.entrybutton {
	width: 250px;
}
#contact {
	padding: 3px;
	margin: auto;
	width: 500px;
	background: #CCC;
}


.codebox {
	border: #006699 1px solid;
	background: #DDDDDD;
	max-width: 600px;
	overflow: scroll;
	font-family: Courier, Arial;
	font-size: 15px;
	color: #494949;
	font-weight: normal;
	text-align: justify;
	padding: 5px 5px 5px 5px;
}
.codebox:first-line {
	font-weight: bold;
}

.centeredImg {
	text-align: center;
}