@charset "utf-8";

.toast {
	position:absolute;
	width:auto;
	min-width:36px;
	height:auto;
	display:none;
	padding:5px 5px 5px 5px;
	background-color:#000;
	opacity:0.75;
	border-color:#999;
	border-style:groove;
	border-width:2px;
	border-radius:5px;
	text-align:center;
	vertical-align:middle;
}

.toast-message {
	display:block;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}

.toast-spinner {
	display:none;
	width:100%;
	height:32px;
	background:url(images/spinner.gif) no-repeat top center;
}

.toast-mask {
	background-color:#FFFFFF;
	opacity: 0.75;
}