#content.contact {
  background-image: url("../file/contact.png");
  background-repeat: no-repeat;
  height: 580px; }
  #content.contact #mapimage {
    margin-left: 320px;
    margin-top: 20px; }
  #content.contact .consultant {
    position: relative;
    display: none; }
    #content.contact .consultant h1 {
      font-family: "NeoSansRegular";
      font-style: normal;
      font-weight: normal;
      font-size: 13pt; }
  #content.contact .pasfoto {
    height: 100px;
    position: absolute;
    top: 3px;
    right: -10px; }
  #content.contact .leftBlock {
    position: absolute;
    top: 50px;
    left: 20px;
    width: 248px; }
  #content.contact .rightBlock {
    position: absolute;
    top: 50px;
    left: 746px;
    width: 248px; }
  #content.contact p, #content.contact label {
    font-family: "NeoSansRegular";
    font-style: normal;
    font-size: 12pt;
    color: #006089; }
    #content.contact p em, #content.contact label em {
      color: #f58426;
      font-style: bold; }
    #content.contact p a, #content.contact label a {
      color: inherit; }
  #content.contact label {
    float: left;
    clear: both;
    margin: 2px 0px; }
  #content.contact button {
    border: none;
    background: none;
    position: relative;
    cursor: pointer;
    float: right;
    width: 131px;
    height: 56px;
    background-image: url("../file/send.png");
    background-repeat: no-repeat; }
