#Feedback {
    line-height: 1em;
}

#Feedback textarea {
    width: 400px;
    height: 150px;
    border: 1px solid #e1e1e1;
}

#Name, #Email, #Captcha {
    padding-top: 1px;
    font-size: 12px;
    width: 300px;
    height: 16px;
    border: 1px solid #e1e1e1;
}

#Captcha {
    width: 200px;
}

#Msg {
    padding: 0;
}

#Name:focus, #Email:focus, #Captcha:focus, #Msg:focus {
    border: 1px solid #a0a0a0;
    background-color: lightyellow;
}

.feedbackTable {
    border: none;
    /*margin-left: auto;*/
    margin-right: auto;
    width: 600px;
    font-size: 12px;
}

.feedbackTableTr {
    border: none;
}

.feedbackTableTd {
    border: none;
    padding: 5px;
    vertical-align: middle;
    width: 70%;
}

.feedbackTableTh {
    border: none;
    text-align: left;
    width: 30%;
    font-weight: normal;
}

.feedbackTableTh.centered {
    border: none;
    text-align: center;
}

form img {
	border: 1px solid #e1e1e1;
        vertical-align: bottom;
        width: 130px;
        height: 30px;
}

form input.captcha {
	border: 1px solid #e1e1e1;
        width: 130px;
        font-size: 22px;
        font-weight: bold;
        height: 30px;
        margin: 0px 0px 0px 10px;
        text-align: center;
        color: rgb(20,40,100);
}


