@import url('../../../libs/js/jquery/css/ui/style.css');

.h {
  display: none;
}

#bottom {
  position: relative;
  background: url(../images/bottom_bck.jpg) repeat-y;
  z-index: 1;
  clear:both;
  color: #fff;
}

#wrapper {
  position: relative;
  z-index: 5;
  margin: 10px 15px 0 35px;
}

.bck_bot {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
}

.bck_top {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

.form_element {
  float: left;
  padding: 0 20px 15px 0;
  width: 135px;
}

label {
  display: block;
  padding-bottom: 2px;
}

.phone {
  width: 30px;
  float: left;
  margin-right: 5px;
}

input, select {
  width: 130px;
}

h2 {
  color: #b8c3c5;
  text-shadow: 1px 1px 1px #000;
  font-style: italic;
  text-transform: uppercase;
  font-size: 12px;
}

.moveleft {
  position: relative;
  left: 5px;
}

.padtop {
  padding-top: 30px;
}

.submit_button {
  background: url("../images/submit-btn.png") no-repeat scroll 0 0 transparent;
  border: 0 none;
  cursor: pointer;
  height: 66px;
  width: 257px;
}

.submit_button:hover {
  background-position: 0 -66px;
}

a {
  color: #bfbfbf;
  text-decoration: none;
}

a:hover {
  color: #bfbfbf;
  text-decoration: underline;
}

#geo p span {
  float: left;
  font-size: 17px; font-weight: bold; padding-right: 5px;
}

#geo .remove {
  float: left;
}

#geo .miniloader {
  float: right;
  position: relative;
  right: 12px;
  top: 11px;
}

footer a {
  color: #333333 !important;
  position: relative;
  top: -28px;
}
#geo p { padding:0; margin:0; }
p.bottom {
    color: #CC0000;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
    padding: 0;
    text-decoration: none;
    text-transform: none;
}
div.email_suggestion {
    display: none;
    font-size: 12px;
}
div.email_suggestion a.email{ cursor:pointer; color:#fff; font-weight:bold; }