@CHARSET "ISO-8859-1";
/* ================================================================================================================= */
/* Main Styles																										 */
/* ================================================================================================================= */
html {
	height: 100%;
	display: table;
	width: 100%;
}

body {
	background: url("../images/loginPageBack.png") left top repeat;
	display: table-cell;
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
	width: 100%;
}

/* ================================================================================================================= */
/* Login (PopUp) Styles																								 */
/* ================================================================================================================= */
div#loginContainer {
	background: url("../images/loginPopBack.png") left bottom repeat-x;
	height: 210px;
	margin: 0px auto;
	position: relative;
	width: 462px;
}
	img#loginLeft {
		bottom: auto;
		left: -1px;
		position: absolute;
		right: auto;
		top: -90px;
	}
	
	img#loginRight {
		bottom: 0px;
		left: auto;
		position: absolute;
		right: -1px;
		top: 0px;
	}
	
/* ================================================================================================================= */
/* Login (Form) Styles																								 */
/* ================================================================================================================= */
div#loginForm {
	color: #333333;
	left: 140px;
	position: absolute;
	top: 25px;
}
	div#loginForm h1 {
		color: #333333;
		margin: 15px 0px 5px 0px;
	}
	
	div#loginForm input {
		width: 100%;
	}

