		html, body {
			height: 99%;
			font-family: Arial, Verdana;
			font-size: 12px;
		}
		#titlebar {
			position: relative;
			height: 20px;
			width: 260px;
			border-top: 1px solid #000000;
			border-left: 1px solid #000000;
			border-right: 1px solid #000000;
			background-color: #ffb71b;
			color: #000000;
			text-align: center;
			font-size: 16px;
		}
		#foot {
			position: relative;
			height: 20px;
			width: 260px;
			color: #000000;
			text-align: center;
			font-size: 10px;
		}
		input.text {
			width: 220px;
			height: 20px;
			border: 1px solid #000000;
			background-color: #ffeecb;
		}
		input.btn {
			width: 60px;
			height: 20px;
			border: 1px solid #000000;
			background-color: #ffb71b;
			color: #000000;
		}
		input.btn:hover {
			cursor: pointer;
		}
		a {
			color: #ffb71b;
			text-decoration: none;
		}
		a:hover {
			text-decoration: underline;
		}
		
		#wrapper {
			position: absolute;
			height: 260px;
			width: 260px;
			text-align: center;
			color: #000000;
			left: 50%;
			top: 50%;
			margin-left: -130px; 
			margin-top: -85px; 
		}
		#form {
			position: relative;
			height: 260px;
			width: 260px;
			border: 1px solid #000000;
			background-color: #fff9eb;
			color: #000000;
			text-align: left;
		}