
table.support{
   	border-collapse: collapse;

}

th,td{
 border: 1px solid #cccccc;
  line-height:150%;
 padding: 5px;
}
th{
background-color:#eeeeee;
}

.form_label{
background-color:#eeeeee;
width:200px;

}

span.form_error{
	color:red;
	font-weight:bold;
}

.form_html{
width:500px;

}