﻿
div.jGrowl 
{
	margin-top: 20px;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer
{
	opacity: 				.95;
	filter: 				alpha(opacity = 95);
	width: 300px;	
	border: 1px solid #ffbb00; 
	background: #fbf9ee url(/images/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; 
	color: #363636;
}

div.jGrowl div.ui-state-error {
	border: 1px solid #cd0a0a; background: #fef1ec url(/images/jqueryui/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a;	
}

div.jGrowl div.ui-state-error div.icon 
{
	float: right;
	width: 16px; height: 16px;	
	margin-right: 5px;
	margin-top: -2px;
	background-position: 0 -144px;
	background-image: url(/images/jqueryui/ui-icons_cd0a0a_256x240.png);
}

div.jGrowl div.ui-state-highlight div.icon 
{
	float: right;
	width: 16px; height: 16px;	
	margin-right: 5px;
	background-position: -16px -144px;
	background-image: url(/images/jqueryui/ui-icons_2e83ff_256x240.png);
}


div.jGrowl div.jGrowl-notification div.close 
{
	font-weight: normal;
	text-decoration: underline !important;
	padding-bottom: 2px;
}

body > div.jGrowl.center {
	top: 				25%;	
}

body > div.jGrowl.center-right {
	top: 				125px;
	right:				20px;		
}
div.jGrowl.center-right div.jGrowl-notification
{	
}	

div.jgIE6.center-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( -20 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 125 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.jGrowl.top-right-login {
	right: 				0px;
	top: 				300px;
}


