#form1 .text-input, #form1 textarea {
    font: 14px/20px helvetica, sans-serif;
font-weight: 700;
color: #3c3c3c;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: none;
    border-top: none;
    border-color: #ddd;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    padding: 1%;
    outline: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #e5e5e5;
}

body {
    font: 12px/20px helvetica, sans-serif;
    background: none;
    color: #3c3c3c;
}

#main{
padding: 0px}

.submit {
    background: #3c3c3c;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
    border: none;
    color: #ddd;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #888;
}