/*#loginForm {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}*/
#loginForm_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -165px;
	margin-left: -235px;
	width: 470px;
	min-height: 330px;
	display:table;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 41px 0px rgba(102,102,102,0.5);
	-moz-box-shadow: 0px 0px 41px 0px rgba(102,102,102,0.5);
	box-shadow: 0px 0px 41px 0px rgba(102,102,102,0.5);
	background: url(/javax.faces.resource/images/login-bg.jpg.xhtml) left bottom no-repeat;
		
}
#loginForm, #loginForm_powered {display:table-row;}
#indexLinkDiv {
	position: absolute;
	bottom: 0;
	left: 0;
}

#title {
	font-size: 24pt !important;
	font-family: "Arial", "Serif", "Monospace" !important;
	font-weight: bold;
	/*color: #A52A2A;*/
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

#title_bar {
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

#loginForm_header {
	width: 100%; 
	height: 86px;
	background: #fff;	
}
#loginForm_header .login_company_name {
	display: inline-block;
    vertical-align: middle;    
}
#loginForm_header img {
	vertical-align: middle;
	max-height: 86px;
	max-width: 468px;
	display: inline-block;
}
#loginForm_header span {display: inline-block; height: 100%;vertical-align: middle;}

#loginForm_title {
	width: 100%; 
	height: 34px;
	background: rgb(238, 238, 238);
	background: rgba(238, 238, 238, 0.7);
	color: #333;
	text-align: center;
}
#loginForm_title span {
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
	line-height: 34px;
	font-weight: bold; 
}

#loginForm_messages {margin-top: 4px;}
#loginForm_messages div {display: block !important;}

#loginForm_main {padding-bottom: 10px;}
#loginForm_main table {margin-top: 18px; width: 100%}
#loginForm_main table td {padding: 5px 10px; text-align: right;}
#loginForm_main table input {width: 220px; height: 1.6em;}
.login-col-label {width: 200px;}
.login-col-label label {font-size: 1.1em; font-weight: bold; color:black;}
#loginForm_main table td.login-col-input, #loginForm_main table tfoot td {padding-right: 35px}

#loginForm_main table td.login-link-forgetpassword{
	text-align: left;
	font-size: 0.8em;
	padding-top: 0px;
}
#loginForm_main table tfoot td {padding-top: 15px;}
#loginForm_main table tfoot td button {
	background: #999; 
	color: #fff; 
	box-shadow: 0px 1px 0px #999 inset;
	padding: 2px 4px;
	font-size: 1.2em;
	font-weight: normal;
	border-radius: 5px;
}
#loginForm_main table tfoot td button.ui-state-hover {box-shadow: 0px 0px 8px #85b2cb;}
#loginForm_powered {
	width: 100%; 
	height:34px;
	line-height: 34px;
	background: rgb(238, 238, 238);
	background: rgba(238, 238, 238, 0.7);
	color: #333;
	text-align: right;	
	vertical-align: bottom;	
}
#loginForm_powered span {margin-right: 15px;}
