TH {
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
}

INPUT, TEXTAREA {
	background: #E5EFD1;
	border: 1px solid #C0CF9B;
	border-top: 0px;
	border-left: 0px;
	padding: 3px 5px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	width:120px;
}

INPUT:hover, INPUT:focus, TEXTAREA:hover, TEXTAREA:focus {
	background: #F2F6E9;
	border: 1px solid #C0CF9B;
	border-bottom: 0px;
	border-right: 0px;
}

INPUT.boton {
	border: 1px solid #97BF0B;
	border-top: 0px;
	border-left: 0px;
	width: 60px;
	background: #6E9405;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}

INPUT.boton:hover {
	background: #97BF0B;
	border: 1px solid #6E9405;
	border-bottom: 0px;
	border-right: 0px;
}

.infoExtra {
	font-weight: bold;
}