
textarea {
    resize: none;
     width: 100%;
    height: 80%;
}





div.query {
    
    float: left;
    width: 350;
    height: 200;
    border-radius: 5px;
    margin: auto auto;
    padding: 20px;
}

input.query[type=textarea], select {
    padding: 8px 14px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input.query[type=button], input.query[type=submit]{
    width: 100%;
    color: white;
    font-size:small;
    display: block;
    background-color: #09304D;
    cursor: pointer;
    padding: 4px 7px;
}
 
