#login {
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
}

#login a:visited{
  text-decoration:underline;
  color:#3366CC;
}

#login a {
  text-decoration:underline;
  color:#3366CC;
}

#login a:hover{
  background-color:#FF6600;
  color:white;
}

#ind {
display:inline;float:left;background-color:#D9ECF0;border:solid 1px #DFDFDF;
border-top:0px;font-size:14px;color:#FF6600;padding:4px;font-weight:700;
margin-left:15px;
}

#ind_chg {
display:inline;float:left;font-size:10px;color:#3366CC;font-weight:700;
padding:4px;
}

.copy {
  margin-top:10px;
  padding:5px;
  font-size:12px;
  line-height:14px;
  font-weight:bold;
}

.copy input {
display:inline;
float:left;
}

.copy input.text {
  color: black;
  background: #FFCC66;
  border: 1px solid #666666;
  margin-left:4px;
}

.copy p
{
  padding:3px;
}

.copy label {
float:left;
display:inline;
}

.login {
  margin-top:10px;
  padding:5px;
  font-size:12px;
  line-height:14px;
  font-weight:bold;
}

.login input.text {
  color: #333333;
  background: #FFCC66;
  border: 1px solid #666666;
  margin-left:4px;
}

.login label
{
  width: 140px;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}

.login p
{
  padding:3px;
}

#navtabs {
  float:left;
  font-family:Arial,Helvetica,sans-serif;
  font-weight: 500;
  font-size:15px;
  letter-spacing:0px;
  text-transform:lowercase;
  margin:45px 0px 0px 0px;
}

#navtabs ul {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  list-style:none;
}

#navtabs li {
  float:left;
  background:url("../img/l2.png") no-repeat left top;
  margin:0 0 0 4px;
  padding:0 0 0 9px;
  list-style:none;
}

#navtabs a {
  float:left;
  background:url("../img/r2.png") no-repeat right top;
  padding:8px 25px 7px 16px;
  text-decoration:none;
  color:white;
}

#navtabs_syn {
  font-family:Arial,Helvetica,sans-serif;
  font-weight: 500;
  font-size:15px;
  letter-spacing:0;
  float: left;
  background-color: rgb(203, 204, 154);
  height: 25px;
  width: 935px;
  padding-top: 8px;
}

#navtabs_syn li {
  float:right;
  margin:0 0 0 4px;
  padding:0 0 0 9px;
}

#navtabs_syn a {
  padding:8px 25px 7px 16px;
  text-decoration:none;
}

#navtabs_syn #current a {
  color:black;
  font-weight:bold;
}

#ft_syn {
  width:925px;
  font-size:93%;
  font-family:Arial,Helvetica,Verdana,sans-serif;
  font-weight:bold;
  color:white;
  clear:both;
  /* background:url("../img/syn/footer_edge.png") no-repeat left top; */
  background-color:#2B7299;
  text-align:left;
}

#ft_syn li {
  display: inline;
}

#ft_syn a {
  color:white;
}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #header a {float:none;}
  /* End IE5-Mac hack */

#navtabs #current {
  background-image:url("../img/l_on2.png");
}

#navtabs #current a {
  background-image:url("../img/r_on2.png");
  padding-bottom:7px;
}

#navbar {
  background:url("../img/navbar.png") top left repeat-x;
  width:100%;
  text-align:left;
  height:25px;
}

#sidenav {
  width:80%;
  margin:15px 0px 0px 0px;
  background-color:#F0F0F0;
  font-family:Arial,Helvetica,sans-serif;
}

#sidenav a {
  text-decoration:none;
  color:#3366CC; /* blue */
}

#sidenav ul {
  border-top:1px solid #DFDFDF;
  border-left:1px solid #DFDFDF;
  border-right:1px solid #DFDFDF;
}

#sidenav li {
  border-bottom:1px solid #DFDFDF;
  list-style:none;
  padding:5px;
}

#sidenav a:hover {
  text-decoration:none;
  color:white;
  background-color:#FF6600;
}

#sidenav .current {
  color:#000000;
  font-size:12px;
  font-weight:bold;
}
#sidenav .current a {
  text-decoration:none;
  color:#103B73;
  font-size:12px;
  font-weight:600;
}

strong {
  font-weight:bold;
  font-size:12px;
  margin-top:10px;
}

.title {
  font-family:Arial,Helvetica,sans-serif;
  color:#FFFFFF;
  font-size:1.7em;
  font-weight:normal;
  letter-spacing:-.05em;
  padding:15px 0px 0px 20px;
}

.sub {
  font-size:0.85em;
  font-weight:normal;
  color:#FFFFFF;
  padding:0px 0px 15px 20px;
}

.alert {
  background:#FFBB00;
  border:1px solid #CC6600;
  font-size:0.85em;
  color:black;
  padding:4px 4px 4px 4px;
  text-align:center;
}

.sidebox1, .sidebox1_body, .sidebox1_head, .sidebox1_head h2 {
  background: transparent url(../img/sidebox2.jpg) no-repeat bottom right;
}

.sidebox1 {
  min-width: 170px !important; /* intended total box width - padding-right(next) */
  width: 155px; /* IE Win = width - padding */
  padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
  margin: 15px 0 15px;
}

/* set the top-right image */
.sidebox1_head {
  background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
  padding-right: 10px; /* right-image-gap + right-inside padding */
}

/* set the top-left image */
.sidebox1_head h2 {
  background-position: top left;
  margin: 0; /* reset main site styles*/
  border: 0; /* ditto */
  font-family:Arial,Helvetica,Verdana;
  font-size:1.4em;
  letter-spacing:-.05em;
  color:#666666;
  padding: 10px 0 0px 15px; /* padding-left = image gap + interior padding ... no padding-right */
  height: auto !important; height: 1%; /* IE Holly Hack */
}

/* set the lower-left corner image */
.sidebox1_body {
  background-position: bottom left;
  margin-right: 25px; /* interior-padding right */
  font-family:Arial,Helvetica,Verdana;
  font-size:1em;
  letter-spacing:-.05em;
  color:#666666;
  padding: 0px 0 0px 15px; /* mirror .cssbox_head right/left */
}

.sidebox1_ft {
  margin-top:15px;
  padding-bottom:10px;
  font-weight:bold;
}
/* blue header */
.h1 {
  margin:10px 0px 10px 15px;
  font-family:Arial,Helvetica,Verdana;
  font-weight:bolder;
  font-size:18px;
  color:#3366CC;
}

.h1 a {
  text-decoration:underline;
  color:#3366CC;
}

.h1 a:visited {
  text-decoration:none;
  color:#3366CC;
}
/* headers with underline */
.h2 {
  margin:0px 0px 0px 15px;
  font-family:Arial,Helvetica,Verdana;
  font-weight:bold;
  font-size:14px;
  color:#3366CC; /* blue */
  border-bottom:1px solid #DFDFDF; /* lt. grey */
}

.h2 img {
}
/* main body text */
.h3 {
  margin:7px 0px 3px 15px;
  font-family:Arial,Helvetica,Verdana;
  font-weight:normal;
  font-size:12px;
  color:#666666; /* med grey */
  line-height:1.3em;
}

.helpLinkParens {
  margin-left: 0px;
  margin-top: 0px;
}

.h3 a {
  text-decoration:underline;
  color:#3366CC; /* blue */
}
.h3 a:visited {
  text-decoration:underline;
  color:#3366CC;
}
.h3 a:hover {
  background-color:#FF6600; /* orange */
  color: white;
}

/* ??? */
.h4 {
  margin-left:15px;
  font-family:Arial,Helvetica,Verdana;
  font-weight:700;
  font-size:1em;
  color:black;
  line-height:18px;
}

.h4 a {
  font-size:.9em;
  text-decoration:underline;
  color:#3366CC; /* blue */
}
.h4 a:visited {
  text-decoration:underline;
  color:#3366CC; /* blue */
}

.h4 a:hover {
    background-color:#FF6600; /* orange */
    color: white;
}

/* main body text with margins*/
.h5 {
  font-family:Arial,Helvetica,Verdana;
  font-weight:400;
  font-size:12px;
  color:#666666; /* med grey */
  margin-left: 15px;
  margin-right:50px;
  max-width:1000px;
}

.h5 a:hover {
    background-color:#FF6600; /* orange */
    color:white;
}

/* main body text no margins */
.h6 {
  font-family:Arial,Helvetica,Verdana;
  font-weight:400;
  font-size:12px;
  color:#666666;  /* med grey */
}

.h6 p {
  margin-bottom:6px;
}

.h6 a {
  text-decoration:underline;
  color:#3366CC; /* blue */
}
.h6 a:visited {
  text-decoration:underline;
  color:#3366CC; /* blue */
}
.h6 a:hover {
  background-color:#FF6600; /* orange */
  color:white;
}

.h6 ul {
list-style-type:disc;
list-style-position:inside;
}

/* small text */
.h7 {
  font-family:Arial,Helvetica,Verdana;
  font-weight:400;
  font-size:10px;
  color:#666666;  /* med grey */
}
.h7 a {
  text-decoration:underline;
  color:#3366CC; /* blue */
}
.h7 a:visited {
  text-decoration:underline;
  color:#3366CC; /* blue */
}
.h7 a:hover {
  background-color:#FF6600; /* orange */
  color:white;
}
.imglead {
  padding:5px 5px 5px 20px;
  margin:15px 0px 15px 15px;
  font-family:Arial,Helvetica,Verdana;
  font-weight:normal;
  font-size:1.0em;
  color:black;
}

.selcontract {
  margin:5px 5px 5px 0;
  padding:3px;
  text-align:left;
  font-family:Arial,Helvetica,Verdana;
  letter-spacing:-0.02em;
  font-size:1.1em;
  color:#333333;
}

.selcontract a,.selcontract a:visited, .selcontract a:hover {
  color:#333333;
  text-decoration:none;
}

.pbox1 {
  padding: 5px;
  margin-top: 7px;
  font-size:0.75em;
  color:#666666;
  background:#F0F0F0;
  border: solid 1px #999999;
}

.pricebox {
  color:black;
  font-weight:bold;
  font-size:16px;
}

.pbox1 input {
  color:#666666;
  border: solid 1px #999999;
  padding-left:0.2em;
  margin-left:0px;
}

.sdpBorder {
  position: absolute;
  visibility: visible;
  background-color: white;
  left: 306px;
  top: 363px;
}

/* GWT calendar doesn't automatically this for us */
.cpMonthNavigation a {
  color:#000000;
  cursor:pointer;cursor:hand;
}

/* GWT calendar doesn't automatically this for us */
.cpCurrentMonthDate, .cpCurrentDate {
  cursor:pointer;cursor:hand;
}

.mapbutton {
  border:1px solid #999999;
  color:#666666;
  margin-left:0px;
  padding-left:0.2em;
  line-height:15px;
  font-family:arial,helvetica,clean,sans-serif;
  font-size:99%;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  margin:0pt;
  padding:0pt;
}

.mapFrame {
  border: medium double;
  z-index: 9;
}

.getPrice {
  cursor:pointer;cursor:hand;
}

#contractinfo {
  margin-right:20px;
}

#transinfo {
  margin-top:15px;
}

#accountinfotop {
  background-color:white;
  margin-bottom:8px;
  margin-top:15px
}

.acctinfotitle {
  background-color:#FFE0CC;
  margin-bottom:4px;
  padding: 4px 0 1px 0;
  font-size:1.05em;
  font-weight:bold;
  border-bottom:1px solid #999999;
  text-indent:5px;
}

.accountinfotbl {
  padding:5px;
  border-top:solid 1px black;
  color:black;
  font-size:12px;
}

.accountinfo1 {
  /* background-color:#e5e5e5; */
  background-color:#ffffff;
  padding:2px;
}

.accountinfo1focus {
  background-color:#e5e5e5;
}

.accountinfo2 {
  background-color:#FFFFAA;
}

.accountinfotbl td {
  height:1.7em;
  border-bottom:1px solid #999999;
  color:black;
}

.accountinfotbl img {
  margin:3px 0px 0px 0px;
}

#accountinfotop a {
  text-decoration:underline;
  color:336600;
  font-weight:600;
  font-size:13px;
}

#accountinfotop a:hover {
  color:white;
  background-color:#FF6600;
}

#accountinfotop .now {
  text-decoration:none;
  color:#103B73;
}

#docs a:hover {
  text-decoration:none;
  color:#0000CC;
  background-color:#FFCC99;
}

.signupsteps {
  margin-top:5px;
  padding:10px;
  font-size:1.0em;
  font-weight:bold;
  background:#FFDD99;
  border:1px solid #CC6600;
}

.signupsteps ul {
  list-style-type:disc;
  margin-left:10px;
}

.signupsteps li {
  margin-top:5px;
}

.formstatic {
  margin-top:15px;
  padding:10px;
  font-size:0.9em;
  font-weight:bold;
  background:#F0F0F0;
  border:1px solid #DFDFDF;
  width:450px;
}

/*
.formstatic select, .formstatic input {
  color: black;
  background: #FFCC99;
  border: 1px solid #0000CC;
  margin-left:4px;
}
*/

.formstatic label
{
  width: 140px;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}

.formstatic p
{
  padding:3px;
}

.formreg {
  margin-left:30px;margin-right:7px;
}

.group1 {
  background:none;
  border:0px;
  margin-left:30px;
  margin-right:7px;
}

.group1 input {
  background:none;
  border:0px;
}

.plainlink {
  text-decoration:underline;
  color:#0000CC;
}

.resulttab {
  width:150px;
  margin-left:20px;
  display:inline;
  float:left;
}

.resulttabli {
  background:#CCCCCC;
  text-align:right;
  margin-top:7px;
  margin-left:5px;
  margin-bottom:7px;
  margin-right:0px;
  padding:5px;
  border-top:1px solid #666666;
  border-left:1px solid #666666;
  border-bottom:1px solid #666666;
  border-right:1px solid #333333;
  font-size:1.0em;
}

.resulttabli a {
  color:#333333;
}

.resulttabli a:hover {
  background:#FFCC99;
  font-weight:bold;
  color:white;
}

.resulttabactive {
  background:#F9F9FF;
  padding:9px;
  border-top:1px solid #333333;
  border-right:0px;
  border-left:1px solid #333333;
  border-bottom:1px solid #333333;
  text-align:right;
  font-weight:900;
  margin-left:0px;
}

.resulttabactive a {
  color:black;
  font-size:1.05em;
  font-weight:900;
}

.results {
  padding:7px;
}

.results h1 {
  background:#FFFFCC;
  border:1px solid gray;
  margin-top:7px;
  margin-bottom:0px;
  padding:2px;
  font-size:1.2em;
  color:black;
  font-weight:900;
}

.results_textbox {
  background:white;
  border-right:1px solid gray;
  border-left:1px solid gray;
  border-bottom:1px solid gray;
  margin-top:0px;
  padding:4px;
  font-size:0.9em;
  color:black;
  font-weight:500;
}

.results_textbox td {
  padding:3px;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
}

#sens {
  width:400px;
  height:50px;
  margin-left:110px;
  background-image:url(../img/sens_bg.jpg);
}

#sens img {
  display:inline;
  margin-top:10px;
}


.reg {
  margin-top:12px;
  margin-bottom:12px;
  padding:5px;
  font-size:0.9em;
  line-height:1.1em;
  font-weight:bold;
}

.reg input.text {
  color: black;
  background: #FFCC66;
  border: 1px solid #666666;
  margin-left:4px;
}

.reg label
{
  width: 220px;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}

.reg p
{
  padding:3px;
}

.reg a{
  text-decoration:underline;color:#0000CC;
}
.reg a:visited{
  text-decoration:underline;color:#0000CC;
}
.reg a:hover{
  text-decoration:underline;background-color:#FFCC66;color:white;
}

.pl {
  clear:left;
  float:left;
  width:140px;
  margin:0px 20px 0px 20px;
  padding:5px;
  display:inline;
  font-size:13px;
  color:#333333;
  font-weight:600;
  color:#333333;
}

.pl_sub {
  font-size:11px;
  font-weight:500;
  font-style:italic;
  color:black;
}

.pr {
  padding:5px;
  width:394px;
  float:left;
  font-size:14px;
  font-style:normal;
  font-weight:500;
}

.pr a {
  text-decoration:underline;
  color:#0000CC;
}
.pr a:visited {
  text-decoration:underline;
  color:#0000CC;
}
.pr a:hover {
  background-color:#FFCC66;
  color:white;
}
.reg a{
  text-decoration:underline;
  color:#0000CC;
}
.reg a:visited{
  text-decoration:underline;
  color:#0000CC;
}
.reg a:hover{
  text-decoration:underline;
  background-color:#FFCC66;
  color:white;
}
.tabulardata_div {
  height:300px;
  overflow:auto;
}
.validationError {
  color:red;
  font-size:12px;
}

.selbox {
border-right:1px solid #DFDFDF;border-left:1px solid #DFDFDF;border-bottom:1px solid #DFDFDF;
}

.helpFrame {
  layer-background-color:white;
  background-color:white;
  padding:5px;margin-top: 7px;background:#F7F7FF;border: solid 1px #0000FF;opacity:0.93;filter:alpha(opacity=93)
  margin:4px;color:#000040;text-align:left;font-size:10pt
}

#helpFrame {background-color:white;layer-background-color:white;}
#helpIframe {background-color:white;opacity:0;filter:alpha(opacity=0)}
#helpBackground {
  padding: 5px;
  margin-top: 7px;
  font-size:11pt;
  color:#666666;
  background:#F7F7FF;
  border: solid 1px #0000FF;
  opacity:0.93;
  filter:alpha(opacity=93)
}
#helpBox {margin:4px; color:#000040; text-align:left; font-size: 10pt}
.helpLink {color:#008080; text-decoration: none}
.helpLink:visited {color:#008080; text-decoration: none}
.helpLink:hover {color:#004040}

.ind_list a {color:#3366cc;}
.ind_list a:hover {color:#FF3300;}

pre, code {
  color: #007000;
  font-family: "bogus font here", monospace;
  font-size: 100%;
}

pre {
  border: 1px solid silver;
  background-color: #f5f5f5;
  padding: 0.5em;
  overflow: auto;
  margin: 2em;
}

pre ins {
  color: #cc0000;
  font-weight: bold;
  text-decoration: none;
}

div.spacer {
  clear: both;
}

div.row {
  clear: both;
}

/* for radio button selected options (e.g. NL frost page fixed/custom dates) */
div.row span.radiobutton {
  float:left;
  width:20px;
}

div.row span.radiobutton input {
  border:none;
}

div.row span.selection {
  float:left;
  text-align:left;
}

/*css classes for blog, news and press pages*/
/* divider for blog, news and press entires*/
.blog {
  width:90%;
  margin:15px 0 0 5px;
  font-size:12px;
  line-height:15px;
  color:#666666;
  font-family:arial,helvetica,clean,sans-serif;
}

.blog p {
  padding-top:5px;
  padding-bottom:5px;
}

.blog ul {
  margin-bottom:10px;
}

.blog .dotteddiv {
  border-top:1px dashed #999999;
  padding:0;
  margin-top:10px;
}
.blog .dotteddivnews {
  border-top:1px dashed #999999;
  padding:0;
  margin-top:10px;
  line-height:0px;
}
.blog .feedtitle {
  font-size:16px;
  font-weight:bold
}
.blog .feedcontent {
  margin:0pt;
  padding:0pt;
}
.rssnews .image {
  height:27px;
  margin-left:20px;
}
.rssnews .box {
  margin-left:20px;
  width:298px;
  background-color:#F0F0F0;
}
.rssnews .feeds {
  padding:5px;
  font-size:11px;
}
.rssnews .newstitle {
  color:#FF6600;
  text-decoration:none;
}

/* table head style for simple tabular data */
.basictable thead tr td {
  background-color:#FFE0CC;
  margin-bottom:4px;
  padding: 4px 4px 4px 4px;
  font-size:1.05em;
  font-weight:bold;
  border-bottom:1px solid #999999;
}

/* table body style for simple tabular data */
.basictable tbody {
  background-color:#ffffff;
}

/* for making prominent text without line break  */
.floatlink {
  margin-top:5px;font-weight:bold;
}

.betty_jobalert {
  font-weight:bold;
  color:red;
}

/*following were moved from ftl*/
.agrodiv {
  border-bottom:1px solid #DFDFDF;
  padding:15px;color:#3366CC;
  background-color:#F0F0F0;
  font-size:20px;
  font-family:Arial;
  font-weight:bold;
}

.agbgimage {
  background-image:url(/static/img/ag.png);
  background-position:bottom right;
  background-repeat: no-repeat;
  margin-top:0px;
  min-height:120px;
}

.agfont {
  font-size:16px;
  color:#FF6600;
  font-weight:bolder;
}

.indgetpaid{
  font-size:16px;
  color:#FF6600;
  font-weight:bolder;
}

/* for "details" pages such as the contract details page */
.indentdiv {
  width:700px;
  margin:10px;
}

.right {
  float:right;
}

.left {
  float:left;
}

/* style for buttons and other items that need to be right-aligned but not
 flush against the margin */
.padright {
  float:right;
  margin:5px 0px 0px 50px;
}

.noleftmargin {
  margin-left:0px;
}

.basiclist {
  margin-left:20px;
  list-style-type:disc;
}

.borderbottom {
  border-bottom:1px solid #DFDFDF; /* lt. grey */
}

.bottommargin {
  margin-bottom:7px;
}

.scrolltable tbody{
  overflow:auto;
  height:400px;
}

/*calendar frame displaying calendar*/
#calendarFrame {
  position:absolute;
  visibility:hidden;
  background-color:white;
  layer-background-color:white;
}

.wpialert {
  font-weight:bold;
  color:red;
}

.agenthome {
  font-weight: normal;
  width: 240px;
  text-align: left;
  padding: 15px;
}

.betty_heading {
  font-family:Arial,Helvetica,Verdana;
  font-weight:bold;
  font-size:14px;
  color:#3366CC; /* blue */
  border-bottom:1px solid #DFDFDF; /* lt. grey */
  width:95%;
}

.indent {
  margin-left:15px;
}

.agentclientdetails label {
  width: 160px;
}

.requestcheck label {
  font-weight: normal;
  width: 200px;
}

/* styles for payouts table on pricing page */

#payout_table {
  padding:3px;
  border:1px solid #333;
}

#payout_td_header{
  width:60px;
  background-color:#D3D3D3;
  padding:3px;
  border:1px solid #333;
  font-weight:bolder;
}

#payout_td_year{
  width:60px;
  padding:3px;
  border:1px solid #333;
  font-weight:bolder;
}

#payout_td_data{
  width:60px;
  padding:3px;
  border:1px solid #333;
  color:#070;
}

#payout_td_zero{
  width:60px;
  padding:3px;
  border:1px solid #333;
}

#payout_tr_normal{
}

#payout_tr_bold{
  background-color:#f5f5f7;
}

table.sortable td {
  padding:3px;
  border-bottom: solid #A1A1A1 1px;
}
table.sortable thead {
  color:#666666;
  font-weight: bold;
  cursor: pointer;
  text-align:left;
  background-color:#FFE6D5;
  border-top: solid #000000 1px;
}
table.sortable thead td {
  color:#3366CC;
  text-decoration: underline
}

/* added 28 may 08 for new homepage box [zth] */
div#promobox{
  width:590px;
  padding: 4px;
  margin: 0 0px 0 20px;
  background-color:#F0F0F0;
  border:1px solid #DFDFDF;
}
div#promobox img{
  float: right;
}
div#promobox a{
  text-decoration: none;
}
div#promobox ul{
  width: 550px;margin: auto;
}
div#promobox ul li{
  padding: 14px 0;
}
div#promobox ul li div,
div#promobox ul li.clr{
  clear: both;
}
div#promobox ul li ul{
  width: auto;
  margin: 0;
  float: left;
}
div#promobox ul li ul li {
  font-size:14px;
  padding: 0px;
}
div#promobox ul li ul li.hed{
  color:#36c;
  font-size:24px;
  font-weight:bolder;
  padding-bottom: 3px;
  *padding-top: 3px;
}
div#promobox ul li ul li h3{
  color:#36c;
  font: bolder 24px Arial, sans-serif;
  margin: 0;
  padding-bottom: 3px;
  *padding-top: 3px;
  line-height: 15px;
}
/* added 11 sept 08 for default lead capture box [zth] */
#CTALeadcapAction{
  margin: 0 0 0 15px;
  cursor: pointer;
}
#CTALeadcapDialog{
  display: none;
}
#CTALeadcapDialog{
  font: normal 12px arial, verdana, sans-serif, clean;
  width: 270px;
  *width: 300px;
  background: #f0f0f0;
  color: #666;
  padding: 20px;
  margin: 0;
  text-align: left;
  }
#CTALeadcapDialog p{
  padding: 6px 0;
  margin: 6px 0;
  }
#CTALeadcapDialog p.CTALeadcapFormButtons{
  text-align: right;
  margin: 0 12px 0 0;
  }
#CTALeadcapDialog p#PrivacyBlurb{
  font-size: 10px;
  margin: 10px 0 0 0;
  padding: 0;
  }
#CTALeadcapDialog p#PrivacyBlurb strong{
  font-size: 10px;
  }
#CTALeadcapDialog fieldset{
  border: none;
  margin: 0;
  padding: 0;
  }
#CTALeadcapDialog fieldset label{
  font-weight: bold;
  display: inline-block;
  width: 120px;
  text-align: left;
  }
#CTALeadcapDialog fieldset label.error{
  display: block;
  text-align: right;
  width: auto;
  font-size: 85%;
  color: #c00;
  }
#CTALeadcapDialog fieldset label span{
  color: #c00;
  }
input#CTALeadcapFormContactMe{
  margin: 0 6px 0 0;
  }
