.account_form {
	padding: 20px 0 40px;
}

.account_form form {
	padding: 15px 0;
}

.account_form label {
	font-weight: bold;
}

.account_form table td {
	vertical-align: middle;
	padding: 0 18px 8px 0;
}

.account_form table .input input {
	background: #fff url(../images/account-form-bg.jpg) top right no-repeat !important;
	width: 235px;
	border: 1px solid #e1e1e2 !important;
	line-height: 1.2em;
	padding: 3px;
}

.account_form #signup_button {
	float: left;
	margin-top: 10px;
	cursor: pointer;
	color: #fff;
	background: url(../images/blue-grad-button-2.jpg) top left no-repeat;
	display: block;
	height: 18px;
	line-height: 18px;
	text-align: center;
	width: 54px;
	border: none !important;
	font-weight: bold;
}

.account_form .submit_button {
	float: right;
	margin-top: 10px;
	cursor: pointer;
	color: #fff;
	background: url(../images/blue-grad-button-1.jpg) top left no-repeat;
	display: block;
	height: 18px;
	line-height: 15px;
	text-align: center;
	width: 42px;
	border: none !important;
	font-weight: bold;
}

.account_form .submit_button:hover {
	text-decoration: underline;
}

.error_message, .notice_message {
	color: #fff;
}

#change_password_button {
	background: url(../images/blue-grad-button-2.jpg) top left no-repeat;
	width: 54px;
}