table.feedback-form, p {
    font: 11px Arial, Helvetica, sans-serif;
    color:#665E5B;
}


p {
    margin: 1em 1px;
}


table.feedback-form{
    background-color:#EBE6DD;
    width:190px;
    height:120px;
}

table.feedback-form td {
	background-color:#EBE6DD;
	padding:0 10px;
	vertical-align:middle;
}

/* add top-padding to first row */
table.feedback-form td.first{
    padding-top:5px;
}

/* add bottom padding to last form row */
table.feedback-form td.last{
    padding-bottom:5px;
}

/* define inputs */

table.feedback-form td textarea, table.feedback-form td input {
    border:1px solid rgb(230, 224, 213); 
    font: 11px Arial, Helvetica, sans-serif;
    color:#665E5B;
}

table.feedback-form td textarea {
    height:60px;
    width:168px;
}

table.feedback-form .label{
    font-size:11px;
}

table.feedback-form .back-link{
    text-align:left;
    padding-bottom:10px;
}
table.feedback-form .action-button{
    text-align:right;
    padding-bottom:10px;
}


table.feedback-form td.label{

}

table.feedback-form td input{
  width:100px;
}

table.feedback-form td.thankyou{
   text-align:center;
}


table.feedback-form td a, table.feedback-form td a:link, table.feedback-form td a:active, a:focus {
   text-decoration:none;
   color:#F26A3D;
}

table.feedback-form td a:hover {
   text-decoration:underline;
}

table.feedback-form td a:visited  {
   text-decoration:none;
   color:#F26A3D;
}


