.toast{
	/* border properties */
	border-radius: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; border: 2px solid #CCCCCC;

	/* Aesthetics */
	position: absolute; 
	padding: 10px; 
	color: #ffffff; background-color:rgba(0,0,0, 1.0); display:none;

	z-index: 1024;
}
