@charset "utf-8";
/* CSS Document */

html {
	width:100%;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	font-family: Verdana;
	background-color: #e9e9e8;
}

td {
	color: gray;
}

h1 {
	color: gray;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
}

label {
	color: gray;
}

input[type="text"] {
	color: #444;
	font-family: Verdana;
}

input[type="password"] {
	color: #444;
	font-family: Verdana;
}

input[type="button"] {
	color: #333;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

input[type="submit"] {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana;
}

input[type="reset"] {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana;
}
