body {
	background-color: white;
	color: #606162;
}

#form {
	width: 414px;
	margin-left: auto;
	margin-right: auto;
}

#wrongpassword {
	margin-top: 6px;

	font-size: 14pt;
	text-align: center;
}

#table {
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
}

#table_logintext {
	font-size: 10pt;
	font-weight: bold;
}

input[type="text"], input[type="password"] {
	width: 125px;
	height: 12px;
	color: #606162;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	padding: 2px 14px 2px;
	color: #606162;
}

#table_forgotyourpassword {
	padding-left: 5px; /*Scoots the "Forgot your password?" text to the right a little*/

	font-size: 7.5pt;
	color: #929393; /*The same color as "creator" in the Rundown Creator logo*/
}