1 /*##########################################
2 Name: Default styling for Niceforms v.1.0
3 Author: Lucian Slatineanu
4 URL: http://www.badboy.ro/
5 ##########################################*/
7 /*General styles - NOT really related to the forms*/
13 font-family:Arial
, Helvetica
, sans-serif
;
19 #container {padding:20px;}
21 /*Forms defaults - change as needed*/
23 font-family:Arial
, Helvetica
, sans-serif
;
33 label
.chosen
{color:#333;}
42 .radioArea, .radioAreaChecked {
51 .radioArea {background:url
(images/redtheme/radio.gif) no-repeat left top
;}
52 .radioAreaChecked {background:url
(images/redtheme/radio.gif) no-repeat left bottom
;}
55 .checkboxArea, .checkboxAreaChecked {
66 .checkboxArea {background:url
(images/redtheme/checkbox.gif) no-repeat left top
;}
67 .checkboxAreaChecked {background:url
(images/redtheme/checkbox.gif) no-repeat left bottom
;}
68 .focused {border:1px dotted
#ddd;}
71 .textinput, .textinputHovered {
73 background:url
(images/redtheme/input_bg.gif) repeat-x left top
;
76 vertical-align:middle
;
78 .textinputHovered {background-position:left bottom
;}
81 vertical-align:middle
;
85 .txtarea .tr, .txtarea .tr_xon {background:url
(images/redtheme/txtarea_tr.gif) no-repeat top right
;}
86 .txtarea .tr_xon {background:url
(images/redtheme/txtarea_tr_xon.gif) no-repeat top right
;}
87 .txtarea img.txt_corner {
92 .txtarea .br, .txtarea .br_xon {background:url
(images/redtheme/txtarea_br.gif) no-repeat top right
;}
93 .txtarea .br_xon {background:url
(images/redtheme/txtarea_br_xon.gif) no-repeat top right
;}
94 .txtarea .cntr {background:url
(images/redtheme/txtarea_cntr.gif) repeat-y right top
;}
95 .txtarea .cntr_xon {background:url
(images/redtheme/txtarea_cntr_xon.gif) repeat-y right top
;}
96 .txtarea .cntr_l, .txtarea .cntr_l_xon {
98 background:url
(images/redtheme/txtarea_l.gif) repeat-y left top
;
101 .txtarea .cntr_l_xon {background:url
(images/redtheme/txtarea_l_xon.gif) repeat-y left top
;}
114 background:url
(images/redtheme/select_bg.gif) repeat-x left top
;
120 background:url
(images/redtheme/select_left.gif) no-repeat left top
;
126 background:url
(images/redtheme/select_right.gif) no-repeat left top
;
128 .selectArea .right a {
135 .selectArea .right i {display:none
;}
136 .selectArea .center {
144 /*Selects drop-down*/
145 .optionsDivInvisible, .optionsDivVisible {
155 .optionsDivInvisible {display:none
;}
156 .optionsDivVisible {display:block
;}
157 .optionsDivVisible p {
161 .optionsDivVisible a {
163 text-decoration:none
;
166 border:1px solid
#330000;
168 .optionsDivVisible a:hover {
171 border-color:#cfd0d6;
175 .buttonSubmit, .buttonSubmitHovered {
181 background:url
(images/redtheme/button_bg.gif) repeat-x left top
;
185 .buttonSubmitHovered {background-position:left bottom
;}
186 .buttonImg {vertical-align:bottom
;}