﻿html, body { overflow: hidden; }
body
{
	background: #fff url(../../Images/Portal/bg-body-login.jpg) no-repeat;
}
/* LogIn */
#main-inner2{
	width:100%;
	overflow:hidden;
	min-height:350px;
	position:relative;
}
* html #main-inner2{ height:777px;}
#main-inner2 .logo {
	background: url(../../Images/Portal/logo-inner.gif) no-repeat;
	height:62px;
	width:288px;
	position:absolute;
	top:63px;
	left:61px;
	margin:0;
}
#main-inner2 .logo a{
	text-indent:-9999px;
	height:62px;
	width:288px;
	display:block;
	overflow:hidden;
}
.box-login{
	width:100%;
	background:#c9d9eb url(../../Images/Portal/bg-box-login.gif) repeat-x;
	position:absolute;
	top:217px;
	left:209px;
	border:solid #8ba6c4;
	border-width:0 0 1px 1px;
	padding:17px 0 22px 30px;
} 
.box-login h2{
	font:bold 2.7em Tahoma, Arial, Helvetica, sans-serif;
	color:#084f71;
	margin:0 0 3px 0;
	text-transform:uppercase;
}
.box-login div{
	width:157px;
	float:left;
	margin-right:12px;
	display:inline;
}
.box-login div input{
	border:1px solid #8ba6c4;
	background:#fff;
	padding:4px 5px 4px;
	width:145px;
	margin:0!important;
	font-size:1.1em;
	float:left;
}
.box-login label{
	font-size:1.3em;
	color:#000;
}
.link-login{
	margin:16px 0 0 -10px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	width:64px;
	height:24px;
	background:url(../../Images/Buttons/btn-login.gif) no-repeat left top;
}
.link-login:hover{ background-position: left bottom; }