@CHARSET "UTF-8";

.status_check{
	display: block;
	border: 1px solid green;
	background-color: #DEFFE1;
	background-image: url(//static-cdn.storeden.com/ext-img/check.png);
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 30px;
	padding-left: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}

.status_error{
	display: block;
	border: 1px solid red;
	background-color: #FFE0E0;
	background-image: url(//static-cdn.storeden.com/ext-img/error.png);
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 30px;
	padding-left: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}

.status_warning{
	display: block;
	border: 1px solid #B35900;
	background-color: #FFE6B8;
	background-image: url(//static-cdn.storeden.com/ext-img/attention.png);
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 30px;
	padding-left: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}

.status_support{
	display: block;
	border: 1px solid #7A7AFF;
	background-color: #DBFFFF;
	background-image: url(//static-cdn.storeden.com/ext-img/support.png);
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 30px;
	padding-left: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}

.status_secure{
	display: block;
	border: 1px solid #7A7AFF;
	background-color: #DBFFFF;
	background-image: url(//static-cdn.storeden.com/ext-img/secure.png);
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 30px;
	padding-left: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}

.heading_secure{
	display: block;
	background-color: #DBFFFF;
	background-image: url(//static-cdn.storeden.com/ext-img/secure.png);
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 30px;
	padding-left: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

.heading_space{
	display: block;
	background-color: transparent;
	background-image: url(//static-cdn.storeden.com/ext-img/database.png);
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 30px;
	padding-left: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}