#contactLeft h3 {
    color: #000;
    }

#contactRight input.textInput {
    width: 130px;
    }

#contactLeft {
    float: left;
    padding-top: 6px;
    width: 35%;
    }

#contactRight {
    border-left: thin dashed #aaa;
    float: left;
    padding-left: 20px;
    padding-top: 6px;
    width: 59%;
    }
