form.mx_forward .mx_forward_row {
	display: table;
	width: 100%;
	clear: both;
	margin-bottom: 3px;
}

form.mx_forward label {
	width: 150px;
	float: left;
}

form.mx_forward input[type=submit] {
	margin-left: 150px;
}

form.mx_forward .mx_forward_input {
	float: left;
	display: table;
}

.mx_captcha {
	width: 50px;
}