
div.jGrowl {
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
div.jGrowl {
	position:			absolute;
}

div.jGrowl div {
	border-width: 0;
}

body > div.jGrowl {
	position:			fixed;
}

div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#05f;
	opacity: 				.85;
	-ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
	filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
	margin: 				10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: 			bold;
	font-size:				.85em;
    -webkit-border-radius:  5px;
    -moz-border-radius:     5px;
    border-radius:          5px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
    margin-right:           10px;
    margin-top:             3px;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}

div.jGrowl div.manilla {
    background-color: 		#FFF1C2;
    color: 					navy;
}
div.jGrowl div.manilla {
    background-color: 		#FFF1C2;
    color: 					navy;
}

div.jGrowl div.smoke {
    background: url(/images/smoke.png) no-repeat;
    -moz-border-radius: 	0px;
    -webkit-border-radius:	0px;
    width: 					280px;
    height: 				55px;
    overflow: 				hidden;
}

div.jGrowl div.flora {
    background: 			#E6F7D4 url(/images/flora-notification.png) no-repeat;
    -moz-border-radius: 	0px;
    -webkit-border-radius:	0px;
    opacity: 				1;
    filter: 				alpha(opacity = 100);
    width: 					270px;
    height: 				90px;
    padding: 				0px;
    overflow: 				hidden;
    border-color: 			#5ab500;
}

div.jGrowl div.flora div.message {
    padding: 				5px;
    color: 					#000;
}

div.jGrowl div.flora div.header {
    background: 			url(/images/flora-header.png) no-repeat;
    padding: 				5px;
}

div.jGrowl div.flora div.close {
    background: 			url(/images/flora-close.png) no-repeat;
    padding: 				5px;
    color: 					transparent;
    padding: 				0px;
    margin: 				5px;
    width:					17px;
}

div.jGrowl div.iphone {
    font-family: 			"Helvetica Neue", "Helvetica";
    font-size: 				12px;
    background: 			url(/images/iphone.png) no-repeat;
    -moz-border-radius: 	0px;
    -webkit-border-radius:	0px;
    opacity: 				.90;
    filter: 				alpha(opacity = 95);
    width: 					235px;
    height: 				137px;
    overflow: 				hidden;
    border-color: 			#5ab500;
    color: 					#fff;
}


div.jGrowl div.warning {
    font-family: 			"Helvetica Neue", "Helvetica";
    font-size: 				12px;
    background: 			#87390a url(/images/orange-info.jpg) no-repeat;
    -moz-border-radius: 	5px;
    -webkit-border-radius:	5px;
    opacity: 				.92;
    filter: 				alpha(opacity = 95);
    width: 					380px;
    overflow: 				hidden;
    border-color: 			#5ab500;
    color: 					#ffc;
    box-shadow:             1px 1px 10px #300;
    text-shadow:            1px 2px 14px #000000;
}

div.jGrowl div.warning div.jGrowl-header{
    margin-bottom:          1em;
    padding:                0.5em 1em;
    box-shadow:             0 4px 15px #500;
    background: #f0b7a1;
    background: -moz-linear-gradient(top,  #f0b7a1 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0b7a1), color-stop(50%,#8c3310), color-stop(51%,#752201), color-stop(100%,#bf6e4e));
    background: -webkit-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%);
    background: -o-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%);
    background: -ms-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%);
    background: linear-gradient(to bottom,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 );
}


div.jGrowl div.error {
    font-family: 			"Helvetica Neue", "Helvetica";
    font-size: 				12px;
    background: 			#f20000 url(/images/red-info.jpg) no-repeat;
    -moz-border-radius: 	5px;
    -webkit-border-radius:	5px;
    opacity: 				.92;
    filter: 				alpha(opacity = 95);
    width: 					380px;
    overflow: 				hidden;
    border-color: 			#500;
    color: 					#ff0;
    box-shadow:             1px 1px 10px #300;
    text-shadow:            1px 2px 14px #000000;
}

div.jGrowl div.error div.jGrowl-header{
    margin-bottom:          1em;
    padding:                0.5em 1em;
    box-shadow:             0 4px 15px #900;
    background: #f0b7a1;
    background: -moz-linear-gradient(top,  #f0b7a1 0%, #7f1010 40%, #a01401 60%, #bf6e4e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0b7a1), color-stop(40%,#7f1010), color-stop(60%,#a01401), color-stop(100%,#bf6e4e));
    background: -webkit-linear-gradient(top,  #f0b7a1 0%,#7f1010 40%,#a01401 60%,#bf6e4e 100%);
    background: -o-linear-gradient(top,  #f0b7a1 0%,#7f1010 40%,#a01401 60%,#bf6e4e 100%);
    background: -ms-linear-gradient(top,  #f0b7a1 0%,#7f1010 40%,#a01401 60%,#bf6e4e 100%);
    background: linear-gradient(to bottom,  #f0b7a1 0%,#7f1010 40%,#a01401 60%,#bf6e4e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 );
}


div.jGrowl div.info {
    font-family: 			"Helvetica Neue", "Helvetica";
    font-size: 				12px;
    background: 			#01647d url(/images/blue-info.jpg) no-repeat;
    -moz-border-radius: 	5px;
    -webkit-border-radius:	5px;
    opacity: 				.92;
    filter: 				alpha(opacity = 95);
    width: 					380px;
    overflow: 				hidden;
    border-color: 			#500;
    color: 					#fff;
    box-shadow:             1px 1px 10px #003;
    text-shadow:            1px 2px 14px #000000;
}


div.jGrowl div.success {
    font-family: 			"Verdana",serif;
    font-size: 				12px;
    background: 			#01771a url(/images/green-info.jpg) no-repeat;
    -moz-border-radius: 	10px;
    -webkit-border-radius:	10px;
    opacity: 				.92;
    filter: 				alpha(opacity = 95);
    width: 					380px;
    max-height: 			300px;
    overflow: 				hidden;
    color: 					#fff;
    border-width:           0px;
    box-shadow:             1px 1px 10px #030;
    text-shadow:            1px 2px 14px #000000;
}



div.jGrowl div.iphone .jGrowl-close {
    padding-right: 			20px;
}

div.jGrowl div.iphone div.message {
    padding-top: 			0px;
    padding-bottom: 		7px;
    padding-left: 			15px;
    padding-right: 			15px;
}

div.jGrowl div.iphone div.header {
    padding: 				7px;
    padding-left: 			15px;
    padding-right: 			15px;
    font-size: 				17px;
}

div.jGrowl div.iphone div.close {
    display: 				none;
}

div#random {
    width: 					1000px;
    background-color: 		red;
    line-height: 			60px;
}