| 1 | * {
|
|---|
| 2 | padding: 0;
|
|---|
| 3 | margin: 0;
|
|---|
| 4 | }
|
|---|
| 5 | html, body {
|
|---|
| 6 | font-family: Georgia, Tahoma, Verdana, Arial, lucida, sans-serif;
|
|---|
| 7 | font-size: 10pt;
|
|---|
| 8 | color: #000000;
|
|---|
| 9 | text-align: center;
|
|---|
| 10 | margin-bottom: 10px;
|
|---|
| 11 | }
|
|---|
| 12 | #content {
|
|---|
| 13 | text-align:center;
|
|---|
| 14 | width: 950px;
|
|---|
| 15 | margin: 20px auto;
|
|---|
| 16 | _width: 965px;;
|
|---|
| 17 | }
|
|---|
| 18 | #head {
|
|---|
| 19 | text-align:left;
|
|---|
| 20 | height: 60px;
|
|---|
| 21 | }
|
|---|
| 22 | #logo {
|
|---|
| 23 | text-align:left;
|
|---|
| 24 | float: left;
|
|---|
| 25 | }
|
|---|
| 26 | #selchar {
|
|---|
| 27 | text-align:left;
|
|---|
| 28 | margin-top: 20px;
|
|---|
| 29 | float: right;
|
|---|
| 30 | }
|
|---|
| 31 |
|
|---|
| 32 | h1 {
|
|---|
| 33 | font-size: 20pt;
|
|---|
| 34 | font-weight: bold;
|
|---|
| 35 | }
|
|---|
| 36 | #text {
|
|---|
| 37 | text-align:left;
|
|---|
| 38 | _position: relative;
|
|---|
| 39 | _left: -1px;
|
|---|
| 40 | padding: 20px;
|
|---|
| 41 | margin-top: 1px;
|
|---|
| 42 | margin-left: 1px;
|
|---|
| 43 | background-color: #e6e6e6;
|
|---|
| 44 | border: 1px solid #b8b8b8;
|
|---|
| 45 | width: 588px;
|
|---|
| 46 | _width: 603px;
|
|---|
| 47 | float: left;
|
|---|
| 48 | min-height: 500px;
|
|---|
| 49 | margin-bottom: 2px;
|
|---|
| 50 | }
|
|---|
| 51 | #other {
|
|---|
| 52 | _position: relative;
|
|---|
| 53 | _left: 1px;
|
|---|
| 54 | margin-top: 1px;
|
|---|
| 55 | margin-right: 5px;
|
|---|
| 56 | _margin-right: 3px;
|
|---|
| 57 | width: 312px;
|
|---|
| 58 | float: right;
|
|---|
| 59 | min-height: 500px;
|
|---|
| 60 | }
|
|---|
| 61 | .box {
|
|---|
| 62 | text-align:left;
|
|---|
| 63 | padding: 20px;
|
|---|
| 64 | background-color: #e6e6e6;
|
|---|
| 65 | border: 1px solid #b8b8b8;
|
|---|
| 66 | width: 272px;
|
|---|
| 67 | margin-bottom: 2px;
|
|---|
| 68 | padding-left: 30px;
|
|---|
| 69 | padding-right: 10px;
|
|---|
| 70 | }
|
|---|
| 71 | #foot {
|
|---|
| 72 | padding: 20px;
|
|---|
| 73 | margin-left: 1px;
|
|---|
| 74 | background-color: #e6e6e6;
|
|---|
| 75 | border: 1px solid #b8b8b8;
|
|---|
| 76 | width: 904px;
|
|---|
| 77 | _width: 919px;
|
|---|
| 78 | float: left;
|
|---|
| 79 | _position: relative;
|
|---|
| 80 | _left: -1px;
|
|---|
| 81 | margin-bottom: 10px;
|
|---|
| 82 | height: 20px;
|
|---|
| 83 | }
|
|---|
| 84 |
|
|---|
| 85 | table.char_info {
|
|---|
| 86 | width: 265px;
|
|---|
| 87 | }
|
|---|
| 88 |
|
|---|
| 89 | input {
|
|---|
| 90 | text-align:center;
|
|---|
| 91 | }
|
|---|
| 92 | .table th {
|
|---|
| 93 | text-align:center;
|
|---|
| 94 | }
|
|---|
| 95 |
|
|---|
| 96 | .table {
|
|---|
| 97 | margin: 10px auto;
|
|---|
| 98 | border: 1px solid #b8b8b8;
|
|---|
| 99 | background: rgb(237,237,237);
|
|---|
| 100 | width: 600px;
|
|---|
| 101 | border-collapse: collapse;
|
|---|
| 102 | text-align: center;
|
|---|
| 103 |
|
|---|
| 104 | }
|
|---|
| 105 |
|
|---|
| 106 | .table td {
|
|---|
| 107 | border: 1px solid #b8b8b8;
|
|---|
| 108 | padding: 5px 5px 5px 5px;
|
|---|
| 109 | }
|
|---|
| 110 |
|
|---|
| 111 | .table th {
|
|---|
| 112 | border: 1px solid #b8b8b8;
|
|---|
| 113 | padding: 2px 5px 2px 5px;
|
|---|
| 114 | }
|
|---|
| 115 |
|
|---|
| 116 | .center {
|
|---|
| 117 | text-align: center;
|
|---|
| 118 | }
|
|---|
| 119 |
|
|---|
| 120 | input.login {
|
|---|
| 121 | display: block;
|
|---|
| 122 | border: 1px solid #b8b8b8;
|
|---|
| 123 | background: #ffffff;
|
|---|
| 124 | text-align: center;
|
|---|
| 125 | width: 150px;
|
|---|
| 126 | height: 30px;
|
|---|
| 127 | padding: 5px;
|
|---|
| 128 | margin: 5px auto 5px auto;
|
|---|
| 129 | }
|
|---|
| 130 | #button {
|
|---|
| 131 | width: 150px;
|
|---|
| 132 | height: 30px;
|
|---|
| 133 | }
|
|---|
| 134 |
|
|---|
| 135 | .popup {
|
|---|
| 136 | margin: 10px auto;
|
|---|
| 137 | border: 1px solid #b8b8b8;
|
|---|
| 138 | background: rgb(237,237,237);
|
|---|
| 139 | Border-collapse: collapse;
|
|---|
| 140 | }
|
|---|
| 141 |
|
|---|
| 142 | .error {
|
|---|
| 143 | color:red;
|
|---|
| 144 | font-weight:bold;
|
|---|
| 145 | }
|
|---|
| 146 |
|
|---|
| 147 | .success {
|
|---|
| 148 | color: green;
|
|---|
| 149 | font-weight:bold;
|
|---|
| 150 | }
|
|---|
| 151 | #img_error {
|
|---|
| 152 | width:30px;
|
|---|
| 153 | height:29px;
|
|---|
| 154 | background: url('../img/error.png');
|
|---|
| 155 | _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./templates/img/error.png',sizingMethod='scale');
|
|---|
| 156 | _background: none;
|
|---|
| 157 | }
|
|---|
| 158 |
|
|---|
| 159 | #img_ok {
|
|---|
| 160 | width:30px;
|
|---|
| 161 | height:29px;
|
|---|
| 162 | background: url('../img/ok.png');
|
|---|
| 163 | _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./templates/img/ok.png',sizingMethod='scale');
|
|---|
| 164 | _background: none;
|
|---|
| 165 | }
|
|---|
| 166 |
|
|---|
| 167 | img.flag {
|
|---|
| 168 | width: 25px;
|
|---|
| 169 | position:relative;
|
|---|
| 170 | top:5px;
|
|---|
| 171 | border: none;
|
|---|
| 172 | }
|
|---|
| 173 |
|
|---|
| 174 | .table tr:hover {
|
|---|
| 175 | background-color:white;
|
|---|
| 176 | }
|
|---|
| 177 |
|
|---|
| 178 | textarea {
|
|---|
| 179 | margin: 10px auto;
|
|---|
| 180 | border: 1px solid #b8b8b8;
|
|---|
| 181 | background-color: #ffffff;
|
|---|
| 182 | width: 300px;
|
|---|
| 183 | Border-collapse: collapse;
|
|---|
| 184 | overflow: hidden;
|
|---|
| 185 | }
|
|---|
| 186 |
|
|---|
| 187 | select {
|
|---|
| 188 | display: block;
|
|---|
| 189 | border: 1px solid #b8b8b8;
|
|---|
| 190 | background: #ffffff;
|
|---|
| 191 | text-align: center;
|
|---|
| 192 | align: center;
|
|---|
| 193 | _width: 160px;
|
|---|
| 194 | _height: 40px;
|
|---|
| 195 | _padding: 5px;
|
|---|
| 196 | margin: 5px auto 5px auto;
|
|---|
| 197 | }
|
|---|
| 198 |
|
|---|
| 199 | .accept {
|
|---|
| 200 | position: relative;
|
|---|
| 201 | bottom: 1px;
|
|---|
| 202 | }
|
|---|
| 203 |
|
|---|
| 204 | .del {
|
|---|
| 205 | text-decoration: none;
|
|---|
| 206 | color: red;
|
|---|
| 207 | font-weight: bold;
|
|---|
| 208 | }
|
|---|
| 209 | th a {
|
|---|
| 210 | color:black;
|
|---|
| 211 | font-weight:bold;
|
|---|
| 212 | }
|
|---|
| 213 | a:visited {
|
|---|
| 214 | color:blue;
|
|---|
| 215 |
|
|---|
| 216 | }
|
|---|
| 217 |
|
|---|
| 218 | textarea.banner {
|
|---|
| 219 | width: 450px;
|
|---|
| 220 |
|
|---|
| 221 |
|
|---|
| 222 | }
|
|---|