
.message_input .input{
    float: left;
    margin-left: 30px;

}
.message_input .input input[type='text']{
    width: 300px;
    height: 30px;
    margin: 10px 0;
}
.message_input .input select{
    width: 86px;
    height: 30px;
}
/* .message_input .input input:not(input[type"radio"]){
    height: 30px;
    width: 240px;
} */
.message_input .input button{
    height: 35px;
    margin-left: 35px;
    width: 305px;
    border: none;
    background-color: rgb(95,0,0);
    color: white;
    border-radius: 5px;
}
.message_input .photo{
    float: left;
    margin: 10px 30px 0 132px;
}
.message_input .photo div{
    width: 140px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: rgb(95,0,0);
    border-radius: 5px;
    margin-top: 10px;
    background-color: rgb(230,230,230);
}