/*************** FORM ***************/

#tbform {
    width:650px;
    margin:10px 0;
}

#tbform td {
    text-align: left;
    padding:5px 0;
    font-size:14px;
    line-height: 30px;
}

#tbform td .input {
    border:1px solid #e1e1e1;
    height:30px;
    width:505px;
    line-height: 30px;
}

#tbform td textarea {
    border:1px solid #e1e1e1;
    height:150px;
    width:500px;
    line-height: 30px;
}

#tbform td #demo-form-valid {
    border:none;
    height:30px;
    line-height: 30px;
    padding:0 5px;
    background: #515151;
    color:white;
    text-align: center;
    text-transform: uppercase;
    float:right;
    margin-right:37px;
    font-weight:bold;
}
