Initial import for public release...
[archweb_dev-nj.git] / media / forms / cmxform.css
blobf713714f7c035a29ead3b6843d0b247f43e33cfc
1 /**********************************
3 Name: cmxform Styles
4 Author: Nick Rigby
6 ***********************************/
8 form.cmxform {
9 width: 370px;
10 font-size: 1.1em;
11 color: #333;
14 form.cmxform legend { padding-left: 0; }
16 form.cmxform legend,
17 form.cmxform label { color: #333; }
19 form.cmxform fieldset {
20 border: none;
21 border-top: 1px solid #C9DCA6;
22 background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
25 form.cmxform fieldset fieldset { background: none; }
27 form.cmxform fieldset li {
28 padding: 5px 10px 7px;
29 background: url(../images/cmxform-divider.gif) left bottom repeat-x;