/************************
GLOBAL OVERRIDES
-local theme settings to override default styles set in global_styles.css
-typically this will just be color settings, but other presentational elements may also be modified
*/

/*************************
*   My Account Pages
*************************/
/* Menu Panel
* - for menus on account pages (and potentially others)
* - currently used for edit account settings page
*/
.menu-panel {
	background: #5F6A70;
	border: 1px solid #87AAB9;
}
.menu-panel .menu-title {
	background-color: #565F64;
	color: #FFF;
	border-bottom: 1px solid #87AAB9;
}
.menu-panel .menu-title a {
	color: #D6CBBD;
}

/***************************
*  General Form Styles
* -used on Store and growing number of other common pages
*
****************************/
div.content-form {
	width: 450px;
	background: #5F6A70;
}
span.form-loggedin {
	float: left;
	width: 220px;
}
div.form-row span.label {
	padding-right: 8px;
}
div.form-row span.wide {
	float: left;
	text-align: left;
	width: 95%;
}

