/* @override http://www.beta.apilot.cz/css/global/growl.css */

.growl .report {
	height: 50px;
	min-height: 50px;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 64px;
	color: #000;
	border-width: 2px;
	border-style: solid;
	border-color: #006fc4;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-position: 16px 16px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(img/growl/2.png);
	position: relative;
}

.growl .report a.close {
	position: absolute;
	top: 3px;
	right: 3px;
	background: url(img/icons/delete.png) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
	cursor: default;
}

.growl .report a.close:hover {
	background: url(img/icons/delete.png) 0 -16px no-repeat;
}

.growl .report a.close:active {
	background: url(img/icons/delete.png) 0 -32px no-repeat;
}

div[class] .report {
	height: auto;
}

.growl .report.positive {
	border-color: #82c00c;
	background-image: url(img/growl/71.png);
}

.growl .report.negative {
	border-color: #f65012;
	background-image: url(img/growl/10.png);
}

.growl .report .caption {
	display: block;
	height: 0;
	min-height: 0;
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #353535;
}

div[class] .growl .report .caption {
	height: auto;
}

.growl .report p {
	margin: 10px 0 0 0;
}

.growl .report a {
	color: #000;
}