/*textarea {
  border-color: #c7c7c7;
}

.left-contact {
  border-top-style: solid;
  border-top-color: black;
  border-top-width: 1px;

  border-left-style: solid;
  border-left-color: black;
  border-left-width: 1px;
}

.right-contact {
  border-top-style: solid;
  border-top-color: black;
  border-top-width: 1px;

  border-right-style: solid;
  border-right-color: black;
  border-right-width: 1px;
}*/

#social-contact {
  width:41px;
  height:200px;
  position:absolute; 
  left:813px; 
  top:35px;
}

#social-contact li {
  width: 40px;
  list-style: none;
}

#twitter_contact { left:813px;  top: 35px; height: 45px;}
#twitter_contact { background: url('/static/img/social_contact.png') 0px 0px no-repeat; cursor: pointer;}
#twitter_contact a:hover { background: url('/static/img/social_contact.png') 0px 50px no-repeat; };

#linkedin_contact { left:813px;  top: 80px; height: 45px;}
#linkedin_contact { background: url('/static/img/social_contact.png') 0px 0px no-repeat; cursor: pointer;}
#linkedin_contact a:hover { background: url('/static/img/social_contact.png') 0px 0px no-repeat; };