/*Styles associated with the regform and jquery.validate calls*/


#reg_form .required{
	background:url('images/next.gif') no-repeat;
	margin-left:10px;
	padding-left:15px;
}



#reg_form input.error {
	background: #FCCACA;
	border: 2px inset red;
}
#reg_form table{
	width:100%;
}
#reg_form th {
	width:40%;
	text-align:right;
}

div.error {
	color : red;
	float : right;
}

div.break_it {
	border:1px solid gray;
	margin:10px;
	padding:10px;
	text-align:center;
}

div.hidden {
	visibility : hidden !important;
	height : 0px !important;
	margin : 0px !important;
	padding : 0px !important;
}
