html, body {
	height: 100%;
}

fieldset {
	overflow: hidden;
	width: 230px;
	margin: 0 auto;
}

legend {
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	z-index: -1;
	display: none;
}

fieldset ul {
	width: 222px;
	height: 91px;
	background: url(../img/login_box.gif) no-repeat 0 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0 px;
	margin-bottom: 20 px;
}

fieldset ul li {
	padding: 8px 13px;
	margin: 0;
	border: 0px;
	list-style: none;
}

input[type='text'], input[type='password'] {
	width: 180px;
	border: none;
	font-weight: bold;
	font-size: 20px;
	color: #d0d9e1;
	line-height: 24px;
	height: 26px;
	padding: 0 0 0 10px;
	vertical-align: middle;
}