form {
	padding: 0 0 0 30px;
	margin: 0px;
}
label, input, select, textarea {
	float: left;
	font-size: 11px;
	color: #000066;
	margin-bottom: 3px;
}
input, select, textarea{
	background-color:#e4edef;
	border:1px solid #969696;
	width: 180px;
	height: 15px;
}
form br {
	clear: left;
}
select {
	width: auto;
}
textarea {
	width: 180px;
	height:60px;
}
label {
	text-align: left;
	width: 200px;
}
.boton {
	color: #FFFFFF;
	cursor: pointer;
	background-color: #006699;
	border: 1px solid #000066;
	width: auto;
	height: auto;
	font-weight: bold;
}
#ancho, #alto, #largo, #piezas, #dd, #MM, #YYYY, #peso {
	width: 50px;
	margin: 0 5px 3px 0;
}
.row {
	clear: both;
}
.inline {
	float: left;
	width: auto;
	margin: 0 5px 0 0;
}
 h6 {
 	float: left;
	font: bold 12px Arial, Helvetica, sans-serif;
 	background-color: #cdcdcd;
	line-height: 18px;
	color: #993300;
	text-indent: 10px;
	width: 170px;
	text-align: left;
	margin: 10px 0 5px 0;
 }