.cssLoadedChecker2.moctod-dribegam{
  display:none; /*DONT CHANGE THIS LINE! jQuery use this to check if css is loaded*/              
}

.contactPopup.tp1 form input, .contactPopup.tp1 form textarea{
    height: auto;
    padding: 6px 0 6px 5px;
    font-size: 14px;
    border: 1px solid #e0dede;
    background: #fff;
    margin-bottom:6px;   
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    -ms-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;  
    width:200px;
    max-width:none;
}

.contactPopup.tp1 form textarea{
    height: 100px;
}

.contactPopup.tp1 button {
    font-size:18px;
    font-weight:bold;
    height: 36px;
    text-align:center;
    padding: 0 4px;   
    margin-top:5px; 
    cursor: pointer;
    border:none;  
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    display:block;
}  

.contactPopup label{
  color:#666;
  font-weight:bold;                    
}