#container {
    margin: 10px 10px;
    width: 500px;
    height: 200px;
}

#container div {
    padding: 5px 10px;
}

#container div textarea {
    width: 460px;
    height: 150px;
    font-size: 15px;
}

/*#buttons{*/
/*    text-align: center;*/
/*}*/

/*#buttons button{*/
/*    margin-right: 10px;*/
/*}*/



.btns {
    text-align: right;
    width: 100%;
    line-height: 33px;
    background: #ffffff;
    margin: auto;
    position: fixed;
    bottom: 0;
    font-size: 17px;
    margin-bottom: 10px;
}


.btns .btn {
    width: 65px;
    height: 30px;
    line-height: 30px;
    background: #1b82d1;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}


.btns .btn+.btn {
    margin-left: 14px;
    margin-right: 28px;
}

.btns .cancle {
    border: 1px solid;
    border-color: #d1d1d1;
    color: #0d1c28;
    background: #ffffff;
}