Tip: Click lines to highlight, hold ctrl/cmd to multi-select

http://codedumper.com/ezusu (24-Jun @ 14:22)

Syntax Highlighted Code

  1. @charset "utf-8";
  2. /* WACS Styles */
  3. /* v1.0 | 20080423 */
  4.  
  5. /* General definitions */
  6. body { background: #f7ecce; color: #000000; font: normal 11px/17px Arial, Helvetica, sans-serif; }
  7. .clear-both { clear: both }
  8. /* Text formating definitions */
  9. h2 {
  10.     float: right;
  11.     font: bold 1.3em/1.7em Verdana, Helvetica, Arial, sans-serif;
  12.     color: #ba3e30;
  13. }
  14. h3, h4 {
  15.     font: bold 1.0em/1.7em Verdana, Helvetica, Arial, sans-serif;
  16.     color: #ba3e30;
  17.     display: block;
  18.     clear: both;
  19.     margin: 10px 0 5px 0;
  20. }
  21. h4 {
  22.     font: bold .9em/1.7em Verdana, Helvetica, Arial, sans-serif;
  23.     padding: 0 0 5px 0;
  24. }
  25. p {
  26.     clear: both;
  27.     width: 100%;
  28. }
  29.  
  30. /* General layout styling */
  31. #header,
  32. #footer {
  33.     margin: 0 auto;
  34.     width: 720px;
  35. }
  36. #dashlarge #header,
  37. #dashlarge #footer {
  38.     width: 840px;
  39. }
  40. #privacy #header p {
  41.     width: 685px;
  42. }
  43. #header {
  44.     height: 50px;
  45.     text-align: right;
  46. }
  47.     #header p {
  48.         font-weight: bold;
  49.         font-size: 9px;
  50.         font-family: Arial, Helvetica, sans-serif;
  51.         text-align: right;
  52.         padding: 25px 10px 0 0;
  53.     }
  54.         #header span.logintext {
  55.             display: block;
  56.             float: right;
  57.             color: #748752;
  58.         }
  59.         #header span.logintext strong {
  60.             color: #cc2508;
  61.         }
  62.         #header a.logout {
  63.             display: block;
  64.             float: right;
  65.             color: #f7ecce;
  66.             text-decoration: none;
  67.             background: transparent url(../newimages/bt.log-out.png) 0 0 no-repeat;
  68.             width: 54px;
  69.             height: 18px;
  70.             margin: 0 0 0 10px;
  71.         }
  72.         #header a.logout:hover {
  73.             background-position: 0 -18px;
  74.         }
  75.     #header #login form {
  76.         padding: 15px;
  77.     }
  78.         #header #login form input {
  79.             border: 1px solid #748752;
  80.             padding: 2px;
  81.             font-size: 10px;
  82.         }
  83.         #header #login form input.loginbtn {
  84.             background: transparent url(../newimages/bt.login.png) 0 0 no-repeat;
  85.             width: 54px;
  86.             height: 18px;
  87.             cursor: pointer;
  88.         }
  89.         #header #login form input.loginbtn:hover {
  90.             background: transparent url(../newimages/bt.login.png) 0 -18px no-repeat;
  91.         }
  92.         #header #login form label {
  93.             color: #748752;
  94.             margin: 8px 0 7px 0;
  95.             font-size: 10px;
  96.             font-weight: bold;
  97.         }
  98. #wrapper {
  99.     margin: 0 auto;
  100.     width: 725px;
  101.     padding: 5px 0 5px 5px;
  102.     background-color: #f4e6be;
  103. }
  104. #dashlarge #wrapper {
  105.     width: 845px;
  106. }
  107.     #content {
  108.         float: left;
  109.         width: 405px;
  110.         background-color: #fff;
  111.         padding: 10px 35px;
  112.     }
  113.     #content embed {
  114.         margin: 0 0 0 -10px;
  115.     }
  116.     #dashlarge #content {
  117.         width: 525px;
  118.     }
  119.     #content2 {
  120.         margin: 5px 5px 0 0;
  121.         background-color: #fff;
  122.         padding: 20px 20px;
  123.     }
  124.         #content2 h2 {
  125.             float: left;
  126.         }
  127. /* AssetListAppContent params */
  128.         #AssetListAppButtons {
  129.             width: 800px;
  130.             padding: 0 0 20px 0;
  131.         }
  132.             #AssetListAppCol1 {
  133.                 float: left;
  134.                 width: 240px;
  135.             }
  136.             #AssetListAppCol2 {
  137.                 float: left;
  138.                 width: 560px;
  139.             }
  140. /* END */
  141.     #dashlarge #content2 {
  142.         width: 800px;
  143.     }
  144.     #dashnormal #content2 {
  145.         width: 680px;
  146.     }
  147.     #overview #content2 {
  148.         padding: 20px 35px;
  149.     }
  150.         #swappermenu ul {
  151.             float: left;
  152.             padding: 30px 30px 30px 0;
  153.         }
  154.         #swappermenu ul li {
  155.             width: 130px;
  156.         }
  157.         #swappermenu ul li.last {
  158.             margin: 20px 0 0 0;
  159.         }
  160.         #swappermenu ul li a {
  161.             display: block;
  162.             width: 130px;
  163.             color: #333333;
  164.             text-decoration: none;
  165.             padding: 3px 0 3px 5px;
  166.         }
  167.         #swappermenu ul li a.odd:hover,
  168.         #swappermenu ul li.ui-tabs-selected a.odd,
  169.         #swappermenu ul li a.eve:hover,
  170.         #swappermenu ul li.ui-tabs-selected a.eve {
  171.             background: #748751;
  172.             color: #ffffff;
  173.         }
  174.         #swappermenu ul li a.odd {
  175.             background: #f4e6be;
  176.         }
  177.         #swappermenu ul li a.eve {
  178.             background: #f7ecce;
  179.         }
  180.         #swappermenu div p {
  181.             padding: 0 0 5px 0;
  182.         }
  183.         #swappermenu div p strong {
  184.             color: #748751;
  185.         }
  186.         .ui-tabs-hide {
  187.             display: none;
  188.         }
  189.         .ui-tabs-panel {
  190.             float: left;
  191.             width: 460px;
  192.             padding: 15px;
  193.             background: transparent;
  194.         }
  195.    
  196.  
  197.         #breadcrumb {
  198.             width: 200px;
  199.             float: right;
  200.             margin: -70px 0 0 0;
  201.             text-align: right;
  202.         }
  203.         #breadcrumb span {
  204.             display: block;
  205.             color: #5c8da6;
  206.             text-decoration: underline;
  207.         }
  208.         #breadcrumb strong {
  209.             display: block;
  210.             color: #748751;
  211.         }
  212.         h1#logo {
  213.             width: 198px;
  214.             height: 156px;
  215.             display: block;
  216.             margin: -40px 0 0 -47px;
  217.         }
  218.             h1#logo a {
  219.                 display: block;
  220.                 background: transparent url(../newimages/wacs-logo.png) no-repeat 0 0;
  221.                 text-indent: -9999px;
  222.                 width: 198px;
  223.                 height: 156px;
  224.             }
  225.         ul#top-links {
  226.             float: right;
  227.             margin: -126px 35px 0 0;
  228.         }
  229.             ul#top-links li {
  230.                 float: left;
  231.             }
  232.                 ul#top-links li a {
  233.                     display: block;
  234.                     width: 66px;
  235.                     height: 29px;
  236.                     text-indent: -9999px;
  237.                 }
  238.                 ul#top-links li a.bt-home {
  239.                     background: transparent url(../newimages/buttons-top.png) 0 0 no-repeat;
  240.                 }
  241.                 ul#top-links li a.bt-overview {
  242.                     background: transparent url(../newimages/buttons-top.png) -66px 0 no-repeat;
  243.                 }
  244.                 ul#top-links li a.bt-faq {
  245.                     background: transparent url(../newimages/buttons-top.png) -132px 0 no-repeat;
  246.                 }
  247.                 ul#top-links li a.bt-students {
  248.                     background: transparent url(../newimages/buttons-top.png) -198px 0 no-repeat;
  249.                 }
  250.                 ul#top-links li a.bt-home:hover {
  251.                     background: transparent url(../newimages/buttons-top.png) 0 -29px no-repeat;
  252.                 }
  253.                 ul#top-links li a.bt-overview:hover {
  254.                     background: transparent url(../newimages/buttons-top.png) -66px -29px no-repeat;
  255.                 }
  256.                 ul#top-links li a.bt-faq:hover {
  257.                     background: transparent url(../newimages/buttons-top.png) -132px -29px no-repeat;
  258.                 }
  259.                 ul#top-links li a.bt-students:hover {
  260.                     background: transparent url(../newimages/buttons-top.png) -198px -29px no-repeat;
  261.                 }
  262.                 ul#top-links li a.bt-home-active {
  263.                     background: transparent url(../newimages/buttons-top.png) 0 -58px no-repeat;
  264.                 }
  265.                 ul#top-links li a.bt-overview-active {
  266.                     background: transparent url(../newimages/buttons-top.png) -66px -58px no-repeat;
  267.                 }
  268.                 ul#top-links li a.bt-faq-active {
  269.                     background: transparent url(../newimages/buttons-top.png) -132px -58px no-repeat;
  270.                 }
  271.                 ul#top-links li a.bt-students-active {
  272.                     background: transparent url(../newimages/buttons-top.png) -198px -58px no-repeat;
  273.                 }
  274.         #content a {
  275.             color: #5C8DA6;
  276.         }
  277.         #content p.warning {
  278.             color: #b63e30;
  279.         }
  280.         #content p.narrow {
  281.             width: 320px;
  282.         }
  283.         #content a#demo {
  284.             float: right;
  285.             display: block;
  286.             width: 77px;
  287.             height:90px;
  288.             margin: -60px 0 0 0;
  289.             text-decoration: none;
  290.         }
  291.         #content a#demo span.viewdemo {
  292.             display: block;
  293.             width: 90px;
  294.             height: 14px;
  295.             margin: 5px 0 0 0;
  296.             text-indent: -9999px;
  297.             line-height: .01em;
  298.             background: transparent url(../newimages/bt.view-demo.png) 0 0 no-repeat;
  299.         }
  300.         #content a#demo:link span.viewdemo {
  301.             background: transparent url(../newimages/bt.view-demo.png) 0 0 no-repeat;
  302.         }
  303.         #content a#demo:hover span.viewdemo {
  304.             background: transparent url(../newimages/bt.view-demo.png) 0 -14px no-repeat;
  305.         }
  306.             /*#content p a.leftfloat img {
  307.                 margin: 0 0 5px 0;
  308.             }
  309.             #content h3.leftfloattitle {
  310.                 display: block;
  311.                 float: right;
  312.                 width: 310px;
  313.             }*/
  314.         #noflash { display:none; }
  315.     #sidebar {
  316.         float: left;
  317.         width: 240px;
  318.         margin-left: 5px;
  319.     }
  320.         #right-image {
  321.             width: 240px;
  322.             height: 327px;
  323.         }
  324.     #footer {
  325.         padding: 14px;
  326.     }
  327.         #footer a, #footer span {
  328.             color: #748752;
  329.             padding: 3px 8px;
  330.             font: bold 10px/12px Arial, Helvetica, sans-serif;
  331.         }
  332.         #footer img#wacs-logo {
  333.             float: right;
  334.             margin: -10px 20px 0 0;
  335.         }
  336.  
  337. /* Green bar */
  338. /* ************** bottom section (green bar) ************** */
  339.  
  340. #bottom {
  341.     background: #748751;
  342.     height: 140px;
  343.     margin: 5px 5px 0 0;
  344. }
  345. #bottom #WACSBadgeAppContent {
  346.     display:block;
  347.     width:240px;
  348.     float:left;
  349.     margin:0;
  350. }
  351. #bottom ul {
  352.     list-style-type: none;
  353.     padding: 15px 0 10px 0;
  354.     margin: 0 0 0 -55px;
  355.     float: left;
  356. }
  357.     #bottom ul li {
  358.         float: left;
  359.         width: 115px;
  360.         text-align: left;
  361.         margin: 15px 10px 0 0;
  362.         line-height: 1.2em;
  363.         color: #f7ecce;
  364.     }
  365.     #bottom ul li span {
  366.         display: block;
  367.         font-weight: bold;
  368.         margin: 0 0 8px 0;
  369.     }
  370.     * html #bottom ul li {
  371.         width: 115px;
  372.         margin-right: 15px;
  373.     }
  374.  
  375. #click_to_begin {
  376.     float: left;
  377. }
  378. #click_to_begin a {
  379.     display: block;
  380.     background: transparent url(../newimages/bt.start-wacs.png) 0 0 no-repeat;
  381.     width: 120px;
  382.     height: 106px;
  383.     text-indent: -9999px;
  384.     margin:15px 65px 0 15px;
  385. }
  386. #click_to_begin a:hover {
  387.     background: transparent url(../newimages/bt.start-wacs.png) 0 -106px no-repeat;
  388. }
  389. * html #click_to_begin a { position: absolute; }
  390.  
  391.  
  392.  
  393. /* Page Specific Widgets */
  394. /*** FLOATER LEFT ***/
  395. .floater-left {
  396.     float: left;
  397.     width: 120px;
  398. }
  399. .floater-left > a {
  400.     display: block;
  401.     margin: 15px 0 0 0;
  402. }
  403. .floater-left-data {
  404.     float: left;
  405.     width: 280px;
  406. }
  407. /*** REGISTER INFO ***/
  408.     #register-info {
  409.         background-color: #748751;
  410.         color: #F7ECCE;
  411.         clear: both;
  412.         margin-bottom: -18px;
  413.         width: 670px;
  414.         padding: 10px 25px;
  415.         height: 108px;
  416.     }
  417.         #register-info dl { position: relative; }
  418.             #register-info dl dt {
  419.                 position: absolute;
  420.                 font-weight: bold;
  421.                 width: 145px;
  422.                 top: 10px;
  423.             }
  424.             #register-info dl dd {
  425.                 position: absolute;
  426.                 width: 125px;
  427.                 top: 26px;
  428.                 line-height: 1.2;
  429.             }
  430.             .col-1 { left: 0; }
  431.             .col-2 { left: 145px; }
  432.             .col-3 { left: 290px; }
  433.             .col-4 { left: 435px; }
  434.         #register-info a {
  435.             display: block;
  436.             background: transparent url(../newimages/register-here.gif) no-repeat 0 0;
  437.             width: 106px;
  438.             height: 108px;
  439.             float: right;
  440.             overflow: hidden;
  441.             text-indent: -999px;
  442.         }
  443.  
  444. /* General tag styling */
  445.     #sidebar .sideimage1 {
  446.         background: transparent url(../newimages/right-image-1.jpg) 100% 0 no-repeat;
  447.     }
  448.     #sidebar .sideimage2 {
  449.         background: transparent url(../newimages/right-image-2.jpg) 100% 0 no-repeat;
  450.     }
  451.     #sidebar .sideimage3 {
  452.         background: transparent url(../newimages/right-image-3.jpg) 100% 0 no-repeat;
  453.     }
  454.     #sidebar .sideimage4 {
  455.         background: transparent url(../newimages/right-image-4.jpg) 100% 0 no-repeat;
  456.     }
  457.     #sidebar .sideimage5 {
  458.         background: transparent url(../newimages/right-image-5.jpg) 100% 0 no-repeat;
  459.     }
  460.     #sidebar .sideimage6 {
  461.         background: transparent url(../newimages/right-image-6.jpg) 100% 0 no-repeat;
  462.     }
  463.     #form-assets {
  464.         height: 30px;
  465.         width: 100%;
  466.         clear: both;
  467.     }
  468.     a#showhelp, a#editmyaccount, a#deletestudent, a#deleteclass, a#editstudent {
  469.         display: block;
  470.         float: left;
  471.         text-decoration: none;
  472.     }
  473.     a#showhelp {
  474.         background: transparent url(../newimages/bt.why-this-info.png) 0 0 no-repeat;
  475.         margin: 15px 0 0 0;
  476.         width: 85px;
  477.         height: 14px;
  478.     }
  479.     a#showhelp:hover {
  480.         background: transparent url(../newimages/bt.why-this-info.png) 0 -14px no-repeat;
  481.     }
  482.     a#deletestudent {
  483.         background: transparent url(../newimages/bt.delete-student.png) 0 0 no-repeat;
  484.         width: 87px;
  485.         height: 14px;
  486.         margin: 7px;
  487.     }
  488.     a#editstudent {
  489.         background: transparent url(../newimages/bt.edit-student.png) 0 0 no-repeat;
  490.         width: 87px;
  491.         height: 14px;
  492.         margin: 7px 10px;
  493.     }
  494.     a#deleteclass {
  495.         background: transparent url(../newimages/bt.delete-class.png) 0 0 no-repeat;
  496.         width: 77px;
  497.         height: 14px;
  498.         margin: 7px;
  499.     }
  500.     a#deletestudent:hover,
  501.     a#editstudent:hover,
  502.     a#deleteclass:hover {
  503.         background-position: 0 -14px;
  504.     }
  505.     a#editmyaccount {
  506.         background: transparent url(../newimages/bt.edit-my-account.png) 0 0 no-repeat;
  507.         margin: 15px 0 0 0;
  508.         width: 97px;
  509.         height: 14px;
  510.     }
  511.     a#editmyaccount:hover {
  512.         background: transparent url(../newimages/bt.edit-my-account.png) 0 -14px no-repeat;
  513.     }
  514.     a#viewschoolreport, a#viewdistrictreport, a#viewstatereport,
  515.     a#addclass, a#addstudent, a#addschool, a#adddistrict, a#editaccount {
  516.         display: block;
  517.         float: left;
  518.         height: 84px;
  519.         text-decoration: none;
  520.         margin: 20px 7px 20px 0;
  521.     }
  522.     #dashlarge a#viewschoolreport, #dashlarge a#addclass, #dashlarge a#addstudent {
  523.         margin: 20px 25px 20px 0;
  524.     }
  525.     a#viewschoolreport {
  526.         width: 124px;
  527.         background: transparent url(../newimages/bt.view-school-report.png) 0 0 no-repeat;
  528.     }
  529.     a#viewdistrictreport {
  530.         width: 124px;
  531.         background: transparent url(../newimages/bt.view-district-report.png) 0 0 no-repeat;
  532.     }
  533.     a#viewstatereport {
  534.         width: 124px;
  535.         background: transparent url(../newimages/bt.view-state-report.png) 0 0 no-repeat;
  536.     }
  537.     a#addclass {
  538.         width: 118px;
  539.         background: transparent url(../newimages/bt.add-class.png) 0 0 no-repeat;
  540.     }
  541.     a#addstudent {
  542.         width: 140px;
  543.         background: transparent url(../newimages/bt.add-student.png) 0 0 no-repeat;
  544.     }
  545.  
  546.     a#addschool {
  547.         width: 134px;
  548.         background: transparent url(../newimages/bt.add-school.png) 0 0 no-repeat;
  549.     }
  550.     a#adddistrict {
  551.         width: 134px;
  552.         background: transparent url(../newimages/bt.add-district.png) 0 0 no-repeat;
  553.     }
  554.     a#editaccount {
  555.         width: 118px;
  556.         background: transparent url(../newimages/bt.edit-account.png) 0 0 no-repeat;
  557.     }
  558.     a#viewschoolreport:hover, a#viewdistrictreport:hover, a#viewstatereport:hover,
  559.     a#addclass:hover, a#addstudent:hover, a#addschool:hover, a#adddistrict:hover, a#editaccount:hover {
  560.         background-position: 0 -84px;
  561.     }
  562.  
  563. /* Registration Page specific styling */
  564.             .form-entry-error {
  565.                 float: right;
  566.                 font-weight: bold;
  567.                 color: #ba3e30;
  568.                 margin: 13px 0 0 0;
  569.                 width: 300px;
  570.                 text-align: left;
  571.             }
  572.             #registration h3 span {
  573.                 font-size: 11px;
  574.                 font-family: Arial, Helvetica, sans-serif;
  575.                 font-weight: normal;
  576.                 color: #000000;
  577.             }
  578. /* Registration Form styling */
  579.             #registrationForm,
  580.             #registrationStart {
  581.                 padding: 0;
  582.             }
  583.                 #registration input,
  584.                 #registration select {
  585.                     float: left;
  586.                     border: 1px solid #748752;
  587.                     padding: 2px;
  588.                     font-size: 10px;
  589.                 }
  590.                 #registration input {
  591.                     width: 150px;
  592.                     margin: 11px 150px 10px 0;
  593.                 }
  594.                 #dlmedia #registration #account-data input {
  595.                     float: left;
  596.                     width: 10px;
  597.                     margin: 11px 8px 10px 0;
  598.                 }
  599.                 #registration select {
  600.                     width: 156px;
  601.                     margin: 11px 144px 10px 0;            
  602.                 }
  603.                 #registration label {
  604.                     float: left;
  605.                     color: #748752;
  606.                     width: 80px;
  607.                     margin: 11px 0 10px 0;
  608.                     font-size: 10px;
  609.                     font-weight: bold;
  610.                 }
  611.                 #dlmedia #registration #account-data label {
  612.                     display: block;
  613.                     float: left;
  614.                     width: 380px;
  615.                     margin: 4px 0 10px 0;
  616.                 }
  617.                 #dlmedia #registration #account-data label span {
  618.                     display: block;
  619.                     font-weight: normal;
  620.                 }
  621.                 #registration input.withexplanation {
  622.                     margin: 11px 0px 10px 0;
  623.                 }
  624.                 #registration span.explanation {
  625.                     float: right;
  626.                     margin: 11px 0 10px 4px;
  627.                     font-size: 10px;
  628.                     font-weight: bold;
  629.                     color: #748752;
  630.                     line-height: 2em;
  631.                     width: 164px;
  632.                 }
  633.                 .helpwindow {
  634.                     color: #5c8da6;
  635.                     display: none;
  636.                 }
  637.                 .clientvalidation {
  638.                     color: #ba3e30;
  639.                     display: block;
  640.                 }
  641.                 #account-info,
  642.                 #account-data {
  643.                     padding: 15px 0;
  644.                 }
  645.                 #registration .chklist input {
  646.                     width: auto;
  647.                     margin: 12px 5px 7px 5px;
  648.                 }
  649.                 .data-unknown {
  650.                     display: block;
  651.                     float: left;
  652.                 }
  653.                 #account-info .data-unknown.chklist {
  654.                     width: 120px;
  655.                 }
  656.                 #account-data .data-unknown.chklist {
  657.                     width: 75px;
  658.                 }
  659.                 #account-data .data-unknown.chklist label {
  660.                     width: 50px;
  661.                 }
  662.                 #account-info .data-known.chklist {
  663.                     float: left;
  664.                     display: block;
  665.                     width: 285px;
  666.                 }
  667.                 #account-data .data-known.chklist {
  668.                     float: left;
  669.                     display: block;
  670.                     width: 330px;
  671.                 }
  672.                 #account-info .data-known.chklist label {
  673.                     width: 115px;
  674.                     text-align: right;
  675.                 }
  676.                 #account-data .data-known.chklist label {
  677.                     width: 120px;
  678.                     text-align: right;
  679.                 }
  680.                 #account-data .data-known.chklist label.altcol {
  681.                     width: 160px;
  682.                 }
  683.                 .data-other label {
  684.                     width: 30px;
  685.                     text-align: right;
  686.                 }
  687.                 .data-other.chklist input {
  688.                     margin: 12px 12px 7px 5px;
  689.                 }
  690.                 .data-other.chklist input.otherinput {
  691.                     margin: 8px 12px;
  692.                 }
  693.                 .data-other {
  694.                     float: right;
  695.                     clear: both;
  696.                 }
  697.                 #studentRegistrationForm2 #account-next {
  698.                     width: 210px;
  699.                 }
  700.                 fieldset#account-info, fieldset#account-clas {
  701.                     border-top: 1px solid #748752;
  702.                     clear: both;
  703.                 }
  704.                     fieldset#account-clas p {
  705.                         padding: 0 0 5px 0;
  706.                     }
  707.                     fieldset#account-clas .saveadd {
  708.                         border: 0;
  709.                         height: 14px;
  710.                         width: 178px;
  711.                         text-indent: -9999px;
  712.                         cursor: pointer;
  713.                         background: transparent url(../newimages/bt.save-and-add.png) no-repeat 0 0;
  714.                     }
  715.                     fieldset#account-clas .saveadd:hover {
  716.                         background-position: 0 -14px;
  717.                     }
  718.                 fieldset#account-next {
  719.                     width: 140px;
  720.                     float: right;
  721.                     margin: 0 0 -10px 0;
  722.                 }
  723.                 #forgot #registration p {
  724.                     padding: 12px 0 0 0;
  725.                 }
  726.                 #forgot #registration form #account-data {
  727.                     margin: 0; padding: 0;
  728.                 }
  729.                 #forgot #registration fieldset#account-data input {
  730.                     float: none;
  731.                     margin: 5px 0 7px 0;
  732.                     width: 218px;
  733.                 }
  734.                 #forgot #registration fieldset#account-data label {
  735.                     width: 170px;
  736.                     margin: 5px 10px 7px 0;
  737.                     text-align: right;
  738.                 }
  739.                 #forgot #registration fieldset#account-data span.explanation {
  740.                     margin: -5px 10px 0 0;
  741.                 }
  742.                 #login #registration fieldset#account-data {
  743.                     padding-bottom: 0;
  744.                 }
  745.                 #login #registration fieldset#account-data label