.column1 {
	display: inline;
	margin: 13px 0 0 40px;
	width: 350px;
}

.column2 {
	display: inline;
	margin: 10px 0 0 30px;
	width: 328px;
}

.message {
    margin-top: 10px;
}

div.text input {
	width: 100%;
}

div.select select {
	width: 100%;
}

#fbox_member_dob_year, #fbox_member_dob_month, #fbox_member_dob_day {
	width: 30%;
	float: left;
	display: inline;
	margin-top: 0;
	margin-right: 8px;
}

#fbox_member_dob_month label, #fbox_member_dob_day label {
	visibility: hidden;
}

#fbox_member_gender, #fbox_member_seek_gender {
	width: 49%;
	float: left;
	margin-top: 0;
}

#login_box_l1 {
	width: 328px;
	background: transparent url(/images/signup-login-box-body.gif) repeat-y top left;
}

#login_box_l2 {
	background: transparent url(/images/signup-login-box-top.gif) no-repeat top left;
}

#login_box_l3 {
	background: transparent url(/images/signup-login-box-bottom.gif) no-repeat bottom left;
	padding: 1px 20px 12px 15px;
}

#login_box_l4 {
	width: 100%;
}

.column2 div.text input {
	width: 287px;
}

#fbox_remember_me {
	margin: 0 0 8px;
	width: 50%;
	float: left;
}

#forgot_password {
	width: 49%;
	float: right;
	text-align: right;
}


