/* CSS Document */

/* USAGE: If some forms on the site require a different layout 
 *        to this then do a save as of this file to create a
 *		  new profile for the form to use.
 */		  

@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"; */