div.message {margin: 1em 0;}div.messagewrapper {border:2px solid white; padding:10px 10px 10px 35px}div.fyi {	border: 1px solid #515151;	background: #e0e0e0 url(images/exclamation_gray.png) no-repeat 10px 15px;	}div.success {	border: 1px solid #1D661A;	background: #A0D596 url(images/accept.png) no-repeat 10px 15px;	}div.debug {	border: 1px solid #7698C8;	background: #DDEAF9 url(images/magnifier.png) no-repeat 10px 15px;	}div.error {	border: 1px solid #E4463A;	background: #F8ACA0 url(images/cancel.png) no-repeat 10px 15px;	}div.alert {	border: 1px solid #B75802;	background: #F9EBA7 url(images/error.png) no-repeat 10px 15px;	}div.alert p, div.success p, div.error p, div.fyi p {margin:0}