.redtext
{
	color: Red;
	font-weight: bold;
}


.error-box1
{
	border: 1px solid #d35755;
	font: 12px Arial, Helvetica, sans-serif;
	color: #f21a1a;
	background: #feebeb url(../assets/error.html) no-repeat 10px;
	margin: 10px 0;
	padding: 10px 33px;
}
.error-box
{
	border: 1px solid #d35755;
	font: 12px Arial, Helvetica, sans-serif;
	color: #f21a1a;
	background: #feebeb;
	margin: 10px 0;
	padding: 10px 3%; width:94%; float:left;
}
.notic-box
{
	
	border: 1px solid #FFD324;
	font: 12px Arial, Helvetica, sans-serif;
	color: #514721;
	background: #FFF6BF url(../images/warning.gif) no-repeat 10px;
	margin: 0px 0 10px 0;
	display: block;
	padding: 10px 0 10px 40px;
	list-style: none;
}
.confirm-box
{
	border: 1px solid #8dd355;
	font: 12px Arial, Helvetica, sans-serif;
	color: #398000;
	background: #eefeeb url(../images/confirm.html) no-repeat 10px;
	margin: 10px 0;
	padding: 10px 33px;
	display: block;
}

.error-box ul{ padding-bottom:0px;}
.error-box ul li
{
	background: url(../images/bult3.html) 0px 4px no-repeat;
}
.notice-box ul li
{
	background: url(../images/bult3.html) 0px 4px no-repeat;
}
