<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tbl_form{
border-collapse:separate;
font-size:12px;
width:100%;
background:white
}
.tbl_form th,.tbl_form td{
padding:5px;
}
.tbl_form th{
	text-align:right;
	color:white;
	font-weight:bold;
	vertical-align:top;
	width:150px
}
.tbl_form_student th{
	background:#80B62A;
}
.tbl_form_parent th{
	background:#E68848;
}
.tbl_form td{
	text-align:left;
}
h1.form_student{
font-size: 16px;
text-align: left !important;
padding-left: 0.5em;
margin-left: 5px;
color: #80B62A;
font-weight: bold;
line-height: 1.5em;
height: 50px;
border-left: 10px solid #80B62A;
background: rgb(255, 255, 204);
width: 250px;
}
h1.form_parent{
font-size: 16px;
text-align: left;
padding-left: 0.5em;
margin-left: 5px;
color: #E68848;
font-weight: bold;
line-height: 1.5em;
height: 50px;
border-left: 10px solid #E68848;
width: 250px;
background: rgb(255, 255, 204);
}
.clear_float{
 clear:both;
 height:1px;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
</pre></body></html>