html, body, form {
	height: 100%;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	background-color: #2191fd;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 13px;
}
.fullpage {
	height: 100%;
	width: 100%;
	margin: 0; 
	padding: 0;
	border: 0;
	border-collapse: collapse; 
}
.fieldset {
	margin: 0; 
	border-collapse: collapse; 
	padding: 0;
	border: 0;
	width: 300px;
	height: 200px;
	background-image: url(panel.png);
}
.title {
	height: 75px;
	font-size: 20px;
	color: white;
	text-align: center;
	padding-left :21px;
}
.label {
	text-align: right;
	height: 30px;
	padding-right: 5px;
}
.field {
	text-align: right;
	width: 140px;
	height: 30px;
}
.icon {
	padding-left: 20px;
	text-align: left;
}
.spacer {
	width: 20px;	
}
.input_text, .input_password {
	font-family: "Lucida Grande", Tahoma, sans-serif;
	width: 140px;
	font-size: 13px;
}
.input_submit, .input_button {
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 13px;
}


