#sohomarketplace_hideinfo{
	display: none;
}
#sohomarketplace_hideinfo{
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 99999;
	background: #00B1AA;
	color: #fff;
	min-width: 300px;
	padding: 15px;
	border-radius: 2px;
	font-size: 14px;
	font-family: arimo;
	font-weight: 400;
}
#sohomarketplace_hideinfo.error{
	background: #E08F95;;
}