textarea {
    width: 90%;
    height: 200px;
    border-radius:6px;
    border:1px #999 solid;
    box-shadow: none;
    padding:4px;
    outline: none;
}

button {border:1px solid #999}
button:hover {background-color:#ddd}

	