
div.Growler-notice {
	background-color: 		#fff;
	color: 				#000;
	zoom: 				1;
	width: 				280px;
	padding: 			25px;
	margin-top: 			10px;
	margin-bottom: 			10px;
	margin-left: 			auto;
	margin-right: 			auto;
	font-family: 			Arial,Helvetica,sans-serif;
	font-size: 			12px;
	text-align: 			left;
	display: 			none;
	min-height: 			40px;
        border:                         1px solid #000;
}

div.Growler-notice-head {
	font-weight: 			bold;
	font-size:			13px;
        padding-bottom:                 5px;
}

div.Growler-notice-exit {
	float: 				right;
	font-weight: 			bold;
	font-size: 			12px;
	cursor:				pointer;
}

div.progress {
        background-color: 		#fff;
	color: 				#000;
	border: 			1px solid #585858;
	zoom: 				1;
	width: 				280px;
	padding: 			25px;
	margin-top: 			10px;
	margin-bottom: 			10px;
	margin-left: 			auto;
	margin-right: 			auto;
	font-family: 			Arial,Helvetica,sans-serif;
	font-size: 			12px;
	text-align: 			left;
	display: 			none;
	-moz-border-radius:             5px;
	-webkit-border-radius:          5px;
	min-height: 			40px;
        
}

div.progress div.Growler-notice-head {
	font-weight: 			bold;
	font-size:			13px;
        padding-bottom:                 5px;
}

div.progress div.Growler-notice-exit {
	float: 				right;
	font-weight: 			bold;
	font-size: 			12px;
	cursor:				pointer;
}
