ul.messagesList {
	list-style: none;
	font-size: 11px;
	}

/* .messagesList li {
	display: block;
	width:488px;
	padding: 4px 10px;
	clear: left;
	float: left;
	border: 1px solid;
	} */

.messagesList li.message {
	background: #fef1e7 url(../img/info.png) 5px 50% no-repeat;
	border: 1px solid #f17b1b;
	color:#1394dc;
	padding:10px 5px 10px 45px;
	font-weight: bold;
	text-align:center;
	}

.messagesList li.error {
	background:#fef1e7 url(../img/error.png) 5px 50% no-repeat;
	border: 1px solid #f17b1b;
	color:#ff0000 !important;
	padding:10px 5px 10px 45px;
	font-weight: bold;
	text-align:center;
	}

.messagesList li.success {
	background: #fef1e7 url(../img/success.png) 5px 50% no-repeat;
	border: 1px solid #f17b1b;
	color:#3bb01c;
	padding:10px 5px 10px 45px;
	font-weight: bold;
	text-align:center;
	}

.messagesList li.success a {
	color: #3bb01c !important;
	}

.messagesList li.cartsuccess {
	padding:10px 5px 10px 45px;
	background: #fef1e7 url(../img/success.png) 5px 50% no-repeat;
	border: 1px solid #f17b1b;
	color:#3bb01c;
	font-weight: bold;
	width:485px;
	text-align:center;
	}

p.paypalError {
	font-family: times;
	color: #ff0000;
	border-color: #0067aa;
	background-color: #FFF;
	text-align: center;
	}
