﻿/** ViewOrderHistory.aspx */
.order-heading
{
	background-color: rgb(48, 105, 179);
	color: white;
}

/** Panels - PasswordPanel.aspx, AccountPanel.aspx */
body {
	background-color: #f3f8ff;
}
.form-button input {
	background-color: #3069b3;
}
.form-button input.dummy:hover {
	background-color: #3069B3;
}

/** ForgotPassword.aspx */
.form-body {
	background-color: #f3f8ff;
}

.more-link,
button:hover,
#submit:hover,
input[type="submit"]:hover,
.gform_next_button:hover,
.gform_previous_button:hover,
.gform_button:hover { 
	background: #39b4b1 !important;
}

.mainUIButton
{
	background-color: #3069b3 !important;
	line-height: 18px !important; 
	font-family: museo-sans;
	font-size: 18px !important; 
	height: 45px !important; 
	color: #FFF !important;
}
