#registerform {
	margin-bottom: 20px;
}

#registerform input, #registerform textarea, #registerform select {
	font-size: 11px;
	font-family: arial;

}

#registerform .rowcontainer {
	margin: 3px 0;
	padding: 3px 0 5px 0;
	border-bottom: #ccc solid 1px;
}

#registerform .rowcontainer .rowtitle {
	float: left;
	width: 100px;
}
#registerform .rowcontainer .rowrequired {
	color: red;
	line-height: 0;	
	font-size: 200%;
}
#registerform .rowcontainer .rowdata,
#registerform .rowcontainer .error {
	margin: 0 0 0 110px;
	padding: 0;
}
#registerform .rowcontainer .error {
	color: red;
}	
#registerform .rowcontainer .warn {
	display: none;
}	

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #registerform .rowcontainer .rowdata {
	height: 1%;
	margin: 0;
}
/* End hide from IE5/mac */
