div.modal-header {
	background-color: #eaeaea;
	color: #fff;
}

.form-box {
	padding-top: 10px;
}

.modal-header {
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
}

form.registration-form fieldset {
	display: none;
}

form.registration-form h3 {
	margin-top: 0px;
}

form .form-bottom .input-error {
	border-color: red;
}

form.registration-form h4.error {
	color: red;
	margin-bottom: 30px;
}

form.registration-form .loading {
	margin-bottom: 30px;
}

form.registration-form .loading img {
	height: 32px;
}