ul.ul-fb {
	display: block;
	padding: 10px 11px;
	margin: 10px 5px 5px 5px;
	font-size: 13px;
	font-family: arial;
	border: 1px solid;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

ul.fb-error {
	background-color: #ffebaf;
	border-color: #d17f1b;
}

ul.fb-info {
	background-color: #ffebaf;
	border-color: #d17f1b;
	/* Green style
	background-color: #dbffec;
	border-color: #5aaa71;
	*/
}


li.li-fbTitle {
	font-weight: bold;
	margin: 0 0 10px;
}

li.li-fbError {
}

p.p-fbError {
	color: #333;
}

a.a-fbError {
	color: blue;
	cursor:pointer;
}

a.a-fbError:hover {
	text-decoration: underline;
}

li.li-fbClose {
	position: absolute;
	top: 10px;
	right: 9px;
	width: 16px;
	height: 16px;
}

li.li-fbClose a {
	display: block;
	background-repeat: no-repeat;
}

li.li-fbClose a:hover {
	text-decoration: none;
}