.msg-error {
	background: #FDD url(../images/error.png) no-repeat 6px 50%;
	border: 1px solid #F00;
	display: block;
	font-weight: bold;
	color:#ff0000;
	margin: 2px auto 4px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}
.msg-alert {
	background: #FFC url(../images/alert.png) no-repeat 6px 20%;
	border: 1px solid #FC0;
	display: block;
	font-weight: bold;
	margin: 2px auto 4px;
	color:#000000;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

.msg-success {
	background: #F4FDEF url(../images/success.png) no-repeat 6px 50%;
	border: 1px solid #ACDFA7;
	color: #0000ff;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

.msg-info {
	background: #DFF4FF url(../images/info.png) no-repeat 6px 50%;
	border: 1px solid #A7CEDF;
	color: #34404F;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

.msg-yes-pick{
	border: 1px solid #f00;
	background: #feebeb;
	filter:alpha(opacity=100,Style=0);
	color: #f00;
	width:200px;
	height: 35px;
	margin:15px 0 10px 0;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	position: absolute;
	z-index: 999;
	left: 250px;
	top: 400px;
}