@charset "utf-8";
/* CSS Document */


		
		html {
			overflow-y: scroll;
		}
		
		body {
			height: 800px;
		}
	
		table#forLoginForm {
			width: 400px;
			margin-right: auto;
			margin-left: auto;
			margin-top: 60px;
			background-color: #ffd99a;
			border: 1px solid black;
			font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
		}
	
		#mainHeaderRow {
			text-align: center;
			margin-bottom: 30px;
		}
		
		label {
			display: block;
			margin: 0 20px 20px 0;
			text-align: right;
			font-size: 16px;
		}
		
		input[type="text"], input[type="password"] {
			height: 30px;
			padding-left: 8px;
			font-size: 20px;
		}
		
		#theUserName {
			width: 150px;
			margin-bottom: 20px;
		}
		
		.lblForPasswords {
			margin-bottom: 0;
		}
	
		.lblForShowHideCheck {
			text-align: left;
			margin-bottom: 20px;
		}
	
		#theLoginPassword {
			width: 150px;
		}
		
		.cell {
			width: 100%;
			text-align: center;
			margin-bottom: 30px;
		}
	
		input[type="button"] {
			font-size: 18px;
			padding: 4px;
			width: 80px;
		}
		
		input[type="reset"] {
			margin-left: 20px;
			font-size: 18px;
			padding: 4px;
			width: 80px;
		}


