@charset "UTF-8";
/* CSS Document */
#LogincontainerFrame {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	margin-left: 0px;
	margin-bottom: 0px;
	z-index: 10990;
	background-attachment: fixed;
	background-image: url(/images/back_white80.png);
	background-repeat: repeat;
	background-position: center bottom;
	text-align: left;
}
.Logincontainer {
	width: 300px;
	position: fixed;
	top: 0;
	left: 50%;
	margin-top: 0px;
	margin-left: -160px;
	z-index: 10998;
	text-align: left;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.51);
	box-shadow: 5px 5px 15px rgba(0,0,0,0.51);
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 2px solid #000000;
	overflow-x: hidden;
	overflow-y: hidden;
}