/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f9f9f9;
	background-image: url(/images/newlogin/backgroundTile.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align: center;
	margin: 0px;
}

	#wrapper{
		width:100%;
		height:100%;
		margin: 0 auto;
	}
		#Fixwrapper{
			width: 100%;
			background-image: url(/images/newlogin/background.jpg);
			background-repeat: no-repeat;
			background-position:top center;
			margin: 0 auto;
			
			height:100%;
			min-height:100%;
		}
	#content{
		color:#636363;
		margin:0 auto;
		width:432px;	
		padding:315px 18px 0 18px;
		text-align:left;
	}
		#loginForm{
			width:415px;
			margin-left:10px;
		}
			.input{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				color: #636363;
				border: 2px solid #e0e0e0;
				height: 26px;
				padding: 3px;
			}
			label.checkbox_checked {
				background: url(/images/newlogin/checked.gif) no-repeat;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #636363;	
				font-weight: bold;
				display: block;
				height: 25px;
				margin: 0;
				padding-left: 20px;
			}
			label.checkbox_unchecked  {
				background: url(/images/newlogin/unchecked.gif) no-repeat;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #636363;	
				font-weight: bold;	
				display: block;
				height: 25px;
				margin: 0;
				padding-left: 20px;
			}
			
			.crirHidden {
				position: absolute;
				left: -1000px;
			}
			
			#LoginButton{
				width: 47px;
				height: 26px;
			}
			
	#footer{
		width:432px;
		height:15px;
		text-align:center;
		color: #c2c2c2;	
		font-size: 11px;
		margin: -50px auto 0 auto;
	}
		#footer a{
			color: #c2c2c2;	
			font-size: 11px;
			text-decoration: underline;
		}
		#footer a:hover{
			text-decoration: none;
		}
		
	#errmessage{
			width:378px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #636363;
			padding: 13px 25px 7px 25px;
			text-align: left;
			
			background-color:#fff;
			border:1px solid #e0e0e0;
	}
		#errmessage a{
			color: #f26a1f;
			text-decoration:underline;
		}
			#errmessage a:hover{
				text-decoration:none;
			}
		
		#errmessage p {
			padding: 0;
			width:373px;
			margin: 0 0 10px 0 ;
		}
		
	.ImageAlignMiddle{
		vertical-align: middle;
	}
