#formulario_pedido {
}
#formulario_pedido .cabecera       {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background-color: #FF9900;
	padding-right: 10px;
	height: 20px;
	padding-top: 5px;
}
#formulario_pedido label {
	display: block;
	width: 200px;
	float: left;
	text-align: right;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

#formulario_pedido .campo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	line-height: 12px;
}

#formulario_pedido .enviar{
	background-image: url(../imagenes/enviar_pedido.png);
	height: 39px;
	width: 164px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#formulario_pedido .agregar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#formulario_pedido .editar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#formulario_pedido .borrar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

