form label {
	padding-right: 10px;
	display: block;
	padding-left: 0px;
	font-weight: bold;
	float: left;
	padding-bottom: 0px;
	margin: 5px 0px 0px;
	width: 30%;
	color: #002843;
	padding-top: 0px;
	text-align: right
}
fieldset {font-weight:bold;border:1px inset #002843;}
form input.inputtext {	margin: 5px 0px 0px 10px;	font: 8pt verdana, arial, 'times new roman', times, serif} 
form textarea {	margin: 5px 0px 0px ;	font: 8pt verdana, arial, 'times new roman', times, serif} 

textarea {	overflow: auto}
form br {	clear: left}
form {margin:auto;}

table.tarifa {
	text-align: center;
	width:300px;
	border-bottom:1px solid black;
	border-right:1px solid black;
	margin:auto;
	margin-top:20px;
}
.tarifa td {
	text-align:center;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.tarifa th {
	background-color:#FFCC33;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}