@import url(feedback.css);

div#button, div#input_field {
    text-align:right; /* text */
}

div#section {
    font-weight:bold; /* font */
    padding-bottom:10px; /* padding */
}

label {
    vertical-align:top; /* text */
}

input, select, textarea {
    border:1px solid #99CC33; /* border and outline */
    font-size:9pt; /* font */
    margin:0px 0px 10px 10px; /* margin */
}

input, textarea {
    width:148px; /* dimension */
    padding:1px 1px 1px 1px; /* padding */
}

input.button {
    background-color:rgb(178, 207, 66); /* background */
    width:152px; /* dimension */
    font-size:1em; /* font */
    color:white; /* text */
}

select {
    width:152px; /* dimension */
}

textarea {
    /* positioning */
    overflow:auto;
    resize:none;
}