.errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
        clear:none;
        float:none;
}

.errorSummary p
{
	margin: 0;
	padding: 5px;
}

.errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

.errorSummary ul li
{
	list-style: square;
        background:none;
        padding:0;
        line-height:18px;
}

span.required { float:right; text-align:right; padding:0 0 0 5px; margin:0px; color:#C00; font-weight:700; clear:none; }


 label.error,
 span.error
{
	color: #C00;
        font-weight:700;
}

 input.error,
 textarea.error,
 select.error
{
	background: #FEE;
	border-color: #C00;
}


.help, .notice, .sample, .warning, .errorSummary, .infoSuccess {
    margin: 10px 0;
}
.help dl, .notice dl, .sample dl, .warning dl, .errorSummary {
    margin: 0;
    padding: 5px 15px;
    font-size: 13px;
    min-height: 85px;
    /*height: 85px;*/
    /*padding-bottom:15px;*/
}
.errorSummary p {
    margin: 0;

}
.help dt, .notice dt, .sample dt, .warning dt, .errorSummary p {
    font-weight: bold;
    line-height: 30px;
}
.help dd, .notice dd, .warning dd  {
    padding-left: 95px;
    line-height: 15px;
}


.info, .help, .notice, .warning, .errorSummary, .infoSuccess {
 /*   -moz-border-radius: 5px;
    -webkit-border-radius: 5px; */
}
/******************* help *********************/
.help {
    background-color: #e7f1fa;
    border: 1px solid #c2e3f6;
}
.help dl {
    color: #0065d8;
    background: url('/img/alert/bg-help.gif') no-repeat 25px 35px;
}

/******************* notice *********************/
.notice {
    background-color: #fffbc4;
    border: 1px solid #ffdb5e;
}
.notice dl {
    color: #b07d22;
    background: url('/img/alert/bg-notice.gif') no-repeat 25px 35px;
}

/******************* sample *********************/
.sample dl {
    color: #86a033;
}
.sample dd {
    margin-left: 20px;
}
.sample dd img {
    border: 1px solid #bfbfbf;
    padding: 2px;
}
/******************* warning *********************/
.warning, .errorSummary {
    /*background-color: #feefe8;*/
    background: #feefe8 url('/img/alert/bg-warning.gif') no-repeat 25px 35px;
    border: 1px solid #f0d6c5;
    margin: 5px 0;
    text-align:left;
}
.warning dl, .errorSummary {
    color: #b11f20;
}
/*.errorSummary, .warning dl { background: #feefe8 url('/img/alert/bg-warning.gif') no-repeat 25px 35px; }*/
.errorSummary ul {
    margin: 0;
    padding-left: 100px;
    line-height: 15px;
}
.errorSummary li {
    margin: 0;
    list-style-type: circle;
}

/******************* success *********************/
.infoSuccess {
    font-weight: bold;
    font-size: 13px;
    min-height: 50px;
    padding: 10px 0 0 100px;
    color: #779921;
    border: 1px solid #a4c832;
    background: #d4fcb5 url('/img/alert/bg-success.gif') no-repeat 25px 10px;
}