/* specific css for embedding swf
----------------------------------- */
html, body, #content    { height:100%; }
body                    { margin:0; padding:0;}

/* jGrowl styling
----------------------------------- */
div.jGrowl div.smoke {
	background: #333333;
	-moz-border-radius: 	0px;
	-webkit-border-radius:	0px;
	width: 					350px;
	height: 				60px;
	overflow: 				hidden;
	font-family: 			Verdana;
	line-height:			18px;
}

div.smoke a {
	color: #ff6600;
}

div.jGrowl-notification {
	float: 			right;
	margin-left: 	6px;
}
