*::-moz-selection {
	background: none repeat scroll 0 0 #440E0E;
    
}

*::-moz-selection {
	color: #FFFFFF;
}

body {
	padding: 0;
	margin: 0;
	position: relative;
	font-family: 'segoe ui', Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	color: #1D3164;
	line-height: 22px;
}

#page-bg>div {
	background: url("./pics/background.jpg") no-repeat fixed 50% 0/100%
		100% rgba(0, 0, 0, 0);
}

#logo {
	background: url("./pics/logo.png") no-repeat;
	background-size: contain;
	position: relative;
	margin: 0 auto;
	top: 200px;
	right: -250px;
	width: 200px;
	height: 27px;
	cursor: pointer;
}

#header {
	position: relative;
	margin: 0 auto;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	width: 410px;
	top: 30%;
	text-align: center;
}

#loginform {
	margin: 0 auto;
	position: relative;
	top: 20%;
}

#frame {
	position: relative;
	margin: 0 auto;
	height : 210px;
	width: 410px;
	background: url("./pics/frame.png") no-repeat;
}

.form-table {
	position: relative;
	margin: 0 auto;
	top: 45px;
	left: 25px;
	display: table;
	height : 130px;
	width: 350px;
}

.form-table-row {
	display: table-row;
	width: 340px;
	heigth: 30px;
}

.form-table-cell {
	display: table-cell;
}

#error_msg {
	position: relative;
	margin: 0 auto;
	top: 50px;
	right: -250px;
	font-family: 'segoe ui', Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #1D3164;
}

#poweredby {
	display: none;
}