label {
	display: block;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}

#err_msg {
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	padding: 10px 5px;
	color: #990000;
	background-color:#F9E3E9;
	margin: 10px 0;
	display: none;
	font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 12px;
}

.nu {
	background: #F0F0F0;
	color: #000000 !important;
}

#the_form * {
	font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 12px;
}

#the_form tr td, #the_form tr th {
	padding: 3px;
	text-align: center;
}