form table {
    background-color: #E6DAC4;
    border: 1px dashed #746335;
    margin: auto;
    padding: 10px;
    width: 550px
    }
input, select, textarea {
    background-color: white;
    border: 1px solid #C8BFA5;
    width: 230px
    }
textarea {
    height: 260px;
    width: 500px
    }
#send {
    background-color: silver;
    border: 2px solid #800;
    font-size: 15pt;
    font-weight: bold;
    padding: 5px;
    width: 100px;
    cursor: pointer
    }
#phrase {
    margin-right: 20px;
    position: relative;
    top: -12px;
    width: 130px
    }