#full_site_banner, #new_site_banner {
   width: 100%;
   height: auto;
   background-color: #3A3A3A;
   text-align: center;
}
#full_site_banner {
   padding: 4px;
}

/** Here's where the magic happens **/
div.lb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background: url('/pub/images/screen.png');
}
div.lb #brand_new_site {
   background-color: white;
   height: auto;
   width: 400px;
   margin: 60px auto;
   padding: 1em 2em 1em 2em;
   border: solid black 1px;
}
div.lb #brand_new_site p {
   line-height: 1.5em; 
   font-weight: bold;
}
div.lb #brand_new_site a img {
   padding-top: 1em; 
}

div#bottom_logo {
   text-align: center;
}

div#bottom_logo a {
   font-size: 7pt;
}
h1.service_heading { position: relative; width: 100%; margin: 0 0 .3em 0; }
h1 span.rates { position: absolute; right: 0; bottom: 0; text-align: right; font-size: .8em; }
h1 span.rates a { font-size: .7em; }
div.rates {font-weight:bold;margin-bottom:.7em;margin-top:-5px;font-size:1.1em;}

/* added for form model validation */
span.error {
color:red;
display:block;
font-weight:bold;
}
span.labeled_input {
display:block;
height:32px;
position:relative;
}
span.labeled_input label {
display:block;
position:absolute;
text-align:right;
width:100px;
}
span.labeled_input input, span.labeled_input textarea{
display:block;
left:110px;
position:absolute;
width:170px;
}
span.validation_error {
border:medium none;
font-weight:bold;
}
span.bad {
background:none repeat scroll 0 0 #FFDDDD;
border:2px solid red;
color:red;
}
span.okay {
background:none repeat scroll 0 0 #DDFFDD;
border:2px solid green;
color:green;
}
span.validation_error {
   display:block;
   height:19px;
   left:283px;
   padding-left:0.5em;
   position:absolute;
   text-align:left;
   top:0;
   width:180px;
}
#text_content ol,#text_content ul,#ceva ol, #ceva ul {
   margin-left:1em;
   padding-left:0;
   margin-bottom:1em;
}
#text_content ol li, #ceva ol li {
   list-style-type: decimal
}
#text_content ul li, #ceva ul li {
   list-style-type: disc
}

