/* CSS Document */ .form_cotizacion{ margin:0px; border:none; float:left; } .form_cotizacion label{ font-size:11px; font-weight:bold; } .form_cotizacion input, .form_cotizacion textarea{ font-size:12px; font-weight:normal; border:1px solid #ccc; } .btn_form_cotizacion_submit{ background: url(../imagenes/btn-enviar-cotizacion.jpg) no-repeat; width: 90px; height: 19px !important; height: 19px; border: none; cursor: pointer; padding:2px; float:left; } .btn_form_cotizacion_cancel{ background: url(../imagenes/btn-cerrar-cotizacion.jpg) no-repeat; width: 40px; height: 19px !important; height: 19px; border: none; cursor: pointer; float:left; }
