Project

General

Profile

1
.frm-field_table { width :100%; vertical-align :middle; table-layout :auto; border-collapse :separate; border :none; }
2
.frm-field_table tbody { font-size : 100%; padding :0.4em 0.2em; }
3
.frm-field_table tbody td { border :none; }
4
.frm-field_table tbody td.field_heading,
5
.frm-field_table tbody td.frm-field_heading { border-bottom :2px solid #666666; color :#666666; font-weight :bold; padding-top :0.5em; }
6
.frm-required { color :#ff0000; }
7
.frm-field_title { width :25%; vertical-align :top; white-space :nowrap; text-align :right; }
8
.frm-textfield { width :90%; }
9
.frm-textarea { width :100%; height :100px; }
10
.frm-select { width :50%; }
11
.frm-select option { width :95%; }
12
.frm-field_checkbox { cursor :pointer; width :2em; vertical-align :middle; }
13
.frm-checkbox_label { cursor :pointer; vertical-align :middle; }
14
.frm-radio_label { cursor :pointer; }
15
.frm-email { width : 90%; }
16
/*** Don't remove the class nixhier, this is required for ASP ***/
17
.nixhier,
18
.frm-nixhier { display :none; }
19
.frm-submission { margin :0 auto; position :relative; width :auto; }
20
.print-email { font-size :0.8em; color :#000; margin :10px auto; }	
21
.frm-warning { background :#ffeeee; border :0.2em #884444 solid; color :#e10000; margin-bottom :1em; padding :0.8em; font-size :1.2em; font-weight :bold; }
22
.frm-note { background :#eeffee; border :0.2em #448844 solid; color :#004400; margin-bottom :1em; padding :0.8em; font-size :1.2em; font-weight :bold; }
23
.previewPrintTop { text-align :right; }
24
.previewPrintTop img { padding-left :1em; }
25
.frm-thankyou {  }
26
.frm-tbody {  }		
(9-9/25)