.submit_button {
    padding: 7px 10px;
    color: #fff;
    background: #27292B;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    font-weight: bold;
    font-size: 14px;
    border:none;
    font-family: arial;
    cursor:pointer;
}
.submit_button:hover{
    background:  #373B3F;
}

.text-input-bg {
    background:none repeat scroll 0 0 transparent;
    float:left;
    height:28px;
    width:125px;
}

#sub_button {
    margin-left:400px;
    margin-top:20px;
}