home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 November / PCWNOV07.iso / shared / regwiz.cab / RegWizUI.dll / HTML / STYLESJP.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-07-13  |  2.2 KB  |  183 lines

  1. .clsRegWizTable
  2. {
  3.     width: 500px; 
  4.     border: 0px solid black;
  5.     height: 320px;
  6.     cellspacing: 0;
  7.     cellpadding: 0;
  8. }
  9.  
  10. .clsClearImage
  11. {
  12.     width: 15;
  13.     height: 1;
  14.     border: 0;
  15. }
  16.  
  17. .clsMiddleSplit
  18. {
  19.     width: 100%;
  20.     height: 100%;
  21.     border: 0px solid black;
  22.     cellpadding: 0;
  23.     cellspacing: 0;
  24. }
  25.  
  26. .clsMiddleColumn
  27. {
  28.     padding-top:7;
  29.     padding-bottom:12;
  30. }
  31.  
  32. .clsMainContent
  33. {
  34.     width: 99%;
  35.     vertical-align: top;
  36.     padding-top: 20; 
  37.     padding-left: 5; 
  38.     padding-bottom: 5; 
  39.     padding-right: 5;
  40. }
  41.  
  42. .clsCaption
  43. {
  44.     font-size: 24px;
  45.     font-weight: bold;
  46.     color: white;
  47. }
  48.  
  49. .clsLogoSpace
  50. {
  51.     width: 100px;
  52. }
  53.  
  54. p
  55. {
  56.     align: left;
  57. }
  58.  
  59. div
  60. {
  61.     align: left;
  62. }
  63.  
  64. .clsFooter
  65. {
  66.     font-size:12px;
  67.     color: #000000;
  68. }
  69.  
  70. .clsText10
  71. {
  72.     font-size: 10px;
  73. }
  74.  
  75. .clrRed
  76. {
  77.     color: #cc0033;
  78. }
  79.  
  80. .clsStdBtn
  81. {
  82.     border-right: 0px;
  83.     border-top: 0px;
  84.     font-size: 12px;
  85.     background-image: url(images/buttons/button_regular_90x21.gif);
  86.     border-left: 0px;
  87.     width: 90px;
  88.     cursor: hand;
  89.     color: #000000;
  90.     border-bottom: 0px;
  91.     height: 21px;
  92.     background-color: transparent;
  93. }
  94.  
  95. .clsStdBtnDisabled
  96. {
  97.     border-right: 0px;
  98.     border-top: 0px;
  99.     font-size: 12px;
  100.     background-image: url(images/buttons/button_disabled_90x21.gif);
  101.     border-left: 0px;
  102.     width: 90px;
  103.     color: #000000;
  104.     border-bottom: 0px;
  105.     height: 21px;
  106.     background-color: transparent;
  107. }
  108.  
  109. .clsText
  110. {
  111.     font-size: 12px;
  112. }
  113.  
  114. .clsDesc
  115. {
  116.     font-size: 12px;
  117. }
  118.  
  119. .clsPrivacy
  120. {
  121.     font-size: 12px;
  122.     cursor: hand;
  123.     color: #204658;
  124.     text-decoration: underline;
  125. }
  126.  
  127. .clsLogin
  128. {
  129.     font-size: 12px;
  130.     cursor: hand;
  131.     color: #204658;
  132.     text-decoration: underline;
  133. }
  134.  
  135. .clsTitle
  136. {
  137.     font-size: 24px;
  138.     color: blue;
  139. }
  140.  
  141. .errorFields
  142. {
  143.     font-size:12px;
  144.     color: #cc0033;
  145. }
  146.  
  147. .noErrorFields
  148. {
  149.     font-size: 12px;
  150.     color: #000000;
  151. }
  152.  
  153. body
  154. {
  155.     font-size:12px;
  156.     color:#000000;
  157.     margin:0px;
  158.     background-image: url(images/bkgd_watermark_500x320.gif);
  159. }
  160.  
  161. body#idProfileBody
  162. {
  163.     background-image: url(images/bkgd_watermark_500x320.gif);
  164. }
  165.  
  166. body#idCompleteBody
  167. {
  168.     background-image: url(images/bkgd_watermark_500x320.gif);
  169. }
  170.  
  171.  
  172. td
  173. {
  174.     font-size:12px;
  175.     color:#000000;
  176. }
  177.  
  178. p
  179. {
  180.     margin-top:10px
  181. }
  182.  
  183.