@charset "utf-8";
.alertMsg-error {
	display: block;
	padding: 0px 10px 5px;
	border: 1px dotted #d35336;
	background: #ffeee1;
	color: #d35336;
	font-weight: bold;
}
#systemMessages.alertMsg-error {
	padding: 5px 10px;
}
.errorGroup {
	margin-left: 40px;
	margin-right: 40px;
}
#orderLink2 {
	height: 48px;
}
td.resultsOrderNumAreaCol {
	width: 11%;
}
#postageFreeMsg_innerId em {
	color: #426ed1;
}
@media screen and (max-width: 849px) {
	.errorGroup {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#shopTopButton_link {
		position: static;
	}
}

.alert-title {
	font-weight:bold;
	color:red;
}