.toast
{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 2px solid #CCC;
	position: absolute;
	padding: 10px;
	color: #00A8E9;
	background-color: #E2E2E2;
	display: none;
}
