﻿/** QRS_Login **/

	html
	{
		font-size: 1em;
	}

	body
	{
			margin: 0;
			padding: 0;
			color: #233a80;
			font-family: 'Arial', 'Segoe UI', 'Lucida Grande', 'Geneva', 'Helvetica', 'Tahoma', 'Verdana', sans-serif; 
			font-size: 76%;
			width: 100%;
			background: #163a5c;
			behavior: url("csshover3.htc");
	}
	
	/*
	#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 900px; 
	}


	#wrapper {
		background-color: #fff;
		position: relative;
		text-align: left;
		width: 900px;
		height: 380px;
		margin: 0px auto;
	}
	*/
	
	/* styles for IE 5 Mac */
	 #horizon {
		background-color: transparent;
		position: absolute;
		top: 20px;
		left: 20px;
	 }

	/* following rules are invisible to IE 5 \*/
	#horizon {
		top: 38%;
		left: 0px;
		width: 100%;
		margin-top: -200px;
		text-align: center;
		min-width: 770px; 
	}

	#loginWrapper
	{
		background: url('../../images/login/login-bg.gif') repeat-x left top;
		position: relative;
		text-align: left;
		width: 768px;
		height: 578px;
		border: solid 1px #000;
		margin: 0px auto;
	}
	
	#logo
	{
		float: left;
		position: absolute;
		top: 250px;
		left: 70px;
	}

	#login
	{
		float: left;
		position: absolute;
		top: 208px;
		left: 283px;
		width: 420px;
		height: 200px;
	}
	
	#pageTitle
	{
		float: left;
	}
	
	#controls
	{
		clear: left;
		float: left;
		margin-top: 20px;
		width: 100%;
	}
	
	/*form input[type=text],
	form input[type=password],*/
	.textBox  
	{
		float: left;
		display: block;
		margin-top: 3px;
		margin-right: 2px;
		width: 180px;
	}
	
	.error
	{
		clear: left;
		float: left;
		display: block;
		font: normal 11px/15px 'Verdana', 'Lucida Grande', 'Geneva', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
		color: #CC6600;
	}
	
	.RequiredFieldValidator
	{
		float: left;
		display: block;
		margin-top: 3px;
		margin-right: 15px;
	}
	
	.controlImage
	{
		float: left;
		display: block;
		margin-top: 7px;
		margin-right: 20px;
		width: 185px;
	}

	.loginButton
	{
		float: left;
		display: block;
		margin-top: 30px;
		margin-right: 22px;
		width: 56px;
		height: 23px;
		behavior: url(iepngfix.htc);
	}
	
	.rememberMe
	{
		float: left;
		display: block;
		margin-top: 30px;
		/*width: 200px;*/
	}
	
	.rememberMeText
	{
		float: left;
		display: block;
		margin-top: 33px;
		margin-left: 5px;
		/*width: 200px;*/
		font: normal 11px/15px 'Verdana', 'Lucida Grande', 'Geneva', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
		color: #8eaebc;
	}
	
	.PNG
	{
		behavior: url(iepngfix.htc);
	}