﻿.toast {
	display: none;
	background-color: #fff;
	bottom: 0;
	border: 2px solid #939699;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	left: 40px;
	line-height: 30px;
	padding: 0 24px 0 28px;
	position: fixed;
	z-index: 9999;
}

.toast .pinning-hide {
	background:transparent url("/common/images/pinable_close.png") no-repeat top left;
	cursor: pointer;
	display: block;
	height: 14px;
	position: absolute;
	right: 2px;
	text-indent:-9999px;
	top: 2px;
	width: 14px;
}

.toast img {
	cursor: pointer;
	height: 20px;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 20px;
}
