/* CSS Document */

@import "formsbase.css";

/* NAME: Left align labels */
/* DESC: Labels are down the left hand side */
@import "left-align-labels.css";

/* NAME: Right align labels */
/* DESC: Labels are down the left hand side with the text aligned to the right hand side of the labels */
/* NOTE: When using right-align-labels.css you must include left-align-labels.css before it */
/* @import "left-align-labels.css"; */
/* @import "right-align-labels.css"; */

/* NAME: Top positioned labels */
/* DESC: Labels are above the controls */
/* @import "top-positioned-labels.css"; */