#leftBlock a, #rightContacts a {
   color: #5b5b5b;
   text-decoration: none;
}


#leftBlock {
   width: 540px; 
   float: left;
   font:normal 11.5px/1.9 'Lucida Grande', sans-serif;
}

#leftBlock p {
   line-height: 20px;
}

#rightContacts {
   width: 270px;
   float: left;
   margin: 30px 0 0  50px;
   font:normal 11.5px/1.9 'Lucida Grande', sans-serif;
}

#rightContacts img {
   margin: 0 30px 50px 0;
   float: left;
}

#rightContacts div {
   font-size: 11px;
   line-height: 13px;
   clear: left;
   padding-bottom: 25px;
}


h1 {
   padding-bottom: 10px;
   clear: both;
}

.emailList {
   float: left;
   font-size: 11px;
   line-height: 15px;
   width: 140px;
}

.emailList li {
   padding-bottom: 10px;
}

#map_corporate {
   position: absolute;
   top: 30px;
   left: 330px;
}

a.map img {
   border: 1px solid #5b5b5b;
   padding: 1px;
   background: #e9e9e9;
}

a:hover.map img {
   border: 1px solid #2a68d2;
   background: #2a68d2;
}

#contactForm {
   clear: both; 
}

#contactForm p {
   float: left;
   width: 225px;
   margin: 0 15px 10px 0;
   padding: 0px;
   font:normal 12px/1.9 'Lucida Grande', sans-serif;
}

#contactForm input, #contactForm textarea {
   border: 1px solid #717171;
   color: #717171;
   padding-left: 3px;
   font-family: 'Lucida Grande', sans-serif;
}

#contactForm input {
   height: 24px;
   width: 225px;
}

#contactForm textarea {
   width: 475px;
   height: 195px;
   padding-top: 3px;
   overflow: auto;
   margin:10px 0 10px 0;
}

#contactForm #submit {
   display: block;
   width: 135px;
   height: 24px;
   padding-left: 3px;
   background: #6b96e1;
   color: #FFF;
   text-align: center;
   border: none;
   text-decoration: none;
   cursor: pointer;
}

#contactForm #submit_over {
   background: #2a68d2;
}

.error {
   color: red;
}