 /* #fml --> middleColumn */
 
html, body, table {
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	font-family: Arial;
	font-size: 12px;
	color: #333;
}
label {
	font-weight: bold;
	display: inline-block;
}
form table {
	height: auto;
}
.column {
	display: inline;
	min-height: 100px;
	margin: 0;
	padding: 0;
	margin-top: 30px; 
	float: left;
}
#left-column {
	text-transform: uppercase;
	font-size: 15px;
	width: 160px;
	margin-top: 25px;
}
#fml {
	width: 450px;
	margin-top: 15px;
}
#fml input, #fml label {
	margin: 2px 0 10px 0;
	padding: 0;
}
#fml input[type="text"], #fml input[type="password"] {			
	padding: 3px 4px 3px 4px;
	width: 230px;
}
#right-column {
	width: 95px;
}

.cover {
	 width: 637px;
	 margin: 0 auto;
}

.align_left{
	text-align: left !important;
}
.align_right{
	text-align: right !important;
}
.field_help {
	color: #999999;
	font-size: 8pt;
	padding: 8px 5px;
	vertical-align: top;
}
.lnkLbl a:link, .lnkLbl a:visited, .lnkLbl a:active {
	color: #3399CC;
	font: bold 11px Arial,Helvetica,sans-serif;
	text-decoration: none;
}	
.lnkLbl a:hover{
	text-decoration: underline;
}
.errors
{
	color: red;
}
.topcontainer{
	background: url(../images/login/sim-header.png) no-repeat center top;
	height: 137px;
}
.cover{
	border: 1px solid #4d4a4b;
	border-width: 0 1px; 
	min-height: 158px;
	border-bottom: 1px solid #4d4a4b;
	float: left;
	border-radius: 10px;
 }
.bottomcontainer{
	background: url('../images/login/footer.png') no-repeat center top;
	height: 28px;
}
.copy-rights{
	color: #969695;
    margin-top: 15px;
	margin-bottom: 16px;
}
.security-logo{
	margin: auto; 
	max-width: 300px;
}
.login-button{
	font-family: Tahoma, Arial;
	font-weight: bold;
	font-size: 11px;
	padding: 6px 12px;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	border: 1px solid white;
	border-radius: 2px;
	background: repeat-x;
	text-decoration: none;
	display:inline-block;
	white-space: nowrap;
	height: 27px;
	box-sizing: border-box;
	line-height: 1em;
	position: relative;
}

.login-button {
	background-color: #004d84;
	background-image: url(../images/login/blue.png);
	border-color: #00345b;
}

.login-button:hover {
	background-color: #004d84;
	background-image: url(../images/login/blue_hvr.png);
	background-position:0px 3px;
	border-color: #00345b;
	color: #fff;
}

