styles.css 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:-40px;
  6. width:1025px;
  7. margin-left:auto;
  8. margin-right:auto;
  9. text-align:left;
  10. }
  11. .form_sketch {
  12. border-color:transparent;
  13. background-color:transparent;
  14. }
  15. #base {
  16. position:absolute;
  17. z-index:0;
  18. }
  19. #u381_img {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:417px;
  25. height:737px;
  26. }
  27. #u381 {
  28. border-width:0px;
  29. position:absolute;
  30. left:40px;
  31. top:76px;
  32. width:417px;
  33. height:737px;
  34. display:flex;
  35. }
  36. #u381 .text {
  37. position:absolute;
  38. align-self:center;
  39. padding:2px 2px 2px 2px;
  40. box-sizing:border-box;
  41. width:100%;
  42. }
  43. #u381_text {
  44. border-width:0px;
  45. word-wrap:break-word;
  46. text-transform:none;
  47. visibility:hidden;
  48. }
  49. #u382_input {
  50. position:absolute;
  51. left:0px;
  52. top:0px;
  53. width:300px;
  54. height:25px;
  55. padding:2px 2px 2px 2px;
  56. font-family:"Arial Normal", "Arial", sans-serif;
  57. font-weight:400;
  58. font-style:normal;
  59. font-size:13px;
  60. letter-spacing:normal;
  61. color:#D9001B;
  62. vertical-align:none;
  63. text-align:left;
  64. text-transform:none;
  65. background-color:transparent;
  66. border-color:transparent;
  67. }
  68. #u382_input.hint {
  69. position:absolute;
  70. left:0px;
  71. top:0px;
  72. width:300px;
  73. height:25px;
  74. padding:2px 2px 2px 2px;
  75. font-family:"Arial Normal", "Arial", sans-serif;
  76. font-weight:400;
  77. font-style:normal;
  78. font-size:13px;
  79. letter-spacing:normal;
  80. color:#999999;
  81. vertical-align:none;
  82. text-align:left;
  83. text-transform:none;
  84. background-color:transparent;
  85. border-color:transparent;
  86. }
  87. #u382_input.disabled {
  88. position:absolute;
  89. left:0px;
  90. top:0px;
  91. width:300px;
  92. height:25px;
  93. padding:2px 2px 2px 2px;
  94. font-family:"Arial Normal", "Arial", sans-serif;
  95. font-weight:400;
  96. font-style:normal;
  97. font-size:13px;
  98. letter-spacing:normal;
  99. color:#D9001B;
  100. vertical-align:none;
  101. text-align:left;
  102. text-transform:none;
  103. background-color:transparent;
  104. border-color:transparent;
  105. }
  106. #u382_input.hint.disabled {
  107. position:absolute;
  108. left:0px;
  109. top:0px;
  110. width:300px;
  111. height:25px;
  112. padding:2px 2px 2px 2px;
  113. font-family:"Arial Normal", "Arial", sans-serif;
  114. font-weight:400;
  115. font-style:normal;
  116. font-size:13px;
  117. letter-spacing:normal;
  118. color:#999999;
  119. vertical-align:none;
  120. text-align:left;
  121. text-transform:none;
  122. background-color:transparent;
  123. border-color:transparent;
  124. }
  125. #u382_div {
  126. border-width:0px;
  127. position:absolute;
  128. left:0px;
  129. top:0px;
  130. width:300px;
  131. height:25px;
  132. background:inherit;
  133. background-color:rgba(255, 255, 255, 1);
  134. border:none;
  135. border-radius:0px;
  136. -moz-box-shadow:none;
  137. -webkit-box-shadow:none;
  138. box-shadow:none;
  139. color:#D9001B;
  140. }
  141. #u382 {
  142. border-width:0px;
  143. position:absolute;
  144. left:91px;
  145. top:43px;
  146. width:300px;
  147. height:25px;
  148. display:flex;
  149. color:#D9001B;
  150. }
  151. #u382 .text {
  152. position:absolute;
  153. align-self:center;
  154. padding:2px 2px 2px 2px;
  155. box-sizing:border-box;
  156. width:100%;
  157. }
  158. #u382_div.hint {
  159. border-width:0px;
  160. position:absolute;
  161. left:0px;
  162. top:0px;
  163. width:300px;
  164. height:25px;
  165. background:inherit;
  166. background-color:rgba(255, 255, 255, 1);
  167. border:none;
  168. border-radius:0px;
  169. -moz-box-shadow:none;
  170. -webkit-box-shadow:none;
  171. box-shadow:none;
  172. color:#D9001B;
  173. }
  174. #u382.hint {
  175. }
  176. #u382_div.disabled {
  177. border-width:0px;
  178. position:absolute;
  179. left:0px;
  180. top:0px;
  181. width:300px;
  182. height:25px;
  183. background:inherit;
  184. background-color:rgba(240, 240, 240, 1);
  185. border:none;
  186. border-radius:0px;
  187. -moz-box-shadow:none;
  188. -webkit-box-shadow:none;
  189. box-shadow:none;
  190. color:#D9001B;
  191. }
  192. #u382.disabled {
  193. }
  194. #u382_div.hint.disabled {
  195. border-width:0px;
  196. position:absolute;
  197. left:0px;
  198. top:0px;
  199. width:300px;
  200. height:25px;
  201. background:inherit;
  202. background-color:rgba(240, 240, 240, 1);
  203. border:none;
  204. border-radius:0px;
  205. -moz-box-shadow:none;
  206. -webkit-box-shadow:none;
  207. box-shadow:none;
  208. color:#D9001B;
  209. }
  210. #u382.hint.disabled {
  211. }
  212. #u383_input {
  213. position:absolute;
  214. left:0px;
  215. top:0px;
  216. width:300px;
  217. height:25px;
  218. padding:2px 2px 2px 2px;
  219. font-family:"Arial Normal", "Arial", sans-serif;
  220. font-weight:400;
  221. font-style:normal;
  222. font-size:13px;
  223. letter-spacing:normal;
  224. color:#D9001B;
  225. vertical-align:none;
  226. text-align:left;
  227. text-transform:none;
  228. background-color:transparent;
  229. border-color:transparent;
  230. }
  231. #u383_input.hint {
  232. position:absolute;
  233. left:0px;
  234. top:0px;
  235. width:300px;
  236. height:25px;
  237. padding:2px 2px 2px 2px;
  238. font-family:"Arial Normal", "Arial", sans-serif;
  239. font-weight:400;
  240. font-style:normal;
  241. font-size:13px;
  242. letter-spacing:normal;
  243. color:#999999;
  244. vertical-align:none;
  245. text-align:left;
  246. text-transform:none;
  247. background-color:transparent;
  248. border-color:transparent;
  249. }
  250. #u383_input.disabled {
  251. position:absolute;
  252. left:0px;
  253. top:0px;
  254. width:300px;
  255. height:25px;
  256. padding:2px 2px 2px 2px;
  257. font-family:"Arial Normal", "Arial", sans-serif;
  258. font-weight:400;
  259. font-style:normal;
  260. font-size:13px;
  261. letter-spacing:normal;
  262. color:#D9001B;
  263. vertical-align:none;
  264. text-align:left;
  265. text-transform:none;
  266. background-color:transparent;
  267. border-color:transparent;
  268. }
  269. #u383_input.hint.disabled {
  270. position:absolute;
  271. left:0px;
  272. top:0px;
  273. width:300px;
  274. height:25px;
  275. padding:2px 2px 2px 2px;
  276. font-family:"Arial Normal", "Arial", sans-serif;
  277. font-weight:400;
  278. font-style:normal;
  279. font-size:13px;
  280. letter-spacing:normal;
  281. color:#999999;
  282. vertical-align:none;
  283. text-align:left;
  284. text-transform:none;
  285. background-color:transparent;
  286. border-color:transparent;
  287. }
  288. #u383_div {
  289. border-width:0px;
  290. position:absolute;
  291. left:0px;
  292. top:0px;
  293. width:300px;
  294. height:25px;
  295. background:inherit;
  296. background-color:rgba(255, 255, 255, 1);
  297. border:none;
  298. border-radius:0px;
  299. -moz-box-shadow:none;
  300. -webkit-box-shadow:none;
  301. box-shadow:none;
  302. color:#D9001B;
  303. }
  304. #u383 {
  305. border-width:0px;
  306. position:absolute;
  307. left:699px;
  308. top:43px;
  309. width:300px;
  310. height:25px;
  311. display:flex;
  312. color:#D9001B;
  313. }
  314. #u383 .text {
  315. position:absolute;
  316. align-self:center;
  317. padding:2px 2px 2px 2px;
  318. box-sizing:border-box;
  319. width:100%;
  320. }
  321. #u383_div.hint {
  322. border-width:0px;
  323. position:absolute;
  324. left:0px;
  325. top:0px;
  326. width:300px;
  327. height:25px;
  328. background:inherit;
  329. background-color:rgba(255, 255, 255, 1);
  330. border:none;
  331. border-radius:0px;
  332. -moz-box-shadow:none;
  333. -webkit-box-shadow:none;
  334. box-shadow:none;
  335. color:#D9001B;
  336. }
  337. #u383.hint {
  338. }
  339. #u383_div.disabled {
  340. border-width:0px;
  341. position:absolute;
  342. left:0px;
  343. top:0px;
  344. width:300px;
  345. height:25px;
  346. background:inherit;
  347. background-color:rgba(240, 240, 240, 1);
  348. border:none;
  349. border-radius:0px;
  350. -moz-box-shadow:none;
  351. -webkit-box-shadow:none;
  352. box-shadow:none;
  353. color:#D9001B;
  354. }
  355. #u383.disabled {
  356. }
  357. #u383_div.hint.disabled {
  358. border-width:0px;
  359. position:absolute;
  360. left:0px;
  361. top:0px;
  362. width:300px;
  363. height:25px;
  364. background:inherit;
  365. background-color:rgba(240, 240, 240, 1);
  366. border:none;
  367. border-radius:0px;
  368. -moz-box-shadow:none;
  369. -webkit-box-shadow:none;
  370. box-shadow:none;
  371. color:#D9001B;
  372. }
  373. #u383.hint.disabled {
  374. }
  375. #u384 {
  376. border-width:0px;
  377. position:absolute;
  378. left:0px;
  379. top:0px;
  380. width:0px;
  381. height:0px;
  382. }
  383. #u385_img {
  384. border-width:0px;
  385. position:absolute;
  386. left:0px;
  387. top:0px;
  388. width:417px;
  389. height:737px;
  390. }
  391. #u385 {
  392. border-width:0px;
  393. position:absolute;
  394. left:648px;
  395. top:76px;
  396. width:417px;
  397. height:737px;
  398. display:flex;
  399. }
  400. #u385 .text {
  401. position:absolute;
  402. align-self:center;
  403. padding:2px 2px 2px 2px;
  404. box-sizing:border-box;
  405. width:100%;
  406. }
  407. #u385_text {
  408. border-width:0px;
  409. word-wrap:break-word;
  410. text-transform:none;
  411. visibility:hidden;
  412. }
  413. #u386_div {
  414. border-width:0px;
  415. position:absolute;
  416. left:0px;
  417. top:0px;
  418. width:229px;
  419. height:60px;
  420. background:inherit;
  421. background-color:rgba(255, 255, 255, 1);
  422. border:none;
  423. border-radius:0px;
  424. -moz-box-shadow:none;
  425. -webkit-box-shadow:none;
  426. box-shadow:none;
  427. }
  428. #u386 {
  429. border-width:0px;
  430. position:absolute;
  431. left:829px;
  432. top:709px;
  433. width:229px;
  434. height:60px;
  435. display:flex;
  436. }
  437. #u386 .text {
  438. position:absolute;
  439. align-self:center;
  440. padding:2px 2px 2px 2px;
  441. box-sizing:border-box;
  442. width:100%;
  443. }
  444. #u386_text {
  445. border-width:0px;
  446. word-wrap:break-word;
  447. text-transform:none;
  448. visibility:hidden;
  449. }
  450. #u387_div {
  451. border-width:0px;
  452. position:absolute;
  453. left:0px;
  454. top:0px;
  455. width:283px;
  456. height:38px;
  457. background:inherit;
  458. background-color:rgba(255, 255, 255, 1);
  459. border:none;
  460. border-radius:0px;
  461. -moz-box-shadow:none;
  462. -webkit-box-shadow:none;
  463. box-shadow:none;
  464. }
  465. #u387 {
  466. border-width:0px;
  467. position:absolute;
  468. left:716px;
  469. top:775px;
  470. width:283px;
  471. height:38px;
  472. display:flex;
  473. }
  474. #u387 .text {
  475. position:absolute;
  476. align-self:center;
  477. padding:2px 2px 2px 2px;
  478. box-sizing:border-box;
  479. width:100%;
  480. }
  481. #u387_text {
  482. border-width:0px;
  483. word-wrap:break-word;
  484. text-transform:none;
  485. visibility:hidden;
  486. }