| 1 |
/********************************** |
| 2 |
|
| 3 |
Name: cmxform Styles |
| 4 |
|
| 5 |
***********************************/ |
| 6 |
form.cmxform { |
| 7 |
width: 370px; |
| 8 |
font-size: 1.0em; |
| 9 |
color: #333; |
| 10 |
} |
| 11 |
|
| 12 |
form.cmxform legend { |
| 13 |
padding-left: 0; |
| 14 |
} |
| 15 |
|
| 16 |
form.cmxform legend, form.cmxform label { |
| 17 |
color: #333; |
| 18 |
} |
| 19 |
|
| 20 |
form.cmxform fieldset { |
| 21 |
border: none; |
| 22 |
border-top: 1px solid #C9DCA6; |
| 23 |
background: url(../images/cmxform-fieldset.gif) left bottom repeat-x; |
| 24 |
background-color: #F8FDEF; |
| 25 |
} |
| 26 |
|
| 27 |
form.cmxform fieldset fieldset { |
| 28 |
background: none; |
| 29 |
} |
| 30 |
|
| 31 |
form.cmxform fieldset p, form.cmxform fieldset fieldset { |
| 32 |
padding: 5px 10px 7px; |
| 33 |
background: url(../images/cmxform-divider.gif) left bottom repeat-x; |
| 34 |
} |
| 35 |
|
| 36 |
form.cmxform label.error, label.error { |
| 37 |
/* remove the next line when you have trouble in IE6 with labels in list */ |
| 38 |
color: red; |
| 39 |
font-style: italic |
| 40 |
} |
| 41 |
div.error { display: none; } |
| 42 |
input { border: 1px solid black; } |
| 43 |
input.checkbox { border: none } |
| 44 |
input:focus { border: 1px dotted black; } |
| 45 |
input.error { border: 1px dotted red; } |
| 46 |
form.cmxform .gray * { color: gray; } |