pub const CSS_CLASS_LABEL: &'static str = "form_label";
pub const CSS_CLASS_SMALL_INPUT: &'static str = "form_input_small";
pub const CSS_CLASS_BIG_INPUT: &'static str = "form_input_big";
pub const CSS_CLASS_OPTION_ENABLE: &'static str = "form_input_option";
pub const CSS_CLASS_ERROR: &'static str = "form_error";
pub const CSS_CLASS_SUBFORM: &'static str = "subform";
pub const CSS_CLASS_HIDDEN: &'static str = "disable_hide";
pub const CSS_CLASS_VEC: &'static str = "form_vec";
pub const CSS_CLASS_VEC_ITEM: &'static str = "form_vec_item";
pub const CSS_CLASS_VEC_ITEM_HEADER: &'static str = "form_vec_item_header";
pub const CSS_CLASS_VEC_DELETE: &'static str = "form_vec_item_delete";
pub const CSS_CLASS_VEC_ADD: &'static str = "form_vec_item_add";
pub const CSS_CLASS_VEC_MOVE_DOWN: &'static str = "form_vec_move_up";
pub const CSS_CLASS_VEC_MOVE_UP: &'static str = "form_vec_move_down";
pub const ATTR_LABEL: &'static str = "aria-label";