/* 
    Created on : 20/02/2014, 01:28:40 AM
    Author     : Dalila
*/

.description p{
    margin-bottom: 40px;
}

#general{
     padding: 100px 0px 10px;
}

div.contactCont .msgSuccess, div.contactCont .msgError{
    margin-left: 40px;   
}

.msgSuccess{
    font-size: 14px;
    margin:0px;
    display: none;
      border: 1px solid #eee;
     -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   padding: 10px;
   background: #f1f1f1;
}

.msgSuccess h4{
     font-family: "OpenSansBold";
    font-size: 18px;
    color:#009a31;
    margin:0px;
}
 
.msgError{
   font-size: 14px;
   margin:0px 0px 0px 0px;
   display: none;
     border: 1px solid #eee;
    -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  background: #f1f1f1;
}

.msgError h4{
    font-family: "OpenSansBold";
   font-size: 18px;
   color:#009a31;
   margin:0px;
}
 
#textContainer{
    padding: 0px 20px 80px;
}

#textContainer h1{
    margin-bottom: 40px;
}