style-ie6.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. html, body {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. body {
  6. font-family: "Arial Black",sans-serif;
  7. font-size: 10pt;
  8. width: 100%;
  9. text-align: center;
  10. /*
  11. background-image: url(images/page-background.png);
  12. background-repeat: no-repeat;
  13. background-size: 100%;
  14. */
  15. }
  16. #backgroundimage {
  17. background-attachment:fixed;
  18. width: 100%
  19. height: 100%
  20. position: absolute;
  21. left: 0;
  22. top: 30px;
  23. z-index:-1;
  24. }
  25. .backgroundimage {
  26. width: 100%;
  27. height: auto;
  28. }
  29. #wrapper {
  30. position: absolute;
  31. top: 0;
  32. left: 0;
  33. width: 100%;
  34. z-index: 1;
  35. text-align: center;
  36. }
  37. #header {
  38. width: 520px;
  39. margin-left: auto;
  40. margin-right: auto;
  41. margin-top: 30px;
  42. }
  43. #footer {
  44. position: relative;
  45. /*margin-top: 50px;*/
  46. text-align: center;
  47. }
  48. .form-box {
  49. width: 310px;
  50. margin-left: auto;
  51. margin-right: auto;
  52. margin-top: 50px;
  53. border: solid 1px #CCCCCC;
  54. text-align: left;
  55. /*background-color: white;*/
  56. }
  57. .form {
  58. margin-left: 15px;
  59. margin-right: 15px;
  60. margin-top: 30px;
  61. color: #1F3660;
  62. /*position: relative;*/
  63. text-align: left;
  64. }
  65. .form-submit {
  66. margin: 0;
  67. padding: 0;
  68. width: 310px;
  69. height: 27px;
  70. background-color: #1F3660;
  71. background-image: url(/custompages/images/login-form-submit-bg.jpg);
  72. color: white;
  73. cursor: pointer;
  74. cursor: hand;
  75. }
  76. label {
  77. width: 100px;
  78. float: left;
  79. margin-right: 1em;
  80. display: block;
  81. text-align: right;
  82. line-height: 2ex;
  83. }
  84. input {
  85. text-align: left;
  86. vertical-align: baseline;
  87. margin-bottom: 2em;
  88. width: 150px;
  89. color: white;
  90. background-color: #1F3660;
  91. border: none;
  92. }
  93. .radiobutton {
  94. width: 20px;
  95. background-color: white;
  96. margin: 0;
  97. }
  98. .radiogroup {
  99. margin-bottom: 2em;
  100. }
  101. select {
  102. margin-bottom: 2em;
  103. width: 150px;
  104. }
  105. label {
  106. clear: both;
  107. }
  108. input, select, .radiogroup {
  109. float: right;
  110. clear: both;
  111. }
  112. .radiogroup input, .radiogroup label {
  113. float: none;
  114. }
  115. #links {
  116. margin-left: 15px;
  117. margin-right: 15px;
  118. margin-top: 10px;
  119. margin-bottom: 50px;
  120. color: #1F3660;
  121. }
  122. #links a, #links a:hover, #links a:active, #links a:visited {
  123. color: #1F3660;
  124. }
  125. #links a {
  126. text-decoration: none;
  127. }
  128. #links a:hover {
  129. text-decoration: underline;
  130. }
  131. span {
  132. margin-right: 30px;
  133. margin-top: 3px;
  134. float: right;
  135. }
  136. .form-info {
  137. color: #1F3660;
  138. font-size: 9pt;
  139. }
  140. .form-error {
  141. color: red;
  142. font-size: 9pt;
  143. }