#regform-top {
	background: url("../../images/tc/club/form_top.jpg") no-repeat;
}

/* Agreement */

input#s_agreed, input#s_not_agreed {
	background: transparent url('../../images/tc/club/btn_agreen.gif') no-repeat;
}

input#s_agreed { background-position: 0 -1px; width: 173px; left: 0; }
input#s_agreed.hover { background-position: 0 -23px; }

input#s_not_agreed { background-position: -173px -1px; width: 173px; left: 173px; }
input#s_not_agreed.hover { background-position: -173px -23px; }

/* Agreement */


input#reset, input#s_submit {
	background: transparent url('../../images/tc/club/btn_form.gif') no-repeat;
}

input#reset { background-position: 0 0; width: 77px; left: 0; }
input#reset.hover { background-position: 0 -23px; }

input#s_submit { background-position: -77px 0; width: 77px; left: 77px; }
input#s_submit.hover { background-position: -77px -23px; }

