.slide-out-div {
          padding: 10px;
          width: 300px;
          background: #ccc;
          border: 1px solid #29216d;   
          color: black;       
} 
#floating-contact input, textarea { 
    margin:0; 
    padding:0; 
    font-size:0.85em /* this is optional, I like the fonts a little smaller */; 
    outline:none; 
    font-family:inherit; box-sizing:border-box /* make sure you use the other vendor prefixes */;
    width: 100%;
    color: black    
}
#floating-contact textarea { 
    height: 100px;
}
.submit {    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;    
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    width: 50%    
}

.submit:hover {    
    background:yellow;
    box-shadow: 0px 0px 1px #777;
}