@charset "utf-8";
/* CSS Document */

body {
	width:100%; height:100%;
	font:18px/22px Arial, Helvetica, sans-serif;
	color:#666;
}

a,a:visited {
	color:#0071bc;
	text-decoration:none;
	border-bottom:1px dotted #0071bc;
}

#form-signin {
	width:100%; height:100%;
	margin-top:20px;
}
	#form-signin input[type='text'],
	#form-signin input[type='password'] {
		width:95%;
		margin-bottom:10px;
	}
	#form-signin input[type='submit'] {
		width:50%; height:24px; line-height:24px;	
	}

#landing {
	width:100%; height:100%;
}

#content {
	width:600px; height:100%;
	margin:auto; padding:0;
}
	#logo {
		display:block; margin:60px auto;
	}
	#content p {
		margin-bottom:30px;
	}
	#content h1 {
		width:100%;
		margin-bottom:30px;
		text-align:center;
		font:24px/24px Georgia, "Times New Roman", Times, serif;
		letter-spacing:-1px;
		font-weight:bold;
		
	}
	#content form {
		width:100%; display:none; clear:both;
		margin:0 auto;
	}
		#content tr {
			
		}
		#content th,
		#content td {
			height:24px; line-height:24px;
			padding-bottom:6px;
			text-align:left;
		}
		#content th {
			width:200px;
		}
		#content td {
			width:400px;
		}
		input {
			width:100%; height:24px;
			font:18px/24px Arial, Helvetica, sans-serif;
			color:#333;
			background-color:#FFF;
			border:1px solid #CCC;
		}
		input[type='submit'] {
			width:25%; height:30px; 
			display:block;
			margin:15px auto;
			background-color:#0071bc;
			border:0;
			color:#FFF;
			cursor:pointer;
		}
		
		label.error {
			font-size:12px; color:#F00;
		}

#processer {
	/*display:none;*/
	text-align:center;
	color:#333;
}

#footer-links {
	text-align:center;
	font-size:10px; line-height:12px; color:#A4A4A4;
}
