/* Pitara order form CSS */ body { text-align: center; font-family: Verdana, sans-serif; margin: 0; /* due to these 3 lines Div which we added at the last "sticky" remain fix in IE 6, 7 and not vibrate */ background: #fff url(bg-orderform.jpg) repeat; background-position: 50% 0; background-attachment: fixed; /*background: #FFF url(bg-orderform.jpg) repeat-x fixed top 5em;*/ } /* added by seena 05/08/2009 */ #header {font: normal bold .9em;} #header ul {list-style: none; text-align: center; margin: 0 1em 0 0; padding: 4px;} #header ul li {display: inline;} #header ul li a {text-decoration: none; color: #fff; background-color: #9c6; padding: 4px 1em;} #header ul li a:hover {background-color: #393;} #sub_header {font: normal bold .9em;} #sub_header ul {list-style: none; text-align: center; margin: 0 1em 0 0; padding: 4px;} #sub_header ul li {display: inline;} #sub_header ul li a {text-decoration: none; color: #fff; background-color: #ff9900; padding: 4px 1em;} #sub_header ul li a:hover {background-color: #cc6600;} #hdr {background: #060;} #hdr_in {width: 774px; margin: auto;} #hdr_bot {background: #090; height: 20px; clear: both;} #hdr_bot a {text-decoration: none; color: #fff; font-size: .8em; font-weight: bold;} #content_box { width: 770px; margin: auto; } p {font-size: .8em; color: #666;} div#content_box table { background-color: #fff; border: 0px solid #cc9; margin: auto; font-size: .8em; width: 90%; } div#content_box table tr th { background-color: #996; color: #fff; } div#content_box table tr td { background-color: #cc9; /*#ccffcc;*/ padding:5px 0 5px 5px; } div#content_box table.clearTable{border-radius:5px;-moz-border-radius:5px;background-color: #fff; margin: auto;margin-bottom:1em; font-size: .8em; width: 95%;border-collapse:collapse;} div#content_box table.clearTable tr th{background-color: #e2e2e2;color: #333;border: solid 1px #e2e2e2;} div#content_box table.clearTable tr th a{color: #333;} div#content_box table.clearTable tr td{background-color: #fff;padding:5px 0 5px 5px;border: solid 1px #e2e2e2;} div#content_box table.clearTable tr td a{color:#333399;} div#content_box table.clearTable tr.orderClosed td{color:#999;} div#content_box table.clearTable tr.orderClosed td a{color:#999;} div#content_box table.clearTable tr:hover td{background-color: #ffffcc;} .categ { font-weight: bold; padding-left: 2px; padding-top: 8px; padding-bottom: 2px; background-color: #cc0; color: black; } .amt { text-align: right; padding-right: 40px; } h3 {color: #cc6600; margin-top: 10px;} .fp_note { text-align: left; font-size: .7em; width: 480px; margin: auto; color: #666; } .fp_note ul li {list-style-type: square;} /* Added by - kaustubh dated 31 Jan 11*/ #Sticky { position:fixed; /**adjust location**/ right: 0px; bottom: 0px; text-align:center; font-weight: bold; width: 100%; height: 2.5em; /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */ _position: absolute; border:solid 0px #000; } #innerSticky { background: #009900; color:#FFF; text-align:right; margin:auto; width:766px; height: 2em; padding-top:2px; padding-bottom:2px; border: 2px solid orange; vertical-align:middle; } .textBoxSticky{ background: #009900; color:#FFF; border:0; font-weight:bold; font-size:1.5em; } fieldset{padding:.5em;border-radius:5px;-moz-border-radius:5px;margin:auto;margin-bottom:1em;font-size:.8em;} legend{text-align:left;color:#3333cc;font-weight:bold;} .smallNote{font-size:.8em;color:#003399;} .note{font-size:.8em;text-align:left;padding:1em;} #screenTitle{display:block;} #printTitle{display:none;} .ErrorMessage{ text-align:left; padding:0.5em; margin:auto; background:#ffc0cb; border:solid 1px #ff0000; color:#ff0000; /*width:400px;*/ margin-bottom:.5em; margin-top:.5em; font-size:.9em; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; } .SuccessMessage { text-align:center; padding:0.5em; margin:auto; background:#ccffcc; border:solid 1px #006600; color:#006600; width:400px; margin-bottom:.5em; margin-top:.5em; font-size:.9em; font-weight:bold; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }