div.registration {
	max-width: 790px;
	min-height: 660px;
	background: url('/i/reg-request-bg.jpg') left top no-repeat;
}

div.registration form {
	padding-top: 40px;
	display: block;
}

div.registration table {
	width: auto;
}
div.registration table td {
	padding: 0 1em 1em 0;
	vertical-align: top;
}
div.registration table td input {
	width: 16em;
}
div.registration table td input.checkbox {
	width: auto !important;
}
div.registration table td input.submit {
	width: auto !important;
}	

div.registration table tr.b-padd td {
	padding-bottom: 155px;
}
