.status_box {
	padding:5px;
	margin-bottom: 5px;
  margin-top: 5px;
	background:#fff bottom center repeat-x;
	border:1px solid;
	white-space:normal;
}

.status_box.info {
	border-color: #3cf;
	background-image:url('../images/bg_info.gif');
}

.status_box.success {
	border-color: #0c0;
	background-image:url('../images/bg_success.gif');
}

.status_box.warning {
	border-color: #f60;
	background-image:url('../images/bg_warning.gif');
}

.status_box.error {
	border-color: #f00;
	background-image:url('../images/bg_error.gif');
}