@font-face {
    font-family: 'HelveticaNeueLT67MdCnRegular';
    src: url('helvetica_lt_67_medium_condensed-webfont.eot');
    src: url('helvetica_lt_67_medium_condensed-webfont.eot?iefix') format('eot'),
         url('helvetica_lt_67_medium_condensed-webfont.woff') format('woff'),
         url('helvetica_lt_67_medium_condensed-webfont.ttf') format('truetype'),
         url('helvetica_lt_67_medium_condensed-webfont.svg#webfontWmNMotVp') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	background-image: url('../img/login_back.png');
	height: 100%;
	width: 100%;
}

#footer_txt{
	color: #FFF;
	font-family: 'HelveticaNeueLT67MdCnRegular';
	font-size: 12px;
	position: fixed;
	bottom: 10px;
	left: 10px;
}

#login_panel, #login_panel_back{
	position: fixed;
	background-color: transparent;
	border-radius: 5px;
	padding: 10px;
	right: 130px;
	top: 30%;
	height: 250px;
	border: 1px dotted #FFF;
	width: 302px;
}

#login_panel_back{
	background-color: #FFF;
	padding: 6px;
	opacity: .9;
	border: none;
	margin-top: 4px;
	margin-right: 4px;
}

#login_frm input{
	width:280px !important;
	height:25px !important;
	border:1px solid #CCC !important;
	padding: 10px !important;
	margin-bottom: 10px !important;
	text-align:center;
	background:#f3f3f3 !important;
	font-size:16px !important;
	color:#3a3a3a;
	border-radius: 4px;
}

#btnLogin {
	height: 35px !important;
	width:  302px !important;
	font-size:16px ;
	background-color: #2c2c2c;
	color: #FFF;
	border: none;
	border-radius: 4px;
	font-weight: bold;
}

#messages{
	text-align: center;
	color: #bb0b0f;
}

#login_head, #head_txt{
	text-align: center;
	margin: 5px;
	font-size: 20px;
}

#head_txt{
	font-size: 12px;
	color: #666;
}