#regform-left, #regform-right {
	/* height: 244px; */
	height: 732px;
	position: absolute;
	top: 53px;
}

#regform-bottom {
	background: url("../images/club_regform_bottom.jpg") no-repeat bottom;
}


/* Agreement */

input#s_agreed, input#s_not_agreed {
	height: 24px;
	/*padding: 55px 0 0;*/
	/*margin: 0;*/
	border: 0;
	/*overflow: hidden;*/
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	/*text-indent: -9999px;*/
}

form>input#s_agreed, form>input#s_not_agreed { /* For non-IE browsers*/
	/*height: 0px;*/
}

ul.disc, ol.decimal, ol.lower-alpha {
	padding-left: 30px;
}

ol.decimal li {
	list-style-type: decimal;
	margin-bottom: 15px;
}

ol.decimal li ol.lower-alpha li {
	list-style-type: lower-alpha;
	margin-bottom: 15px;
}

ol.decimal li ol.lower-alpha li ul.disc li {
	list-style-type: disc;
	margin-bottom: 0px;
}

/* Agreement */


.content p {
	margin-bottom: 1em;
}
/*
span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	display: block;
	height: 5px;
}
*/
fieldset.submit-buttons {
	margin: 10px 0px;
}

/* */
/*
b {
	font-size: inherit;
}
*/
.content h2, .panel h2 {
	border-bottom: 1px solid #565B58;
	/*font-size: 1.6em;*/
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

hr {
	height: 1px;
	color: #565B58;
}
/*
fieldset dl {
	padding: 2px 0;
}
*/
fieldset dt {
	float: left;
}

fieldset.fields2 dd {
	margin-left: 12em;
}

fieldset dd {
	margin-bottom: 3px;
}

h3 {
	font-size: 1.05em;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 20px;
	padding-bottom: 2px;
	text-transform: uppercase;
}
/*
input.narrow {
	width: 25%;
}
*/
.error {
	color: #BC2A4D;
	font-size: 1em;
	font-weight: bold;
}

/* Registration form */

input#reset, input#s_submit {
	height: 24px;
	/*padding: 55px 0 0;*/
	/*margin: 0;*/
	border: 0;
	/*overflow: hidden;*/
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	/*text-indent: -9999px;*/
}

form>input#reset, form>input#s_submit { /* For non-IE browsers*/
	/*height: 0px;*/
}

/* Registration form */
