@CHARSET "UTF-8";

/* Info */
a.info
{
	display: block;
	margin: 10px 0;
}
a.success
{
	color: #228B22;
}
a.error
{
	color: #32CD32;
}
a.tip
{
	color: #32CD32;
}
a.alert
{
	color: #32CD32;
}
p.info
{
	margin: 10px 0;
	padding: 10px 10px 10px 35px;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
p.success
{
	background: #eeffdd url('../images/icons/success.png') no-repeat 10px center;
}
a.error,
p.error
{
	background: #ffeeee url('../images/icons/error.png') no-repeat 10px center;
}
a.tip,
p.tip
{
	background: #e0ecff url('../images/icons/tip.png') no-repeat 10px center;
}
a.alert,
p.alert
{
	background: #fefcd5 url('../images/icons/alert.png') no-repeat 10px center;
}

/* Help */
a.help
{
	position: relative;
	padding: 0;
	color: #039;
	text-decoration: none;
	z-index: 24;
}
a.help:hover { background: transparent; z-index: 25; }
a.help span { display: none }
a.help:hover span
{ 
	display: block;
	position: absolute;
	width: 190px; 
	top: -5px;
	left: 2em;
	padding: 5px 10px;
	border: 1px solid #e7e3be;
	background: #fefcd5; 
	color:#000;
}
