﻿@charset "utf-8";
/* CSS Document */


.contact-container {
  float: left;
  padding: 20px;
  width: 100%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  background: #777;
  color: white;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
}

.to {
    width: 100%;
    margin-bottom: 10px;
}

.to-section {
    padding-top: 20px;
}

.from {
  float: left;
  width: 100%;
  clear: both;
}

.fields-wrapper {
    overflow: hidden;
    padding-bottom: 10px;
}

.big-labels {
    float: left;
    padding-top: 24px;
    padding-right: 20px;
    width: 100px;
    text-align: right;
    font-weight: 800;
    font-size: 20px;
}

.contact-container select,
.contact-container input,
.contact-container textarea {
    float: left;
    margin: 2px 75px 10px 0;
    padding: 5px 10px;
    width: 350px;
    border: 1px solid #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #ccc;
    color: #333;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.contact-container select {
    width:351px;
}

.contact-container textarea {
    height: 200px;
    font-family: 'Courier New';
    background: #ccc;
    color: black;
    font-size: 14px;
}

.b-card {
    float: left;
    width: 350px;
    border: 10px solid white;
    color: black;
    height: 180px;
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
    background: url(images/SABLE.png) no-repeat white right top;
    position: relative;
    margin-left: 1px;
    margin-top: 5px;
}

.b-card:after {
    position: absolute;
    content: "SA:Regent Square, Block B1, Doncaster Road, Kenilworth, 7708 \A UK:Castlewood House, 77/91 New Oxford St, London, WC1A 1DG \A www.sable-group.com";
    white-space: pre;
    left: 0;
    bottom: 10px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 300;
    width: 100%;
    height: 40px;
    border-top: 1px solid #B4975A;
    padding-top: 5px;
}

.b-card label#Name {
    display: block;
    font-size: 18px;
    font-weight: 800;
    margin: 10px 0;
    font-style: normal;
    float:none;
}

.b-card label#Email {
    display: block;
    font-style:normal;
    float:none;
}

.b-card label.PhoneNumber {
    display: block;
    font-style: normal;
    float:none;
}

.fields-wrapper input[type="submit"] {
    float: left;
    font-weight: 800;
    cursor: pointer;
    margin-top: 20px;
    background: #888;
}

  .fields-wrapper input[type="submit"]:hover {
    background: #555;
    color:white;
  }

.fields-wrapper label {
    float: left;
    font-size: 14px;
    clear: both;
    font-weight: 300;
}

  .fields-wrapper label.please-call-me {
    float: right;
    margin-right: 90px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    width: 160px;
    line-height: 20px;
    margin-top: -38px;
    color: #333;
    font-style: italic;
  }

.please-call-me input {
    float: right;
    margin: 0;
    padding:0;
    width: 20px;
    height: 20px;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.phoneOptional:after {
    content:' (optional)';
    font-weight:700;
    font-style:italic;
}

.phoneRequired:after {
    content:''
}

.dropdown {
  float: left;
  width: 380px;
  height: 65px;
  background: #999;
}

.error-msg {
    float: left;
    margin-top: -10px;
    color: maroon;
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 10px;
    width: 100%;
}

.thank-you {
    margin-left: 120px;
    width: 380px;
}

.thanks-bru {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    display: block;
}

.contact-you-soon {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    display:block;
}

.loading {
    float: left;
    font-size: 16px;
    width: 370px;
    text-align: center;
}

#ResultPanel {
    float: left;
}

