@charset "utf-8";
/* CSS Document */

.msg-error {
	border: dotted 1px #C00;
	background: #F9F6F6 url(../../images/layout/error.png) repeat-y;
	padding: 10px;
	margin-bottom: 25px;	
	color: #C00;
}
.msg-success {
	border: dotted 1px #090;
	background: #EFF6EF url(../../images/layout/success.png) repeat-y;
	padding: 10px;
	margin-bottom: 25px;	
	color: #090;
}
.msg-icon {
	float: left;
	width: 50px;
}
.msg-text{
	float: left;
}
.font16 {
	font-size:16px;
	font-weight: bold;
}
