@CHARSET "UTF-8";

.feedbackPanel {
	
}

.feedbackPanel {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

li .feedbackPanelERROR {
	padding-left: 25px;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

li .feedbackPanelINFO {
	padding-left: 25px;
	background-image: url(img/checked_mini.png);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	height: 16px;
	line-height: 17px;
}

.feedbackPanel span {
	text-align: justify;
}

.feedbackPanelERROR {
	color: red;
}

.feedbackPanelINFO {
	color: green;
}

#right #feedbackPanel {
	margin-top:10px;	
}

#left .feedbackPanel {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}