#logocontainerlogin {
	float: left;
	margin-top: 5px;
	overflow: visible;
}
.menuitemcontainerlogin {
	float: right;
	padding: 5px;
	margin-left: 2px;
	margin-top: 20px;
	text-align: center;
	color: #2E2E2E;
	border: solid 1px #c0c0c0;
	border-right: solid 2px #c0c0c0;
	cursor: pointer;
	border-top-left-radius: 3px;
}

.menuitemcontainerlogin:hover {
	background: gray;
	text-decoration: underline;
	color: black;
}

A:link {
	text-decoration: none;
	
}

A:active {
	text-decoration: none;
	
}

A:visited {
	text-decoration: none;
	
}

A:hover {
	text-decoration: underline;
	
}
.loginblock {
	display: block;
	overflow: auto;
}

/*login*/


#loginbox {
	width: 520px;
	margin-left: -250px;
	margin-top: -300px;
	border: solid 1px #c0c0c0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	overflow: auto;
	border-radius: 5px;
}
.loginitemcontainer {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 30px;
	font-size: 12pt;
	font-family: 'Junge', serif;
	font-weight: 300;
}
.loginfieldcontainer {
	display: table-cell;
	vertical-align: middle;
	height: 30px;
}
.loginitemcolumn {
	width: 150px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	overflow: auto;
	text-align: center;
}

.loginfieldcolumn {
	margin-top: 5px;
	margin-right: 5px;
	/*width:280px;*/
	overflow: auto;
	float: left;
}
.loginitemsrow {
	overflow: auto;
	display: block;
}
.loginbuttoncontainer {
	float: right;
	margin-top: 15px;
}
.centeredtext {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.loginpagebutton {
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 16pt;
	font-weight: 400;
	font-family: "MS Sans Serif";
	text-shadow: -1px -1px 0 black;
	text-align: center;
	padding: 5px;
	border: 1px;
	border-style: outset;
	background-color: #4D90FE;
	color: white;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#loginbutton {
	float: right;
	height: 25px;
	width: 130px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#gotoregisterbutton {
	float: right;
	height: 25px;
	width: 150px;
	margin-right: 60px;
	margin-bottom: 5px;
}

#registerbutton {
	float: right;
	height: 25px;
	width: 130px;
	margin-right: 60px;
}

#loginmessage {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	font-weight: bold;
	color: red;
}

.errormessage {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	font-weight: bold;
	color: red;
}



