summaryrefslogtreecommitdiffstats
path: root/media/forms/cmxform.css
diff options
context:
space:
mode:
Diffstat (limited to 'media/forms/cmxform.css')
-rw-r--r--media/forms/cmxform.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/media/forms/cmxform.css b/media/forms/cmxform.css
new file mode 100644
index 0000000..f713714
--- /dev/null
+++ b/media/forms/cmxform.css
@@ -0,0 +1,30 @@
+/**********************************
+
+Name: cmxform Styles
+Author: Nick Rigby
+
+***********************************/
+
+form.cmxform {
+ width: 370px;
+ font-size: 1.1em;
+ color: #333;
+ }
+
+form.cmxform legend { padding-left: 0; }
+
+form.cmxform legend,
+form.cmxform label { color: #333; }
+
+form.cmxform fieldset {
+ border: none;
+ border-top: 1px solid #C9DCA6;
+ background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
+ }
+
+form.cmxform fieldset fieldset { background: none; }
+
+form.cmxform fieldset li {
+ padding: 5px 10px 7px;
+ background: url(../images/cmxform-divider.gif) left bottom repeat-x;
+ } \ No newline at end of file