/* CSS Document */
th, td, caption {
padding:0;
}

th {
font-weight:bold;
width:170px;
}

td{
padding-bottom:20px;
}
input[type="text"] {
width:340px;
background-color:#f5f5f5;
border:1px solid #ebebeb;
}

textarea{
width:340px;
height:114px;
background-color:#f5f5f5;
border:1px solid #ebebeb;
margin-bottom:12px;
}

#query_form{
font-size:11px;
}

#query_form h2{
font-size:18px;
}


#query_form h3{
font-size:18px;
}



.red{color: #FF0000}



.error{
color:#FF0000;
}

.error_ul {
color:#FF0000;

}