.error, .message {
  color:red;  
  font-size:0.8em;
  text-align:left;
}

.message {
  color:green;
  font-size:1.0em;
}

.inputFocus {
  border:2px solid #2d79b6;
  border-radius:3px;
  color:black !important;
}

/* Button CSS */
a.green-button, a.red-button, a.black-button, a.yellow-button {
  color:white;
  font-weight:bold;
  float:left;
  background-repeat:no-repeat;
  background-position:top right;
  cursor:pointer;
}

a.green-button span, a.red-button span, a.black-button span, a.yellow-button span {
  float:left;
  padding:10px 0px 14px 20px;
  margin:0px 20px 0px -20px;
  background-repeat:no-repeat;
  background-position:top left;
  cursor:pointer;
}

a.green-button, a.green-button span {
  background-image:url('images/green_button.png');
}

a.red-button, a.red-button span {
  background-image:url('images/red_button.png');
}

a.black-button, a.black-button span {
  background-image:url('images/black_button.png');
}

a.yellow-button, a.yellow-button span {
  background-image:url('images/yellow_button.png');
}

/* Header, Page, Footer */
#header, #page, #footer {
  width:90%;
  margin:auto;
  padding:5px 20px;
  box-shadow:5px 5px 8px #000;
  background-color:#fff;
}

#header {
  padding:10px 20px;
  border-radius:0px 0px 15px 15px;
  background:#fff url(images/exclamation_watermark.png) no-repeat 50px 0px;
  color:#161b50;
  height:80px;
}

#header #stats {
  width:280px;  
  height:100%;
  float:right;
  font-size:0.9em;
}

#server-indicator {
  border:1px solid #d12; 
  background:#fff;
  color:#d12;
  font-size:10px;
  font-weight:bold;
  position:absolute;
}

#header table {
  width:100%;
}

#header td {
  white-space:nowrap;
  text-align:right;
  padding:1px 3px;
}

#header #header-ad {
  overflow:hidden;
  text-align:center;
}

#logo {
  float:left;
  width:280px;
  height:120px;
}

#page {
  border-radius:15px 15px;
  margin-top:25px;
  background:#fff url(images/exclamation_watermark.png) no-repeat 50px -150px;
  min-height:750px;
  height:auto !important; 
  height:750px;   
}

#sidebar {
  margin:5px 0px;
  width:155px;
  float:left;
  padding-top:10px;
}

#sidebar #new-search {
  margin:5px 0px 70px 40px;
}

#sidebar h3 {
  text-align:center;
  color:#000;
  margin-bottom:2px;
  font-size:1.05em;
}

#sidebar p {
  text-align:center;
  font-weight:bold;
  margin:0px;  
}

#sidebar fieldset {
  border:none;
  padding:0px;
  margin:0px;
}

#sidebar label {
  color:#aaa;
  font-size:0.9em;
  padding:10px 3px;
  position:absolute;
  text-align:center;
  width:150px;
}

#sidebar #name-search-type {
  margin:3px 0px;
}

#sidebar #name-search-type input {
  margin:0px;
  padding:0px;
  vertical-align:middle;
  height:12px;
  width:12px;
}
#sidebar #name-search-type label {
  position:relative;  
  padding:0px;
  font-size:0.75em;
}

#sidebar #area-code {
  width:70px;  
  float:left;
}

#sidebar #areacodefield, #sidebar #area-code label {
  width:60px;  
}

#sidebar #area-code label {
  font-size:0.7em;
  line-height:1.5em;
}

#sidebar #phone {
  width:80px;  
  float:left;
}

#sidebar #phonefield, #sidebar #phone label {
  width:80px;
}

#sidebar form input[type="text"] {
  text-align:center;
  margin:5px 0px;
  width:150px;
}

#sidebar #submit-button {
  margin-left:35px;
  margin-top:3px;
  padding:0px;
}

#sidebar #sidebar-ads {
  padding-top:20px;
}

#sidebar #sidebar-ads li {
  padding:10px 0px;
  text-align:center;
}

#content {
  margin-left:180px;
  padding:20px 0px 0px 10px;
  position:relative;
}

#header #status-bar {
  margin-top:15px;
  float:right;
  text-align:right;
}

#header #status-bar input[type="text"],
#header #status-bar input[type="password"] {
  width:80px;  
  font-size:0.9em;
}

#header #status-bar form input[type="submit"] {
  font-size:.9em;
  margin-left:5px;
}

#footer {
  box-shadow:none;
  background-color:transparent;
  clear:both;
  text-align:center;
  margin-bottom:15px;
  font-size:0.8em;
  line-height:1.3em;
}

#footer a {
  text-transform:uppercase;
}

div.invalidsessionerror {
  font-size:1.2em;
  padding:10px;
}

#agree-button {
  display:block;
  float:left;
  margin-left:30px;
  margin-top:10px;
  width:120px;
}

#disagree-button {
  display:block;
  float:left;
  margin-right:30px;
  margin-top:10px;
  width:120px;
}

.e5terms {
  height:300px;
  border:1px solid #888;
  overflow:scroll;
}

.tab-holder {
background:#fff;
}

a.locations {
color:#ccc;
}

a.locations:hover {
color:#fee;
}

.tabs {
background:#eee;
border-bottom:2px solid #000;
}

.tabs li {
list-style:none;
display:inline;
}

.tabs a {
padding:5px 10px;
display:inline-block;
background:#2D79B6;
color:#eee;
text-decoration:none;
border:1px solid #eee;
border-radius:10px 10px 0px 0px ;
}

.tabs a.active {
background:#000;
color:#fff;
border:1px solid #000;
border-bottom:1px solid #000;
}

.tab-holder label {
font-weight:bold;
margin-right:5px;
}

.tab-holder label.normal {
font-weight:normal;
}

.rpad {
margin-right:8px;
}

.tab-holder p {
padding:4px 15px;
}

.tab-holder td {
vertical-align:top;
padding:4px 2px 2px 8px;
}