@charset "utf-8";
/* CSS Document */

/****************************************
*	Beloit College - Event Regist. CSS	*
*	By: Nick Mischler					*
*****************************************/
	
	div#event_reg_form form#disco_form td.words {
		width: auto;
		padding: 0 2% 1em 0;
	}
	
	div#event_reg_form form#disco_form td.element {
		width: auto;
		padding: 0 0 1em;
	}
	
	div#event_reg_form div.checkBoxGroup tr td,
	div#event_reg_form div.radioButtons tr td
	{
		padding: 0 0 5px;
	}
	
	div#event_reg_form div.checkBoxGroup tr td:first-child,
	div#event_reg_form div.radioButtons tr td:first-child
	{
		width: 30px;
		padding: 2px 0 5px;
	}
	
	div#event_reg_form .smallText {
    	font-size: 0.769em;
	}
	
	div#event_reg_form p.h5subhead {
		font-size: 0.9em;
	}