th {
	text-align: left;
}

input[type=text], input[type=password] {
	width: 200px;
	border: 1px solid #4F4A4A;
} input[type=text]:hover, input[type=text]:focus, input[type=password]:hover, input[type=password]:focus {
	border: 1px solid #8FA3FF;
}

