@charset "utf-8";
/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//All Code and Design is copyrighted by Level Four Development, llc
//
//Level Four Development, LLC provides this code "as is" without warranty of any kind, either express or implied,     
//including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.         
//
//Only licnesed users may use this code and storfront for live purposes. All other use is prohibited and may be 
//subject to copyright violation laws. If you have any questions regarding proper use of this code, please
//contact Level Four Development, llc and EasyCart prior to use.
//
//All use of this storefront is subject to our terms of agreement found on Level Four Development, llc's  website.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

/* Base Theme - EC Account Page CSS Document */
.ec_account_error {
	width: 100%;
	float: left;
	text-align: center;
	background-color: [error_color];
	color: [error_text];
	font-size: 14px;
	font-weight: bold;
	font-family: [content_font];
	margin-bottom: 5px;
	border: thin solid [error_color2];
}
.ec_account_error div {
	padding: 15px;
}
.ec_account_success {
	width: 100%;
	float: left;
	text-align: center;
	background-color: [success_color];
	color: [success_text];
	font-size: 14px;
	font-weight: bold;
	font-family: [content_font];
	margin-bottom: 5px;
	border: thin solid [success_color2];
}
.ec_account_success div {
	padding: 15px;
}
/* END EC ACCOUNT PAGE STYLE*/
