You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

897 lines
18 KiB

  1. html, body {
  2. color: black;
  3. background: #ffffff;
  4. font-weight: normal;
  5. font-family: Tahoma, Helvetica, sans-serif;
  6. font-style: normal;
  7. font-size: 11px;
  8. text-decoration: none;
  9. padding: 0px;
  10. border: 0px;
  11. margin: 0px;
  12. }
  13. td {
  14. font-family: tahoma;
  15. font-size: 11px;
  16. }
  17. img {
  18. border-bottom: none;
  19. border-right: none;
  20. border-left: none;
  21. border-top: none;
  22. }
  23. form {
  24. margin: 0px;
  25. }
  26. inputbox {
  27. BORDER-RIGHT: 1px solid;
  28. BORDER-TOP: 1px solid;
  29. FONT-SIZE: 11px;
  30. BORDER-LEFT: 1px solid;
  31. COLOR: black;
  32. BORDER-BOTTOM: 1px solid;
  33. BACKGROUND-COLOR: white;
  34. border-color: #0A50A1;
  35. font-size: 11px;
  36. }
  37. select {
  38. font-family: tahoma;
  39. font-size: 11px;
  40. }
  41. .inputs-focus {
  42. BACKGROUND-COLOR: #F5F4F4;
  43. }
  44. A {
  45. FONT-SIZE: 11px;
  46. font-family: Tahoma;
  47. COLOR: #000099;
  48. TEXT-DECORATION: none
  49. }
  50. A:link {
  51. font-family: Tahoma;
  52. COLOR: #000099;
  53. TEXT-DECORATION: none
  54. }
  55. A:visited {
  56. COLOR: #000099;
  57. TEXT-DECORATION: none
  58. }
  59. A:hover {
  60. font-family: Tahoma;
  61. COLOR: #000099;
  62. TEXT-DECORATION: underline;
  63. }
  64. A:active {
  65. COLOR: #000099;
  66. TEXT-DECORATION: none
  67. }
  68. .status_message {
  69. background: #faf0e6;
  70. font-family: Tahoma;
  71. font-size: 11px;
  72. }
  73. div#footer {
  74. FONT-SIZE: 11px;
  75. margin-right: 3px;
  76. text-align: right;
  77. }
  78. .mytextarea {
  79. border-left-width: 1px;
  80. border-right-width: 1px;
  81. border-top-width: 1px;
  82. border-bottom-width: 1px;
  83. border-left-color: #C0C0C0;
  84. border-right-color: #C0C0C0;
  85. border-top-color: #C0C0C0;
  86. border-bottom-color: #C0C0C0;
  87. border-style: solid;
  88. padding-left: 2px;
  89. background-color: #FFFFFF;
  90. font-family: Tahoma, Helvetica, sans-serif;
  91. font-size: 11px;
  92. }
  93. table.navbar {
  94. BORDER-RIGHT: 0px;
  95. PADDING-RIGHT: 0px;
  96. BORDER-TOP: 0px;
  97. PADDING-LEFT: 0px;
  98. PADDING-BOTTOM: 0px;
  99. MARGIN-LEFT: 1px;
  100. BORDER-LEFT: 0px;
  101. WIDTH: 100%;
  102. PADDING-TOP: 0px;
  103. BORDER-BOTTOM: 0px
  104. }
  105. table.navbar th {
  106. font-family: Tahoma;
  107. PADDING-RIGHT: 1px;
  108. PADDING-LEFT: 1px;
  109. FONT-SIZE: 11px;
  110. PADDING-BOTTOM: 0px;
  111. MARGIN: 5px;
  112. COLOR: #000000;
  113. PADDING-BOTTOM: 5px;
  114. Margin-bottom: 5px;
  115. BORDER-BOTTOM: red 1px solid;
  116. BORDER-TOP: red 1px solid;
  117. BACKGROUND-COLOR: #F4F7FF;
  118. vertical-align: middle;
  119. }
  120. table.navbar td {
  121. PADDING-RIGHT: 0px;
  122. PADDING-LEFT: 1px;
  123. PADDING-BOTTOM: 2px;
  124. COLOR: #3a6aa9;
  125. PADDING-TOP: 2px;
  126. BACKGROUND-COLOR: white;
  127. vertical-align: top;
  128. font-family: Tahoma, Helvetica, sans-serif;
  129. font-size: 11px;
  130. }
  131. .navigation {
  132. PADDING-RIGHT: 0px;
  133. PADDING-LEFT: 0px;
  134. PADDING-BOTTOM: 0px;
  135. MARGIN: 0px;
  136. WIDTH: 100%;
  137. PADDING-TOP: 0px;
  138. LIST-STYLE-TYPE: none
  139. }
  140. .navigation li {
  141. BORDER-RIGHT: 0px;
  142. PADDING-RIGHT: 0px;
  143. BORDER-TOP: 0px;
  144. PADDING-LEFT: 0px;
  145. PADDING-BOTTOM: 0px;
  146. MARGIN: 0px;
  147. BORDER-LEFT: 0px;
  148. PADDING-TOP: 0px;
  149. BORDER-BOTTOM: #DDE4FF 1px solid;
  150. BACKGROUND-COLOR: white font-family:Tahoma, Helvetica, sans-serif;
  151. font-size: 11px;
  152. }
  153. .navigation li a {
  154. DISPLAY: block;
  155. PADDING-LEFT: 8px;
  156. PADDING-BOTTOM: 1px;
  157. COLOR: black;
  158. PADDING-TOP: 1px;
  159. BACKGROUND-COLOR: white font-family:Tahoma, Helvetica, sans-serif;
  160. font-size: 11px;
  161. }
  162. .navigation li a:active {
  163. COLOR: black
  164. }
  165. .navigation li a:link {
  166. COLOR: black
  167. }
  168. .navigation li a:visited {
  169. COLOR: black
  170. }
  171. .navigation li a:hover {
  172. COLOR: black;
  173. BACKGROUND-COLOR: #F4F7FF;
  174. text-decoration: none;
  175. }
  176. table.adminlist {
  177. FONT-SIZE: 11px;
  178. BACKGROUND-COLOR: #ffffff
  179. }
  180. table.adminlist th {
  181. COLOR: white;
  182. HEIGHT: 22px;
  183. BACKGROUND-COLOR: #0A50A1;
  184. text-align: left;
  185. padding: 0px 0px 0px 5px;
  186. marign: 0px 0px 0px 0px;
  187. vertical-align: middle;
  188. }
  189. table.adminlist th A {
  190. COLOR: white;
  191. TEXT-DECORATION: none;
  192. }
  193. table.adminlist th A:active {
  194. COLOR: white;
  195. TEXT-DECORATION: none;
  196. }
  197. table.adminlist th A:visited {
  198. COLOR: white;
  199. TEXT-DECORATION: none
  200. }
  201. table.adminlist TH A:hover {
  202. COLOR: #0A50A1;
  203. BACKGROUND-COLOR: #DCE4FF;
  204. TEXT-DECORATION: none;
  205. }
  206. table.adminlist TH.title {
  207. COLOR: #333333;
  208. TEXT-ALIGN: left
  209. }
  210. table.adminlist tr.row1 {
  211. BACKGROUND-COLOR: #F4F7FF
  212. }
  213. table.adminlist tr.row2 {
  214. BACKGROUND-COLOR: #ffffff
  215. }
  216. table.adminlist tr.row3 {
  217. BACKGROUND-COLOR: #DDE4FF
  218. }
  219. table.adminlist tr.highlighted {
  220. background-color: #ffe7e7;
  221. }
  222. table.adminlist tr.highlighted:hover {
  223. background-color: #ffe7e7;
  224. text-decoration: none;
  225. }
  226. table.adminlist tr.rowWarn {
  227. BACKGROUND-COLOR: #ffe7e7
  228. }
  229. table.adminlist td {
  230. BORDER-BOTTOM: #DDE4FF 1px solid
  231. }
  232. table.adminlist tr.row1:hover {
  233. BACKGROUND-COLOR: #f1f1f1;
  234. text-decoration: none;
  235. }
  236. table.adminlist tr.row2:hover {
  237. BACKGROUND-COLOR: #f1f1f1;
  238. text-decoration: none;
  239. }
  240. table.adminlist td.options {
  241. FONT-SIZE: 12px;
  242. BACKGROUND-COLOR: #ffffff
  243. }
  244. table.title {
  245. FONT-SIZE: 11px;
  246. BORDER-BOTTOM: #000099 1px solid;
  247. FONT-FAMILY: Tahoma, Helvetica, sans-serif;
  248. BACKGROUND-COLOR: white
  249. }
  250. table.subnavbar {
  251. FONT-SIZE: 11px;
  252. BORDER-BOTTOM: #000099 0px solid;
  253. FONT-FAMILY: Tahoma, Helvetica, sans-serif;
  254. BACKGROUND-COLOR: #DDE4FF
  255. }
  256. #tabmenu {
  257. color: black;
  258. margin: 0;
  259. padding: 2px;
  260. z-index: 1;
  261. padding-left: 0px
  262. }
  263. #tabmenu li {
  264. display: inline;
  265. overflow: hidden;
  266. list-style-type: none;
  267. }
  268. #tabmenu a, a.active {
  269. color: black;
  270. background: white;
  271. FONT-WEIGHT: normal;
  272. border: 1px solid #0A50A1;
  273. padding: 2px 5px 2px 5px;
  274. margin: 0px;
  275. text-decoration: none;
  276. }
  277. #tabmenu a.active {
  278. background: #F4F7FF;
  279. border-bottom: 1px solid #0A50A1;
  280. }
  281. #tabmenu a:hover {
  282. color: black;
  283. background: #F4F7FF;
  284. text-decoration: none;
  285. }
  286. #tabmenu a:visited {
  287. color: black;
  288. }
  289. #tabmenu a.active:hover {
  290. background: #F4F7FF;
  291. color: black;
  292. }
  293. #alertbox {
  294. border: 1px solid;
  295. color: #ff0000;
  296. background: #FFCCCC;
  297. padding: 4px;
  298. }
  299. #tablist {
  300. padding: 3px 0;
  301. margin-left: 380;
  302. margin-bottom: 0;
  303. margin-top: 0.1em;
  304. font: bold 11px Tahoma;
  305. }
  306. #tablist li {
  307. list-style: none;
  308. display: inline;
  309. margin: 0;
  310. }
  311. #tablist li a {
  312. margin-left: 3px;
  313. border: 1px solid #778;
  314. border-bottom: none;
  315. }
  316. #tablist li a:link, #tablist li a:visited {
  317. color: navy;
  318. }
  319. #tablist li a.current {
  320. background-color: #F8F8F8;
  321. }
  322. #tabcontentcontainer {
  323. width: 550px;
  324. padding: 5px;
  325. border: 1px solid black;
  326. }
  327. .tabcontent {
  328. display: none;
  329. }
  330. img {
  331. border-bottom: none;
  332. border-right: none;
  333. border-left: none;
  334. border-top: none;
  335. }
  336. .tblclass {
  337. font-family: tahoma,sans-serif;
  338. font-size: 11px;
  339. background: #FFFFFF;
  340. border-bottom: 1px solid #104A7B;
  341. border-right: 1px solid #104A7B;
  342. border-left: 1px solid #104A7B;
  343. border-top: 1px solid #104A7B;
  344. color: #999999;
  345. }
  346. .light {
  347. font-family: tahoma,sans-serif;
  348. font-size: 11px;
  349. background: #FFFFFF;
  350. border-bottom: 1px solid #EFEFEF;
  351. border-right: 1px solid #EFEFEF;
  352. border-left: 1px solid #EFEFEF;
  353. border-top: 1px solid #EFEFEF;
  354. color: #400000;
  355. }
  356. .syshead, h1, h2, h2, h3, h4 {
  357. font-size: 15px;
  358. color: #CC3300;
  359. padding: 0px 0px 0px 0px;
  360. font-family: Arial, 'Lucida Grande', 'Trebuchet MS', sans-serif;
  361. text-align: left;
  362. margin-bottom: 0px;
  363. }
  364. .headingclass {
  365. font-size: 12px;
  366. color: #CC3300;
  367. padding-top: 5px;
  368. PADDING-RIGHT: 1px;
  369. PADDING-LEFT: 2px;
  370. MARGIN-TOP: 0px;
  371. COLOR: #000000;
  372. PADDING-BOTTOM: 5px;
  373. BORDER-BOTTOM: red 1px solid;
  374. BORDER-TOP: red 1px solid;
  375. BACKGROUND-COLOR: #DEDEDE;
  376. vertical-align: middle;
  377. width: 99%;
  378. }
  379. .bttn {
  380. font-family: Tahoma,sans-serif;
  381. font-size: 11px;
  382. background: #D6E7EF;
  383. border-bottom: 1px solid #104A7B;
  384. border-right: 1px solid #104A7B;
  385. border-left: 1px solid #AFC4D5;
  386. border-top: 1px solid #AFC4D5;
  387. color: #000066;
  388. height: 21px;
  389. text-decoration: none;
  390. cursor: hand;
  391. }
  392. .inputtext, .textbox, .titform {
  393. font-family: Tahoma;
  394. font-size: 11px;
  395. color: #000000;
  396. border-left-width: 1px;
  397. border-right-width: 1px;
  398. border-top-width: 1px;
  399. border-bottom-width: 1px;
  400. border-left-color: #C0C0C0;
  401. border-right-color: #C0C0C0;
  402. border-top-color: #C0C0C0;
  403. border-bottom-color: #C0C0C0;
  404. border-style: solid;
  405. background-color: #ffffff;
  406. padding-left: 2px;
  407. padding-top: 2px;
  408. height: 18px;
  409. }
  410. TABLE.Mtable TD {
  411. BORDER-RIGHT: #93bee2 1px solid;
  412. BORDER-BOTTOM: #c1cdd8 1px solid;
  413. }
  414. TABLE.Mtable TH {
  415. BORDER-RIGHT: #93bee2 1px solid;
  416. text-align: center;
  417. }
  418. TABLE.Mtable {
  419. border: 1px solid #DFDFDF;
  420. }
  421. .TRalter {
  422. background-color: #F0F0F0;
  423. }
  424. TABLE.searchTable {
  425. border: 1px solid #336699;
  426. }
  427. th, .theclass {
  428. font-size: 11px;
  429. font-family: Tahoma, Arial, sans-serif;
  430. color: #FFFFFF;
  431. text-align: left;
  432. background-color: #999966;
  433. }
  434. #MembersTable th, .theclass2 {
  435. font-size: 11px;
  436. font-family: Tahoma, Arial, sans-serif;
  437. color: #FFFFFF;
  438. text-align: left;
  439. background-color: #999966;
  440. cursor: pointer;
  441. }
  442. /* tables */
  443. table.Mtable {
  444. font-family: arial;
  445. background-color: #CDCDCD;
  446. margin: 10px 0pt 15px;
  447. font-size: 8pt;
  448. width: 100%;
  449. text-align: left;
  450. }
  451. table.Mtable thead tr th, table.tablesorter tfoot tr th {
  452. background-color: #e6EEEE;
  453. border: 1px solid #FFF;
  454. font-size: 8pt;
  455. padding: 4px;
  456. }
  457. table.Mtable thead tr .header {
  458. background-image: url(../images/bg.gif);
  459. background-repeat: no-repeat;
  460. background-position: center right;
  461. cursor: pointer;
  462. }
  463. table.Mtable tbody td {
  464. color: #3D3D3D;
  465. padding: 4px;
  466. background-color: #FFF;
  467. vertical-align: top;
  468. }
  469. table.Mtable tbody tr.odd td {
  470. background-color: #F0F0F6;
  471. }
  472. table.Mtable thead tr .headerSortUp {
  473. background-image: url(../images/asc.gif);
  474. }
  475. table.Mtable thead tr .headerSortDown {
  476. background-image: url(../images/desc.gif);
  477. }
  478. table.Mtable thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  479. background-color: #8dbdd8;
  480. }
  481. .light {
  482. font-family: tahoma,sans-serif;
  483. font-size: 11px;
  484. background: #FFFFFF;
  485. border-bottom: 1px solid #EFEFEF;
  486. border-right: 1px solid #EFEFEF;
  487. border-left: 1px solid #EFEFEF;
  488. border-top: 1px solid #EFEFEF;
  489. color: #400000;
  490. }
  491. .bc {
  492. padding: 2px;
  493. border-bottom: 1px dotted #ACACAC;
  494. border-top: 1px dotted #ACACAC;
  495. border-left: 1px dotted #ACACAC;
  496. border-right: 1px dotted #ACACAC;
  497. margin: 0px 0px 0px 5px;
  498. font-size: 11px;
  499. }
  500. .small {
  501. font-family: Tahoma;
  502. font-size: 10px;
  503. color: #FF3300;
  504. }
  505. .hrclass {
  506. width: 100%;
  507. height: 1px;
  508. color: #FF9900;
  509. text-align: left;
  510. }
  511. .content {
  512. font-family: Verdana, Arial, Helvetica, sans-serif;
  513. color: #000000;
  514. text-decoration: none;
  515. font-size: 11px;
  516. font-weight: normal;
  517. }
  518. .comment {
  519. font-family: Tahoma;
  520. font-size: 11px;
  521. color: #000000;
  522. border-left-width: 1px;
  523. border-right-width: 1px;
  524. border-top-width: 1px;
  525. border-bottom-width: 1px;
  526. border-left-color: #C0C0C0;
  527. border-right-color: #C0C0C0;
  528. border-top-color: #C0C0C0;
  529. border-bottom-color: #C0C0C0;
  530. border-style: solid;
  531. background-color: #ffffff;
  532. padding-left: 3px;
  533. }
  534. TABLE.ttable TH {
  535. BORDER-RIGHT: #93bee2 1px solid;
  536. }
  537. TABLE.ttable TD {
  538. BORDER-RIGHT: #93bee2 1px solid;
  539. BORDER-BOTTOM: #c1cdd8 1px solid;
  540. }
  541. TABLE.ttable {
  542. border: 1px solid #336699;
  543. }
  544. .hmenu_font {
  545. font-family: Verdana, Arial, Helvetica, sans-serif;
  546. font-size: 10px;
  547. font-weight: bold;
  548. color: #000000;
  549. text-decoration: none;
  550. }
  551. .tbl_title_bglbl {
  552. background-color: #EAEAFF;
  553. font-family: Verdana, Arial, Helvetica, sans-serif;
  554. font-size: 11px;
  555. font-weight: bold;
  556. }
  557. .big_info {
  558. font-family: Verdana, Arial, Helvetica, sans-serif;
  559. font-size: 18px;
  560. font-weight: bold;
  561. color: #000000;
  562. }
  563. .ad_text_box {
  564. font-family: Verdana, Arial, Helvetica, sans-serif;
  565. font-size: 10px;
  566. font-weight: normal;
  567. color: #000000;
  568. background-color: #FFFF82;
  569. }
  570. .text_label {
  571. font-family: Verdana, Arial, Helvetica, sans-serif;
  572. font-size: 11px;
  573. font-weight: normal;
  574. color: #000000;
  575. text-decoration: none;
  576. }
  577. .error_message {
  578. font-family: Verdana, Arial, Helvetica, sans-serif;
  579. font-size: 12px;
  580. font-weight: bold;
  581. color: #990000;
  582. text-decoration: none;
  583. }
  584. .contentbold {
  585. font-family: Verdana, Arial, Helvetica, sans-serif;
  586. color: #000000;
  587. text-decoration: none;
  588. font-size: 11px;
  589. font-weight: bold;
  590. }
  591. .contentnew {
  592. font-family: Verdana, Arial, Helvetica, sans-serif;
  593. color: #FF0000;
  594. text-decoration: none;
  595. font-size: 11px;
  596. font-weight: bold;
  597. }
  598. .header {
  599. font-family: Arial;
  600. font-size: 14px;
  601. font-weight: bold;
  602. color: #000000;
  603. }
  604. .bodytext {
  605. font-family: Verdana, Arial, Helvetica, sans-serif;
  606. font-size: 13px;
  607. font-weight: bold;
  608. color: #000099;
  609. }
  610. .normal_bold {
  611. font-family: Verdana, Arial, Helvetica, sans-serif;
  612. font-size: 10px;
  613. font-weight: bolder;
  614. color: #999999;
  615. text-decoration: none;
  616. }
  617. .normal_bold:hover {
  618. color: #FF0000;
  619. border-bottom: 1px dotted #ff0000;
  620. }
  621. .blue_bold {
  622. font-family: Verdana, Arial, Helvetica, sans-serif;
  623. font-size: 10px;
  624. font-weight: bolder;
  625. color: #0000CC;
  626. text-decoration: none;
  627. }
  628. .category_text1 {
  629. font-family: Verdana, Arial, Helvetica, sans-serif;
  630. font-size: 10px;
  631. font-weight: bold;
  632. color: #000000;
  633. text-decoration: none;
  634. height: 18px;
  635. display: block;
  636. padding-top: 5px;
  637. }
  638. .category_text1:hover {
  639. background: url(images/cate-bg1.gif)repeat;
  640. }
  641. .category_text {
  642. font-family: Verdana, Arial, Helvetica, sans-serif;
  643. font-size: 10px;
  644. font-weight: normal;
  645. color: #90918F;
  646. text-decoration: none;
  647. height: 18px;
  648. display: block;
  649. padding-top: 5px;
  650. }
  651. .category_text:hover {
  652. background-image: url(images/cate-bg.gif);
  653. background-repeat: repeat;
  654. }
  655. .padding_left {
  656. padding-left: 12px;
  657. }
  658. .language {
  659. font-family: Verdana, Arial, Helvetica, sans-serif;
  660. font-size: 11px;
  661. font-weight: normal;
  662. color: #FF0033;
  663. text-decoration: none;
  664. }
  665. .astric {
  666. font-family: Verdana, Arial, Helvetica, sans-serif;
  667. font-size: 11px;
  668. font-weight: normal;
  669. color: #FF0033;
  670. text-decoration: none;
  671. }
  672. .normal {
  673. font-family: Verdana, Arial, Helvetica, sans-serif;
  674. font-size: 11px;
  675. font-weight: normal;
  676. color: #000000;
  677. }
  678. .errMsg {
  679. font-family: Verdana, Arial, Helvetica, sans-serif;
  680. font-size: 11px;
  681. font-weight: bold;
  682. color: #FF0000;
  683. text-decoration: none;
  684. }
  685. .succMsg {
  686. font-family: Verdana, Arial, Helvetica, sans-serif;
  687. font-size: 11px;
  688. font-weight: bold;
  689. color: #008200;
  690. text-decoration: none;
  691. }
  692. .headingclass {
  693. font-size: 12px;
  694. color: #CC3300;
  695. padding-top: 5px;
  696. PADDING-RIGHT: 1px;
  697. PADDING-LEFT: 5px;
  698. MARGIN-TOP: 10px;
  699. COLOR: #000000;
  700. PADDING-BOTTOM: 5px;
  701. BORDER-BOTTOM: red 1px solid;
  702. BORDER-TOP: red 1px solid;
  703. BACKGROUND-COLOR: #DEDEDE;
  704. vertical-align: middle;
  705. width: 99%;
  706. }
  707. #fixedtipdiv {
  708. position: absolute;
  709. padding: 2px;
  710. border: 1px solid black;
  711. font: normal 12px Arial;
  712. }
  713. .supporttext {
  714. font-family: Arial, Helvetica, sans-serif;
  715. font-size: 12px;
  716. font-weight: normal;
  717. color: #333333;
  718. text-decoration: none;
  719. }
  720. input[type="text"], textarea, select, input[type="password"] {
  721. font-size: 12px;
  722. font-family: Arial;
  723. border: 1px solid #CCCCCC;
  724. background-color: White;
  725. }
  726. .button {
  727. background: url("../css/images/red_button/button_bg_active.png") repeat-x scroll left center #FFA822;
  728. border: 1px solid #444444;
  729. border-radius: 0 5px 0 5px;
  730. color: #FFFFFF;
  731. cursor: pointer;
  732. font-family: Arial;
  733. font-weight: 600;
  734. font-size: 13px !important;
  735. height: 24px !important;
  736. text-align: center;
  737. padding-left: 6px;
  738. padding-right: 6px;
  739. }
  740. .button:hover {
  741. background: url("../css/images/red_button/button_bg_hover.png") repeat-x scroll left center #FFA822;
  742. box-shadow: 0 0 3px 2px #B8B8B8;
  743. -moz-box-shadow: 0 0 3px 2px #B8B8B8;
  744. -webkit-box-shadow: 0 0 3px 2px #B8B8B8;
  745. }
  746. .button[disabled="disabled"] {
  747. border: 1px solid #CCCCCC;
  748. background: #FFCC00;
  749. color: #666666;
  750. font-family: Verdana, Arial, Helvetica, sans-serif;
  751. font-size: 10px;
  752. font-weight: bold;
  753. padding: 2px;
  754. }
  755. input:focus, textarea:focus, select:focus {
  756. background-color: #FFFFD2;
  757. font-weight: bold;
  758. }
  759. label {
  760. width: 10em;
  761. float: left;
  762. }
  763. label.error {
  764. float: none;
  765. color: red;
  766. vertical-align: top;
  767. }
  768. p {
  769. clear: both;
  770. }
  771. .roundedcorners {
  772. -moz-border-radius: 10px; /* Firefox */
  773. -webkit-border-radius: 10px; /* Safari, Chrome */
  774. border-radius: 10px; /* CSS3 */
  775. }