
html,body{
    height:100%;
    margin:0;
    padding:0;
}


body.login {
	margin: 0px;
	padding: 0px;
	background:url(images/bg_1.jpg) no-repeat fixed center #000000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	text-align: center;
	color: white;
}

table, tr, td {
	font-family: inherit;
	font-size: inherit;
}

#login_table {
	position:absolute;
	top:50%;
	bottom:50%;
	left:50%;
	right:50%;
	margin-left: -271px;
	margin-top: -160px;
}

#login_form_table {	
	background:url(images/bg_login_form.png) repeat-x #000000;
}

.enter_button {
	background: url(images/btn_enter.png) no-repeat;
	width: 61px;
	height: 23px;
	border: none;
	background-position: center;
}

.input {
	width: 120px;
	height: 23px;
	border: none;
	font-family: inherit;
	font-size: inherit;
}
a {
	color: #009ECE;
	text-decoration: none;
}
a:hover {
	color: #009ECE;
	text-decoration: underline;
}
