@charset "utf-8";
/* CSS Document */
/* override default layout for shopcart */
#content {
	width:800px;
	float:right;
}
.messagebox {
	position: absolute;
	width: auto;
	margin-left: 5px;
	margin-top: 20px;
	border: 1px solid #c93;
	background: #ffc;
	padding: 3px;
}

.messageboxok {
	position: absolute;
	width: auto;
	margin-top: 20px;
	margin-left: 5px;
	border: 1px solid #349534;
	background: #C9FFCA;
	padding: 3px;
	font-weight: bold;
	color: #008000;
}

.messageboxerror {
	position: absolute;
	width: auto;
	margin-top: 20px;
	margin-left: 5px;
	border: 1px solid #CC0000;
	background: #F7CBCA;
	padding: 3px;
	font-weight: bold;
	color: #CC0000;
}

div#ForgotPassword {
	position: absolute;
	margin-top: 40px;
	background-color: #E7EEF8;
	padding: 10px;
	margin-left: 10px;
	display: none;
}

#msgboxF {
	position: absolute;
	margin-top: 145px;
}


