input.submit, input.submit:focus {
	color: #000000;
	background: #ffffff;
	border: 1px solid;
	border-color: #000000;
}

input.submit:hover {
    color: #ffffff;
	background-color: #8ab9ff;
}

input.text {
	color: #000000;
	background: #f0f0ff;
	border: 1px solid;
	border-color: #9db3cc;
}

input.text:hover {
    color: #ffffff;
	background: #9db3cc;
}

input.text:focus {
	color: #000000;
	background: #ffffff;
}

#utilities {
	margin-left: 460px;
	margin-right: 10px;
}

#creditos {
	width:750px;
	margin: 0px auto;
	font-size: 10.5px;
	padding-top: 10px;
	padding-bottom: 20px;
}