#iphone_growl {
	width: 320px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	font-family: Helvetica;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 70px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	background-position: center center;
	background-repeat: no-repeat;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -160px;
	overflow: hidden;
	padding-bottom: 10px;
}
#iphone_growl.iphone_spinner {
	background-image: url(img_igrowl/spinner.gif);
}
#iphone_growl.iphone_complete {
	background-image: url(img_igrowl/tick.png);
}
#iphone_growl.iphone_error {
	background-image: url(img_igrowl/error.png);
}
