h1 {
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.evnt-add
{
	font-size: 16pt;
	color: #777;
	margin-left: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.form-messages
{
	border: 1px solid #E2C822;
	background-color: #FFF9D7;
	margin: 0 0 5px 0;
	padding: 5px;
}

.form-messages p
{
	margin: 0 0 2px 15px;
}

.form-message-label
{
 	color: #FF6600;
  	margin-top: 5px;
	margin-bottom: 5px;
}

/* custom forms */

.evnt-custom-header
{
	background-color: #E1E1E1;
	margin-bottom: 5px;
	padding: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.evnt-custom-registrant
{
	font-weight: bold;
	padding: 8px;
	margin: 0;
}

/* registration form */

.evnt-reg-form
{
	background-color: #F5F5F5;
	padding: 10px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.evnt-reg-form .label-column
{
	font-size: 12pt;
	color: #777;
}

.field-column
{
	margin: 5px 0 10px 2px;
}

.unsure
{
	background-color: #E1E1E1;
	padding: 5px 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.text
{
	width: 70%;
	padding: 5px;
}

.radio:hover
{
	cursor: pointer;
}

.checkbox:hover
{
	cursor: pointer;
}

.hr {
	height: 1px;
	background-color: silver;
	margin-top: 20px;
	margin-bottom: 15px;
	overflow: hidden;
}


/* events pricing form */
.evnt-start-form
{
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	padding: 15px;
	color: #555;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.evnt-start-form p
{
	margin: 0 0 3px 0;
}

.evnt-start-form .start-reg-button
{
	margin: 10px 0 0 0;
}

.evnt-start-form .start-reg-email
{
	margin: 5px 0 5px 0;
	font-weight: bold;
}

.evnt-start-form .start-reg-email input
{
	width: 70%;
	padding: 2px;
	font-size: 12pt;
}

.evnt-start-form table
{
	border-collapse: collapse;
	border-bottom: 1px solid silver;
	width: 100%;
}

.evnt-start-form table th
{
	background-color: #EAEAEA;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	border-right: 1px solid white;
	border-bottom: 1px solid silver;
	border-radius: 5px 5px 0 0;
	width: 70px;
}

.evnt-start-form table th.blank
{
	background-color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	border-right: 1px solid white;
	border-bottom: 1px solid silver;
	border-radius: 5px 5px 0 0;
	width: 70px;
}

.evnt-start-form table td.odd
{
	background-color: #EEE;
}
.evnt-start-form table td
{
	padding: 5px;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	text-align: center;
}

/* overlays for popups */

#box_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.box_overlay_bg
{
  background-color: #000;
  z-index: 99;
  filter:alpha(opacity=45);
  opacity: 0.45;
}

* html #box_overlay  { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

body
{
	margin: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
