#feedback-messages {
    width: 766px;
	float: left;
    margin: 0px;
}

#compare #feedback-messages {
	margin-bottom: 25px;
}

ul.feedback-messages {
	height: 30px;
}

ul.feedback-messages li {

}

.error-msg {
	display: inline;
	line-height: 28px;
    border: 1px solid #ff7000;
    color: #f4231e;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 10px 5px 45px;
	background-color: #fde9d3;
    background-image: url(../images/design/warning_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.success-msg {
	display: inline;
	line-height: 28px;
    border: 1px solid #4AAD1E;
    color: #3d3d3d;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 10px 5px 45px;
	background-color: #E8FFDF;
    background-image: url(../images/design/order_confirmation_h2_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.info-msg {
   	display: inline;
	line-height: 28px;
    border: 1px solid #ffd967;
    color: #3d3d3d;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 10px 5px 45px;
	background-color: #fffbf0;
    background-image:  url( ../images/design/note_msg_icon.gif );
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.warning-msg {
    border:1px solid #666e73;
    background:#e6e6e6 url( ../images/design/warning_msg_icon.gif ) no-repeat 10px center;
    color:#000000;
}



