
div.jGrowl {
	z-index: 			9999;
}

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

body > div.jGrowl {
	position:			fixed;
}

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

div.jGrowl.top-right {
	right: 				35px;
	top: 				50px;
}

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-closer{
    overflow: 				hidden;
}
div.jGrowl div.jGrowl-notification,div.jGrowl div.jGrowl-closer  {
	zoom: 					1;
	width: 					282px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	background:				#fff;
	position:relative;
	border: 1px solid #d7d7d7;
}
div.jGrowl div.jGrowl-notification .jGrowl-button .buttons{
	margin:0;
	padding: 0 20px 20px;
}
div.jGrowl div.jGrowl-notification .jGrowl-button .buttons .btn{
	width:48%;
	float:left;
	padding: 12px 10px;
}
div.jGrowl div.jGrowl-notification .jGrowl-button .buttons .btn +.btn{
	float:right;
}
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-size:				20px;	
	font-family:			'Oswald', sans-serif;
	color:#13a6b6 ;
	padding: 18px 20px 0;
	text-transform: capitalize;
}
div.jGrowl div.jGrowl-notification div.jGrowl-message{
	padding: 20px;
	overflow:hidden;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header span{
	background:url(../../image/check.png) no-repeat left 3px;
	padding-left:22px;
	
}
div.jGrowl div.jGrowl-notification div.jGrowl-message img { 
	float:					left; 
	margin-right:			15px;
}
div.jGrowl div.jGrowl-notification div.jGrowl-message h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	text-transform:none;
    color:#555;
	margin:0;
	font-family: 'Lato', sans-serif;
	overflow: hidden;
}
div.jGrowl div.jGrowl-notification div.jGrowl-message h3 a{
	font-weight:400;
	text-decoration:none;
	color:#f15b20;
}
div.jGrowl div.jGrowl-notification div.jGrowl-message h3 a:hover{text-decoration:underline}
div.jGrowl div.jGrowl-notification div.jGrowl-close {
    cursor: pointer;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
    z-index: 99;
	position:absolute;
	right: -36px;
	top: 0;
	background:url(../../image/btn_close.jpg) no-repeat;
}
.right-to-left div.jGrowl div.jGrowl-notification div.jGrowl-close{
	font-size:0;
}
div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
	color:#040404;
	text-transform:uppercase;
	font-family:Arial;
}
div.jGrowl div.jGrowl-closer:hover{color:#b99c93}
/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}