/* HEADINGS */
.regSubHeading { font-size:18px; color:blue; width:100%; border-bottom:2px solid blue; padding-bottom:3px; margin-bottom:10px;}

.formRow{ }
.formRowColored { background:#ccccff; }

/* INPUTS */

input{ margin:0px; }
.regButton{ margin-left:10px; margin-right:10px; width=150px; }

/* TABLES */
.contactInfo { border: 0px solid red; padding:0px; margin:0px; }
.contactInfo TD { border: 0px solid white; padding:0px; margin:0px; }


/* 4611 - Boxes/buttons for indicating whether registration
 * is open or closed.
 */
div.reg_closed, div.reg_open
{
	border: 2px outset black;
	font-size: 12px;
	font-weight: bold;
	color: white;
	width: 250px;
	padding-top: 12px;
	padding-bottom: 12px;
}
div.reg_closed, div.reg_open a { color: white; }
div.reg_open{ background-color: #000099; }
div.reg_closed { background-color: #990000; }
