/*
Cascading Style Sheet for Lab Website: styles/base_contact.css.

Edit this CSS file to change the layout, colors, fonts, etc. of the
website. All ids and classes are displayed below, including those
without explicit style (see UNUSED). To simplify adding or changing
styles, selectors are segregated into LAYOUT, COLOR, and TYPESET.
To view the HTML structure (to know what elements may be styled),
open the page of interest in a browser and view the source.
*/

/****************************** UNUSED ******************************/

/*elements*/
p.errors {}
#title {}

/****************************** LAYOUT ******************************/

/*elements*/
div.fieldwrapper {clear: both;}
p.field {float: left;}
ul.errorlist {position: relative; top: 15px; left: 5px;}

/****************************** COLOR ******************************/

/*elements*/
ul.errorlist {color: #CC0000;}

/****************************** TYPESET ******************************/

/*elements*/
ul.errorlist {list-style: none;}

