.clearer
{
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

.bold {font-weight:bold;}
.nobold {font-weight:normal;}
.uppercase { text-transform:uppercase; }
.lowercase { text-transform:lowercase; }
.upper { text-transform:uppercase; }
.lower { text-transform:lowercase; }
.fleft { float:left; } .fright { float:right; }

.alignr { text-align:right; }
.alignc { text-align:center; }
.alignl { text-align:left; }
.valignt { vertical-align:top; }
.valignb { vertical-align:bottom; }
.valignm { vertical-align:middle; }

#registration_form { line-height: 20px; }

.half_l { width:320px; float:left; }
.half_r { width:320px; float:left; margin-left:14px; }

.finput { width:250px; }


.mb18 { margin-bottom:18px; }
