@charset "utf-8";

/*
#left_column { width: 710px !important }
#right_column { display:none !important }*/
#events_title h2 { padding:5px 15px 15px 15px !important; }
#register_form {
	border:0px;
}
#register_form fieldset {
	border:1px dotted #D0D0D0;
	background-image:url(/images/reg_bg.jpg);
	background-repeat:repeat-x;
	width:515px;
	margin:auto;
	overflow:hidden;
	padding:4px 4px 4px 10px;
}
#register_form label {
	width:230px;
}

#register_form .button {
	width:150px;
	margin:10px 10px 0px auto;
	float:right;
	border:1px solid #A0A0A0;
}

#register_form b {
color:#E2502B;
}


#register_form p {
	font-size:17px;
	font-weight:bold;
	margin-bottom:16px;
	border-bottom:1px dotted #E2502B;
	color:#E2502B;
}

#reg_error {
	position:absolute;
	z-index:999;
	width:285px;
	height:120px;	
	margin:50px 115px -180px 115px;
	background-image:url(/images/reg_error_bg.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

#reg_error td {
	vertical-align:center;
	text-align:center;
	width:280px;	
	height:110px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#8c1b23;
	font-size:12px;
	font-variant:small-caps;	
	font-weight:bold;
}

.error {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#8c1b23 !important;
	font-size:12px;
	font-variant:small-caps;	
	font-weight:bold;
}

.remover { display:none; }