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