﻿.redtext
{
    color: Red;
    font-weight: bold;
}


.error-box1
{
	border: 1px solid #d35755;
	font: 12px Arial, Helvetica, sans-serif;
	color: #f21a1a;
	background: #feebeb url(../images/error.gif) no-repeat 10px;
	margin: 10px 0;
	padding: 0px!important;
}
.error-box
{
	border: 1px solid #d35755;
	font: 12px Arial, Helvetica, sans-serif;
	color: #f21a1a;
	background: #feebeb;
	margin: 10px 0;
	padding: 0px!important;
}
.notic-box
{
	border: 1px solid #FFD324;
	font: 12px Arial, Helvetica, sans-serif;
	color: #514721;
	background: #FFF6BF;
	margin: 0px 0 10px 0;
	display: block;
	padding: 10px 13px;
	list-style: none;
}
.error-box ul li
{
	background: url(../images/bult4.gif) 11px 13px no-repeat;
	padding: 5px 0 5px 22px!important;
	border-bottom:none!important;
}
.notice-box ul li
{
	background: url(../images/bult4.gif) 11px 13px no-repeat;
	
}

.confirm-box
{
	border: 1px solid #8dd355;
	font: 12px Arial, Helvetica, sans-serif;
	color: #398000;
	background: #eefeeb url(../images/confirm.gif) no-repeat 10px;
	margin: 10px 0;
	padding: 10px 33px; display:block
}

.box1
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #999;
	padding: 0px 0px 5px;
	border-bottom: 1px dashed #e3e3e3;
	margin-bottom:10px
}