table.responses_table td:hover{
    background-color:#FBF8F0;
}
table.responses_table{
width:100%;
}

table.responses_table th{
width:28%;
}

div.tel input{
width:70px;
}


div.message{
color:#FF0000;
font-weight:bold;
margin-bottom:15px;
}

div.error-message{
font-size:12px;
color:#FF0000;
font-weight:bold;
}

div.radio label{
margin-right:15px;
}

div.submit{
background-color:#E1E1E1;
padding:10px;
text-align:center;
}

div.submit input{
margin:0 auto;
padding:5px 30px;
}

div.textarea textarea{
 width:99%;
}

