/* CSS Document */

legend {
	font-size: 12pt;
	color: black;
	padding: 0px 4px 0px 4px;
}

fieldset input {
	float: left;
	margin-left: 30px;
	vertical-align: middle;
}

#key {
	width: 280px;
	text-align: center;
}

#txt {
	float: left;
	width: 100%;
	margin: auto;
	border: none;
}

#MensajeOk {
	float: none;
	text-align: center;
	width: 100%;
	font-size: 12pt;
	color: white;
	font-weight: bold;
	padding: 6px;
	background-color: #FF8000;
}

fieldset .Error {
	color: red;
}
