/* 
    Document   : contact
    Created on : 22.2.2014, 21:26:02
    Author     : Bauglir
    Description:
        Purpose of the stylesheet follows.
*/

.html_contact .mainContent {
  padding: 40px 20px;
}


form {
  float: right;
  width: 600px;
}
form p {
  overflow: hidden;
}

form p label {
  width: 190px;
  margin-right: 10px;
  display: inline-block;
}

input, textarea {
  border: 1px solid #999;
  padding: 2px 4px;
  -tmp-display: block;
  margin-top: 3px;
  width: 180px;
  font-size: 90%;
  margin-right: 10px;
}

form label {
  display: block;
}

form > label input,
textarea {
  display: block;
  width: 580px;
}

input {
  margin-bottom: 20px;
}

textarea {
  height: 226px;
  resize: none;
  margin-bottom: 20px;
}



button {
  -tmp-color: #3e346c;
  -tmp-border: 2px solid white;
  border: 0px none;
  -tmp-background: #a2a1a7;
  padding: 5px 10px;
  font-weight: bold;
  float: right;
  
  background: #9A9846; 
  color: #F6F6EA;  
  border-radius: 3px;
  cursor: pointer;
  margin: 3px;
  margin-right: 13px;
}

button:hover {
  border: 3px solid #cfcfd3;
  margin: 0px;
  margin-right: 10px;
}

.contacts {
  margin-right: 650px;
}

.contacts a {
  color: #9A9846;
}

.contacts h1 {
  font-weight: bold;
  font-size: 150%;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 3px solid #f1f1e7;
}

.contacts li {
  -tmp-border-bottom: 2px solid #f1f1e7;
  height: 32px;
  line-height: 32px;
  padding-left: 40px;
}

.contacts li.phone {
  background: transparent url(/design/img/phone3.png) left center no-repeat;
}

.contacts li.mail {
  background: transparent url(/design/img/mail3.png) left center no-repeat;
}

.contacts li.address {
  background: transparent url(/design/img/home3.png) left center no-repeat;
}

#map {
  width: 510px;
  height: 255px;
  margin-top: 10px;
  border: 2px solid #f1f1e7;
  border: 1px solid #999;
}