fbody {
  background-color: white;
  font-size: 12px;
  font-family: Arial, sans-serif;
  outline: none;
  margin: 0;
}

a {
  color: #445f96;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

/* Remove button padding in FF */
button::-moz-focus-inner {
  border:0;
  padding:0;
}

textarea:focus, input:focus{
  outline: 0;
}

#content {
  position: relative;
  min-width: 760px;
}

#top {
  background-color: white;
  height: 100px;
}

#topText {
  color: #a9a9a9;
  margin-top: 4px;
}

#topContLeft {
  width: 343px;
  float: left;
}

#topContRight {
  width: 417px;
  float:left;
  text-align: right;
}

.remenberMe {
  float: right;
}

.remenberMe label{
    color: #a9a9a9;
    font-size: 12px;
    cursor: pointer;
}

#login_remember {
  position: relative;
  left: 3px;
  top: 1px;
}

.loginLabels {
  font-size: 12px;
  text-align: left;
  color: #a9a9a9;
}

.loginLabels td {
  padding-left: 4px;
}

#middle {
  background-color: #f6f6f4;
  background: url('../images/gb_gray_to_white.png');
  height: 255px;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  padding-top: 24px;
}

h1 {
  font-family: georgia,serif;
  font-size: 32px;
  font-style: italic;
  font-weight: normal;
  margin: 0;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 2px;
}

#reg_cont {
  width: 758px;
  height: 86px;
  background: url('../images/bg-registration.png');
}

#reg_text {
  font-size: 16px;
  color: #626262;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 750px;
}

#email_label {
  color: #a6cdde;
  font-size: 26px;
  font-weight: bold;
  float: left;
  width: 120px;
  margin-top: 28px;
  display: inline-table;
  margin-left: 20px;
}

#reg_email {
  display: inline;
  width: 340px;
  height: 48px;
  line-height: 48px;
  padding-left: 10px;
  font: 25px sans-serif;
  margin-top: 16px;
}

#reg_btn {
  background: url('../images/btn-reg.png');
  border: none;
  width: 218px;
  height: 58px;
  color: white;
  font-size: 18px;
  margin-right: 10px;
  text-align: center;
  line-height: 58px;
  margin-top: 14px;
  display: inline-table;
  float: right;
  cursor: pointer;
}

#bottom {
  background-color: white;
  padding-top: 30px;
  height: 115px;
}

.bottomBlock {
  width: 253px;
  float: left;
  margin: 0 auto;
}

.imgTd {
  vertical-align: top;
  padding-right: 12px;
}

#bottom table {
  width: 240px
}

.content {
  width: 760px;
  margin: 0 auto;
  padding: 10px;
}

#footer p {margin: 0 !important;}

#ribbon {
  cursor: pointer;
  position: fixed;
  /*margin-left: -10px;*/
  top: 68px;
  z-index: 10000;
  display: none;
}

#consultation {
  z-index: 10000;
  top: 68px;
  background-color: #f4d526;
  position: fixed;
  display: none;
  padding: 6px;
  padding-left: 0px;
  text-align: center;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  /*margin-left: -10px;*/
}

#consultation table {
  margin: 0 auto;
}

#consultation .border {
  border: 2px dashed #bf0625;
  border-left: none;
  padding: 12px;
}

#consultation .firstTd {
  text-align: right;
  color: #038bc9;
  font-size: 14px;
}

#consultation p {
  color: #3f3f3f;
  font-size: 16px;
}

#confirmConsultation {
  background-color: #ef9024;
  border: none;
  width: 208px;
  height: 36px;
  color: white;
  margin-top: 8px;
  font-size: 16px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.closeConsultation {
  text-align: right;
  color: #445f96 !important;
  text-decoration: underline;
  cursor: pointer;
  margin: 0;
  font-size: 10px !important;
}