Advertisement
_-M-_

Untitled

Feb 18th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.78 KB | None | 0 0
  1. .message {
  2. color:#000;
  3. font-size:12px;
  4. border:1px #0071B5 solid;
  5. background:#ffd;
  6. width:auto;
  7. margin:10px 0;
  8. padding:10px;
  9. }
  10.  
  11. .message span {
  12. background:url(error-sprite.gif) no-repeat 0 0;
  13. float:left;
  14. width:25px;
  15. height:25px;
  16. display:block;
  17. }
  18.  
  19. .message h6 {
  20. font-size:13px;
  21. margin:0 0 .25em 35px;
  22. padding:0;
  23. }
  24.  
  25. .message p {
  26. margin:0 0 .25em 35px;
  27. padding:0;
  28. }
  29.  
  30. .message ul {
  31. padding-left:0;
  32. margin-left:10px;
  33. }
  34.  
  35. .message li {
  36. margin-left:35px;
  37. list-style-type:disc;
  38. }
  39.  
  40. .success {
  41. color:#063;
  42. border:1px solid #447F00;
  43. }
  44.  
  45. .success h6 {
  46. color:#063;
  47. }
  48.  
  49. .success span {
  50. background-position:0 -25px;
  51. }
  52.  
  53. .success span.mini {
  54. background-position:0 -17px!important;
  55. }
  56.  
  57. .warning {
  58. border:1px solid #E47911;
  59. }
  60.  
  61. .warning span {
  62. background-position:0 -50px;
  63. }
  64.  
  65. .warning span.mini {
  66. background-position:0 -34px!important;
  67. }
  68.  
  69. .error {
  70. color:#A31919;
  71. border:1px solid #A31919;
  72. }
  73.  
  74. .error span {
  75. background-position:0 -75px;
  76. }
  77.  
  78. .error span.mini {
  79. background-position:0 -51px!important;
  80. }
  81.  
  82. .mini {
  83. font-size:10px;
  84. border:1px #DDDAC0 solid;
  85. padding:7px;
  86. }
  87.  
  88. .mini h6 {
  89. font-size:11px;
  90. margin-left:25px;
  91. }
  92.  
  93. .mini p {
  94. margin-left:25px;
  95. }
  96.  
  97. .mini span.mini {
  98. background:url(error-sprite-mini.gif) no-repeat 0 0;
  99. width:3px;
  100. height:3px;
  101. border:0;
  102. }
  103.  
  104. html {
  105. color:#000;
  106. background:#FFF;
  107. }
  108.  
  109. table {
  110. border-spacing:0;
  111. font-size:inherit;
  112. font:100%;
  113. border-collapse:collapse;
  114. text-align:left;
  115. }
  116.  
  117. fieldset,img {
  118. border:0;
  119. }
  120.  
  121. address,caption,cite,code,dfn,em,strong,th,var,optgroup {
  122. font-style:inherit;
  123. font-weight:inherit;
  124. }
  125.  
  126. del,ins {
  127. text-decoration:none;
  128. }
  129.  
  130. li {
  131. list-style:none;
  132. }
  133.  
  134. h1,h2,h3,h4,h5,h6 {
  135. font-size:100%;
  136. font-weight:400;
  137. color:#E47911;
  138. }
  139.  
  140. q:before,q:after {
  141. content:'';
  142. }
  143.  
  144. abbr,acronym {
  145. border:0;
  146. font-variant:normal;
  147. }
  148.  
  149. input,button,textarea,select,optgroup,option {
  150. font-family:inherit;
  151. font-size:inherit;
  152. font-style:inherit;
  153. font-weight:inherit;
  154. }
  155.  
  156. input,button,textarea,select {
  157. font-size:100%;
  158. }
  159.  
  160. body {
  161. font-size:small;
  162. font:x-small;
  163. font-family:Verdana;
  164. text-align:left;
  165. margin-left:8px;
  166. margin-right:8px;
  167. }
  168.  
  169. select,input,button,textarea,button {
  170. font:99% Verdana,arial,helvetica,clean,sans-serif;
  171. }
  172.  
  173. pre,code,kbd,samp,tt {
  174. font-family:monospace;
  175. font-size:108%;
  176. line-height:100%;
  177. }
  178.  
  179. .ap_caps_warn {
  180. display:none;
  181. color:#900;
  182. text-align:left;
  183. min-width:210px;
  184. font-size:75%;
  185. visibility:hidden;
  186. position:relative;
  187. width:auto;
  188. }
  189.  
  190. .ap_caps_warn_shared {
  191. margin-top:13px;
  192. margin-left:5px;
  193. }
  194.  
  195. .ap_standard_caps_warn {
  196. margin-left:5px;
  197. margin-top:-3px;
  198. }
  199.  
  200. .ap_col3_caps_warn {
  201. margin-left:0;
  202. margin-top:0;
  203. }
  204.  
  205. .ap_caps_warn_shared_table {
  206. margin-top:-13px;
  207. margin-left:-60px;
  208. }
  209.  
  210. .ap_standard_caps_warn_table {
  211. margin-left:-60px;
  212. margin-top:-13px;
  213. }
  214.  
  215. #title-slot #ap_title_pagelet {
  216. max-width:600px;
  217. margin-left:0;
  218. margin-right:0;
  219. }
  220.  
  221. hr.ap_dashed {
  222. border:none;
  223. border-top:1px dashed #C8C8C8;
  224. margin-top:5px;
  225. }
  226.  
  227. .ap_row {
  228. clear:both;
  229. width:100%;
  230. padding-top:5px;
  231. padding-bottom:5px;
  232. vertical-align:middle;
  233. margin:0;
  234. }
  235.  
  236. .ap_table > .ap_row > span {
  237. vertical-align:middle;
  238. float:none;
  239. padding:0;
  240. }
  241.  
  242. .ap_col1 {
  243. margin-left:25px;
  244. width:auto;
  245. padding-left:30px;
  246. }
  247.  
  248. .ap_no_collapse {
  249. min-height:28px;
  250. }
  251.  
  252. img {
  253. display:inline;
  254. border:0 none;
  255. }
  256.  
  257. .error h6 {
  258. color:inherit;
  259. }
  260.  
  261. h1 {
  262. font-size:120%;
  263. font-weight:700;
  264. }
  265.  
  266. .ap_submit_link {
  267. background-color:transparent;
  268. text-decoration:underline;
  269. border:none;
  270. cursor:pointer;
  271. width: 0;
  272. overflow: visible;
  273. }
  274.  
  275. .ap_submit_link[class]
  276. {
  277. width: auto;
  278. }
  279.  
  280. .faded {
  281. color:#aaa;
  282. }
  283.  
  284. .invisible {
  285. visibility:hidden;
  286. }
  287.  
  288. .red {
  289. color:#900;
  290. }
  291.  
  292. .gray {
  293. color:#666;
  294. }
  295.  
  296. .light {
  297. font-weight:300;
  298. }
  299.  
  300. .tiny {
  301. font-size:.75em;
  302. font-weight:400;
  303. }
  304.  
  305. .small {
  306. font-size:.85em;
  307. font-weight:400;
  308. }
  309.  
  310. .enabled {
  311. cursor:default;
  312. }
  313.  
  314. .disabled {
  315. cursor:not-allowed;
  316. }
  317.  
  318. .headroom {
  319. padding-top:10px;
  320. }
  321.  
  322. .padded_right {
  323. padding-right:6px;
  324. }
  325.  
  326. .rightborder {
  327. border-right:1px solid #CCC;
  328. }
  329.  
  330. .leftborder {
  331. border-left:1px solid #CCC;
  332. }
  333.  
  334. input.disabled {
  335. background:#eee;
  336. }
  337.  
  338. input.enabled {
  339. background:inherit;
  340. }
  341.  
  342. .fixed_width_form {
  343. width:auto;
  344. margin-left:auto;
  345. margin-right:auto;
  346. }
  347.  
  348. .loading {
  349. background:url(loadIndicator-label.gif) no-repeat center;
  350. }
  351.  
  352. .form_alert {
  353. height:.9em;
  354. color:#900;
  355. padding:3px;
  356. }
  357.  
  358. .width_200 {
  359. width:200px;
  360. display:inline-block;
  361. }
  362.  
  363. ul li {
  364. background-image:none;
  365. background-position:0 .5em;
  366. background-repeat:no-repeat;
  367. list-style-type:none;
  368. margin-bottom:.5em;
  369. padding-left:0;
  370. }
  371.  
  372. .ap_ulist li {
  373. list-style-type:none;
  374. }
  375.  
  376. #top-1 {
  377. text-align:center;
  378. margin:10px 0;
  379. }
  380.  
  381. .ap_header {
  382. width:600px;
  383. margin-left:auto;
  384. margin-right:auto;
  385. text-align:left;
  386. padding-bottom:3px;
  387. margin-top:10px;
  388. }
  389.  
  390. .ap_pagelet {
  391. margin-bottom:10px;
  392. float:left;
  393. max-width:800px;
  394. width:auto;
  395. margin-left:auto;
  396. margin-right:auto;
  397. }
  398.  
  399. .ap_pagelet input {
  400. vertical-align:text-bottom;
  401. }
  402.  
  403. .ap_pagelet_title {
  404. text-align:left;
  405. margin-bottom:4px;
  406. }
  407.  
  408. .ap_section_title {
  409. height:auto;
  410. margin-bottom:2px;
  411. }
  412.  
  413. .ap_flyout {
  414. background-color:#FFC;
  415. border:1px solid #921;
  416. font-size:93%;
  417. text-align:left;
  418. display:inline;
  419. position:absolute;
  420. width:190px;
  421. z-index:999;
  422. color:#921;
  423. margin-top:-100px;
  424. margin-left:200px;
  425. padding:0 3px 3px 8px;
  426. }
  427.  
  428. .ap_flyout img {
  429. position:absolute;
  430. left:-5px;
  431. top:50%;
  432. }
  433.  
  434. .ap_form_wrapper {
  435. margin-left:auto;
  436. margin-right:auto;
  437. margin-top:5px;
  438. min-width:510px;
  439. }
  440.  
  441. .ap_form_wrapper table {
  442. display:block;
  443. width:auto;
  444. margin:auto;
  445. }
  446.  
  447. .ap_form_div {
  448. margin-top:20px;
  449. margin-bottom:20px;
  450. }
  451.  
  452. .ap_form_row {
  453. margin:7px;
  454. }
  455.  
  456. .signinSecure {
  457. padding-top:8px;
  458. padding-bottom:8px;
  459. }
  460.  
  461. .ap_cnep_form_row {
  462. width:500px;
  463. text-align:left;
  464. clear:both;
  465. padding:5px 0;
  466. }
  467.  
  468. .ap_cnep_label {
  469. float:left;
  470. width:120px;
  471. text-align:right;
  472. vertical-align:bottom;
  473. font-weight:700;
  474. }
  475.  
  476. .ap_cnep_val {
  477. display:inline-block;
  478. float:right;
  479. text-align:left;
  480. vertical-align:bottom;
  481. width:260px;
  482. }
  483.  
  484. .ap_cnep_edit {
  485. display:inline-block;
  486. vertical-align:bottom;
  487. float:right;
  488. width:100px;
  489. }
  490.  
  491. #ap_cnep_birthdate_input {
  492. padding:12px 0 6px;
  493. }
  494.  
  495. #ap_cnep_finished_button {
  496. margin-top:30px;
  497. padding-top:6px;
  498. }
  499.  
  500. #ap_cnep_subtitle {
  501. margin-bottom:5px;
  502. }
  503.  
  504. .ap_error_page_header {
  505. text-align:center;
  506. margin:20px;
  507. }
  508.  
  509. .ap_error_page_message {
  510. font-size:medium;
  511. margin-top:2px;
  512. }
  513.  
  514. .ap_error_return_home {
  515. font-size:medium;
  516. font-weight:700;
  517. margin-top:15px;
  518. }
  519.  
  520. .ap_error_page_wrapper {
  521. width:600px;
  522. margin-left:auto;
  523. margin-right:auto;
  524. text-align:center;
  525. font-family:verdana,arial,helvetica,sans-serif;
  526. font-size:medium;
  527. }
  528.  
  529. .ap_error_page_cookieless_wrapper {
  530. width:600px;
  531. margin-left:10px;
  532. font-family:verdana,arial,helvetica,sans-serif;
  533. font-size:medium;
  534. }
  535.  
  536. .ap_error_page_cookieless_wrapper p {
  537. margin:10px auto 10px 10px;
  538. }
  539.  
  540. .ap_error_page_cookieless_title h1 {
  541. font-size:medium;
  542. margin:10px auto 10px 10px;
  543. }
  544.  
  545. #ap_fpp_cctype_input {
  546. display:inline-block;
  547. margin-bottom:6px;
  548. vertical-align:bottom;
  549. }
  550.  
  551. #ap_forgot_form_table_wrapper {
  552. margin-bottom:0px;
  553. }
  554.  
  555. #customer_service {
  556. margin-top:30px;
  557. }
  558.  
  559. #ap_register_phone_number_input > input {
  560. vertical-align:middle;
  561. }
  562.  
  563. #ap_caps_warn_span {
  564. display:inline-block;
  565. padding-top:0;
  566. }
  567.  
  568. #ap_remember_me_checkbox_row {
  569. margin-left:230px;
  570. margin-top:2px;
  571. }
  572.  
  573. #ap_small_forgot_password_link_ie_new {
  574. margin-left:235px;
  575. margin-top:2px;
  576. }
  577.  
  578. #jpflex #ap_small_forgot_password_link_ie_new {
  579. margin-left:237px;
  580. }
  581.  
  582. #itflex #ap_small_forgot_password_link_ie_new {
  583. margin-left:221px;
  584. }
  585.  
  586. #frflex #ap_small_forgot_password_link_ie_new {
  587. margin-left:275px;
  588. }
  589.  
  590. #ap_small_forgot_password_link {
  591. margin-left:230px;
  592. margin-top:2px;
  593. }
  594.  
  595. #jpflex #ap_small_forgot_password_link {
  596. margin-left:232px;
  597. }
  598.  
  599. #itflex #ap_small_forgot_password_link {
  600. margin-left:216px;
  601. }
  602.  
  603. #frflex #ap_small_forgot_password_link {
  604. margin-left:270px;
  605. }
  606.  
  607. #ap_email_verify_options_table td {
  608. padding-top:3px;
  609. padding-right:20px;
  610. }
  611.  
  612. #ap_email_verify_options_table tr {
  613. border-top:1px solid #eee;
  614. }
  615.  
  616. #ap_email_verify_options_table tr:hover {
  617. background-color:#eee;
  618. }
  619.  
  620. #centerSlots {
  621. -moz-border-radius:5px;
  622. border-radius:5px;
  623. -webkit-border-radius:5px;
  624. border:1px solid #c9e1f4;
  625. position:relative;
  626. width:510px;
  627. padding:10px 15px;
  628. }
  629.  
  630. #centerSlots.rmrMe {
  631. width:530px;
  632. }
  633.  
  634. .ap_content_frame {
  635. -moz-border-radius:5px;
  636. border-radius:5px;
  637. -webkit-border-radius:5px;
  638. border:1px solid #c9e1f4;
  639. position:relative;
  640. float:left;
  641. padding:10px 15px;
  642. }
  643.  
  644. #ap_signin1a_password_row .ap_col1 {
  645. margin:0;
  646. padding:0;
  647. }
  648.  
  649. #ap_signin1a_pagelet #signInSubmit {
  650. margin-left:-15px;
  651. margin-top:5px;
  652. }
  653.  
  654. #ap_signin1a_password_section_title {
  655. padding-top:15px;
  656. }
  657.  
  658. body > .ie {
  659. margin-left:2px;
  660. margin-right:2px;
  661. }
  662.  
  663. .ie6 #ap_password {
  664. margin-left:50px;
  665. }
  666.  
  667. #ap_small_forgot_password_link_ie_old {
  668. margin-left:60px;
  669. margin-bottom:2px;
  670. }
  671.  
  672. .ie6 #centerSlots {
  673. padding-bottom:0;
  674. }
  675.  
  676. #bottom-4 {
  677. clear:both;
  678. border:none;
  679. height:0;
  680. }
  681.  
  682. #bottom-5 {
  683. clear:both;
  684. border-top:1px solid #C9E1F4;
  685. border:none;
  686. padding-top:10px;
  687. }
  688.  
  689. .ie6 .ap_row {
  690. padding:2px 0;
  691. }
  692.  
  693. .ap_ul li {
  694. background-image:url(orange_bullet.png);
  695. background-position:0 .5em;
  696. background-repeat:no-repeat;
  697. list-style-type:none;
  698. margin-bottom:.5em;
  699. padding-left:10px;
  700. }
  701.  
  702. .ap_forminput {
  703. text-align:left;
  704. display:inline-block;
  705. }
  706.  
  707. .ap_align_top {
  708. vertical-align:top;
  709. }
  710.  
  711. .ap_align_bottom {
  712. vertical-align:bottom;
  713. }
  714.  
  715. .ap_popup_bg {
  716. background:#efefef;
  717. position:absolute;
  718. width:250px;
  719. top:5%;
  720. right:35%;
  721. padding:0 4px 4px 0;
  722. }
  723.  
  724. .ap_popup {
  725. position:relative;
  726. top:-3px;
  727. left:-3px;
  728. text-align:left;
  729. border:1px solid #E47911;
  730. background:#ffffd5;
  731. padding:0 5px 15px 10px;
  732. }
  733.  
  734. .ap_close_popup {
  735. position:absolute;
  736. bottom:5px;
  737. right:5px;
  738. }
  739.  
  740. .ap_highlight_input {
  741. background:#ffffd5;
  742. }
  743.  
  744. .ap_form_table td[colspan=2] {
  745. padding-top:4px;
  746. }
  747.  
  748. .ap_input_label {
  749. display:inline-block;
  750. margin-right:4px;
  751. font-weight:700;
  752. text-align:right;
  753. min-width:0;
  754. }
  755.  
  756. .ap_radio_label {
  757. display:inline-block;
  758. }
  759.  
  760. .ap_radio_plus_label input {
  761. vertical-align:top;
  762. display:inline;
  763. }
  764.  
  765. .ap_privacy_footer {
  766. margin-left:auto;
  767. margin-right:auto;
  768. border:none;
  769. }
  770.  
  771. .ap_fpp_challenge_input_label {
  772. margin:3px 3px 3px 0;
  773. }
  774.  
  775. #ap_signin_form_table td.ap_login_suggest {
  776. padding-top:0;
  777. padding-bottom:4px;
  778. }
  779.  
  780. #ap_captcha_img {
  781. border:1px solid #aaa;
  782. width:200px;
  783. height:70px;
  784. }
  785.  
  786. #ap_register_phone_message {
  787. width:370px;
  788. }
  789.  
  790. #navLogo {
  791. display:block;
  792. position:relative;
  793. cursor:default;
  794. width:180px;
  795. height:48px;
  796. }
  797.  
  798. #navLogo:hover,#navLogo:focus,#navLogo:active {
  799. cursor:pointer;
  800. }
  801.  
  802. #altLogo {
  803. display:block;
  804. position:absolute;
  805. top:8px;
  806. left:9px;
  807. }
  808.  
  809. #navLogoPrimary {
  810. display:block;
  811. position:absolute;
  812. top:8px;
  813. left:9px;
  814. width:151px;
  815. height:31px;
  816. background-position:-9px -8px;
  817. }
  818.  
  819. #navLogo.nonGateway:hover #navLogoPrimary,#navLogo.nonGateway:focus #navLogoPrimary,#navLogo.nonGateway:active #navLogoPrimary {
  820. top:0;
  821. left:0;
  822. width:180px;
  823. height:48px;
  824. background-position:0 0;
  825. }
  826.  
  827. #navLogoPrimary span {
  828. position:absolute;
  829. top:-9999px;
  830. }
  831.  
  832. #navLogoSecondary {
  833. visibility:hidden;
  834. position:absolute;
  835. top:29px;
  836. left:79px;
  837. width:48px;
  838. height:12px;
  839. background-position:0 -700px;
  840. }
  841.  
  842. #navLogoSecondary.prime {
  843. visibility:visible;
  844. top:27px;
  845. left:75px;
  846. width:58px;
  847. height:17px;
  848. background-position:-110px -700px;
  849. }
  850.  
  851. #navLogo.nonGateway:hover #navLogoSecondary,#navLogo.nonGateway:focus #navLogoSecondary,#navLogo.nonGateway:active #navLogoSecondary {
  852. visibility:visible;
  853. }
  854.  
  855. #navLogo.nonGateway:hover #navLogoSecondary.prime,#navLogo.nonGateway:focus #navLogoSecondary.prime,#navLogo.nonGateway:active #navLogoSecondary.prime {
  856. top:27px;
  857. left:75px;
  858. width:58px;
  859. height:17px;
  860. background-position:-50px -700px;
  861. }
  862.  
  863. .navSprite,.navSaJs li.navSaMenuItem {
  864. background-image:url(navPackedSprites-US-22._V183711640_.png);
  865. }
  866.  
  867. #wrapper {
  868. width:542px;
  869. margin:0 auto;
  870. }
  871.  
  872. #topSlots {
  873. width:100%;
  874. margin:0;
  875. padding:0;
  876. }
  877.  
  878. #top-1 td[align=right] {
  879. padding:4px 4px 0 0;
  880. }
  881.  
  882. #bottomSlots {
  883. width:542px;
  884. padding:0;
  885. }
  886.  
  887. #flex_subslot_frame {
  888. width:510px;
  889. border:none;
  890. border-bottom:1px solid #C9E1F4;
  891. padding:20px 16px;
  892. }
  893.  
  894. .ap_form_table .ap_input_label {
  895. white-space:nowrap;
  896. }
  897.  
  898. .message a,.ap_submit_link,a:link,a:visited,a:hover,a:active {
  899. color:#004B91;
  900. }
  901.  
  902. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,* {
  903. margin:0;
  904. padding:0;
  905. }
  906.  
  907. caption,th,.ap_left,div,span,.left,.ap_section_subtitle {
  908. text-align:left;
  909. }
  910.  
  911. sup,sub {
  912. vertical-align:baseline;
  913. }
  914.  
  915. legend,.black {
  916. color:#000;
  917. }
  918.  
  919. .ap_table,.ap_col2,.fixed_width_form table {
  920. width:auto;
  921. }
  922.  
  923. .ap_right,.right {
  924. text-align:right;
  925. }
  926.  
  927. .ap_bold,.bold {
  928. font-weight:700;
  929. }
  930.  
  931. h2,h3,h4,h5,h6 {
  932. font-size:100%;
  933. font-weight:700;
  934. }
  935.  
  936. .ie,div#wrapper,.center,#cnep-slot,#register-slot,#forgotpassword-slot,#signin-slot,#tokenresync-slot,#bottom-1,#center-0,#center-1,#message-box-slot {
  937. text-align:center;
  938. }
  939.  
  940. .hidden,#be,#ap_signin1f_pagelet #ap_signin1f_signin_button_row .ap_col1,#ap_signin1a_forgot_password_row,#ap_signin1a_cnep_row,.ie6 #ap_caps_warn_span,#leftSlots,#rightSlots {
  941. display:none;
  942. }
  943.  
  944. .inline,#ap_signin1a_exist_cust_radio_row,#ap_signin1a_password_row,.ap_radio_button {
  945. display:inline;
  946. }
  947.  
  948. .middle,#add_phone_submit_button,#add_phone_cancel_button {
  949. vertical-align:middle;
  950. }
  951.  
  952. .clear-both,#center-3 {
  953. clear:both;
  954. }
  955.  
  956. .ap_form_table input,.ap_form_table select,.ap_form_table input {
  957. margin:5px 2px;
  958. }
  959.  
  960. #ap_fpp_continue_shopping,#ap_fpp_footer,.ap_error_page_title,#ap_captcha_title {
  961. margin-top:10px;
  962. }
  963.  
  964. .ap_error_page_title h1,.ap_error_page_cookieless_message {
  965. font-size:medium;
  966. }
  967.  
  968. #ap_signin1a_exist_cust_radio_row span,#ap_signin1a_password_row span {
  969. padding-top:8px;
  970. }
  971.  
  972. #navLogoPrimary.navLogoPrimaryAt,#navLogo.nonGateway:hover #navLogoPrimary.navLogoPrimaryAt,#navLogo.nonGateway:focus #navLogoPrimary.navLogoPrimaryAt,#navLogo.nonGateway:active #navLogoPrimary.navLogoPrimaryAt {
  973. background-position:0 0;
  974. }
  975.  
  976. #flex_subslot_frame {
  977. border-radius: none;
  978. -moz-border-radius: none;
  979. -webkit-border-radius: none;
  980. }
  981.  
  982. #ap_sent_email_content {
  983. width: 100%;
  984. }
  985.  
  986. a.ap_warning_link {
  987. color:#d33;
  988. }
  989.  
  990. #ap_mini_warning_icon {
  991. margin-right:2px;
  992. }
  993.  
  994. #ap_popover_bottom_right_link {
  995. float:right;
  996. display:block;
  997. }
  998.  
  999. .ap_popover {
  1000. position:absolute;
  1001. outline:none;
  1002. }
  1003.  
  1004. .ap_popover .ap_body {
  1005. height:100%;
  1006. position:relative;
  1007. }
  1008.  
  1009. .ap_popover .ap_body .ap_content {
  1010. padding-bottom:5px;
  1011. background-color:#fff;
  1012. margin:0 34px;
  1013. padding-bottom:0;
  1014. }
  1015.  
  1016. .ap_popover .ap_body .ap_left {
  1017. width:34px;
  1018. height:100%;
  1019. position:absolute;
  1020. top:0;
  1021. left:0;
  1022. background:transparent url(po_left.png) repeat-y scroll 0 0;
  1023. }
  1024.  
  1025. .ap_popover .ap_body .ap_right {
  1026. width:34px;
  1027. height:100%;
  1028. position:absolute;
  1029. top:0;
  1030. right:0;
  1031. background:transparent url(po_right.png) repeat-y scroll 0 0;
  1032. }
  1033.  
  1034. .ap_popover .ap_header,.ap_popover .ap_footer {
  1035. position:relative;
  1036. width:100%;
  1037. }
  1038.  
  1039. .ap_popover .ap_header {
  1040. margin:0;
  1041. padding:0;
  1042. }
  1043.  
  1044. .ap_popover .ap_header *,.ap_popover .ap_footer * {
  1045. height:34px;
  1046. }
  1047.  
  1048. .ap_popover .ap_header .ap_left {
  1049. position:absolute;
  1050. top:0;
  1051. left:0;
  1052. width:34px;
  1053. background:transparent url(po_top_left.png) no-repeat scroll 0 0;
  1054. }
  1055.  
  1056. .ap_popover .ap_header .ap_right {
  1057. width:34px;
  1058. position:absolute;
  1059. top:0;
  1060. right:0;
  1061. background:transparent url(po_top_right.png) no-repeat scroll 0 0;
  1062. }
  1063.  
  1064. .ap_popover .ap_header .ap_middle {
  1065. margin:0 34px;
  1066. background:transparent url(po_top.png) repeat-x scroll 0 0;
  1067. }
  1068.  
  1069. .ap_popover .ap_footer .ap_left {
  1070. position:absolute;
  1071. top:0;
  1072. left:0;
  1073. width:34px;
  1074. background:transparent url(po_bottom_left.png) no-repeat scroll 0 0;
  1075. }
  1076.  
  1077. .ap_popover .ap_footer .ap_right {
  1078. width:34px;
  1079. position:absolute;
  1080. top:0;
  1081. right:0;
  1082. background:transparent url(po_bottom_right.png) no-repeat scroll 0 0;
  1083. }
  1084.  
  1085. .ap_popover .ap_footer .ap_middle {
  1086. margin:0 34px;
  1087. background:transparent url(po_bottom.png) repeat-x scroll 0 0;
  1088. }
  1089.  
  1090. .ap_popover .ap_titlebar {
  1091. display:none;
  1092. position:absolute;
  1093. left:0;
  1094. top:0;
  1095. background-color:#EAF3FE;
  1096. border-bottom:1px solid #C2DDF2;
  1097. font-size:14px;
  1098. font-weight:700;
  1099. margin:10px 18px;
  1100. }
  1101.  
  1102. .ap_popover .ap_titlebar .ap_title {
  1103. padding:4px 10px;
  1104. }
  1105.  
  1106. #ap_overlay {
  1107. background-color:#3F4C58;
  1108. width:100%;
  1109. position:absolute;
  1110. top:0;
  1111. left:0;
  1112. z-index:99;
  1113. display:none;
  1114. }
  1115.  
  1116. .ap_popover .ap_close {
  1117. position:absolute;
  1118. right:18px;
  1119. top:15px;
  1120. }
  1121.  
  1122. .ap_popover .ap_close a {
  1123. padding:5px;
  1124. text-decoration:none;
  1125. outline:none;
  1126. }
  1127.  
  1128. .ap_popover .ap_close .ap_closetext {
  1129. display:none;
  1130. position:relative;
  1131. top:-2px;
  1132. left:0;
  1133. margin-right:5px;
  1134. }
  1135.  
  1136. .ap_popover .ap_titlebar .ap_title h2 {
  1137. margin:2px 0;
  1138. font-weight:700;
  1139. cursor:default;
  1140. }
  1141.  
  1142. #ap_popover_content {
  1143. padding-top:10px;
  1144. padding-bottom:16px;
  1145. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement