.shop_message{
	background:url(../images/message/shop_message.png) repeat-y;
}

.shop_bottom{
	background:url(../images/message/shop_bottom.png) no-repeat bottom;
}

.shop_info,.shop_error,.shop_warning{
	border:medium none;
	bottom:26px;
	color:#D3ECFA;
	font-size:11px;
	margin:auto;
	padding:11px 0 9px 35px;
	width:100%;
	z-index:11;
}

.shop_info{
background:url(../images/message/shop_info.png) no-repeat scroll 0 1px;
}

.shop_error{
background:url(../images/message/shop_error.png) no-repeat scroll 0 1px;

}

.shop_warning{
background:url(../images/message/shop_warning.png) no-repeat scroll 0 1px;

}


