home *** CD-ROM | disk | FTP | other *** search
- /* 12-10-03 Added for forms */
- /* ---------------------------------------------- */
-
- #forms h2 {
- margin: 0;
- margin-bottom: 15px;
- padding: 0px;
- font: bold 16px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
- color: #000;
- }
-
- #forms h4 {
- margin: 0px;
- padding: 0px;
- font: bold 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
- color: #000;
- }
-
- #forms p {
- margin-top: 0;
- margin-bottom: 10px;
- padding: 0;
- font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
- color: #000;
- }
-
- .footnote {
- font-size: 11px;
- color: #76797C;
- }
-
- .bigboxtop {
- background: #FFF url(/images/bigboxtop.gif) repeat-x top left;
- }
-
- .bigboxleft {
- background: #FFF url(/images/bigboxleft.gif) repeat-y top left;
- }
-
- .bigboxright {
- background: #FFF url(/images/bigboxright.gif) repeat-y top left;
- }
-
- .bigboxbottom {
- background: #FFF url(/images/bigboxbottom.gif) repeat-x top left;
- }
-
- /* form definitions */
- #forms input {
- vertical-align: middle;
- padding: 0;
- margin: 0 0 5px 0;
- }
-
- #forms select {
- vertical-align: middle;
- padding: 0;
- margin: 0 0 3px 0;
- }
-
- #forms .widefield {
- width: 100%;
- margin-bottom: 5px;
- }
-
- #forms .halffield {
- width: 50%;
- margin-bottom: 5px;
- }
-
- #forms .extraspace {
- padding-bottom: 8px;
- }
-
- #forms .quarterfield {
- width: 25%;
- margin-bottom: 5px;
- }
-
- #forms .inputbutton {
- margin-top: 5px;
- margin-bottom: 10px;
- border: 0;
- }
-
- #forms .checkbox {
- margin: 0 5px 0 0;
- vertical-align: baseline;
- }
-
- #forms .radio {
- margin: 0 5px 0 0;
- vertical-align: baseline;
- }
-
- #forms textarea {
- margin-bottom: 10px;
- width: 100%;
- }