/*errorMessages*/
.errorMessages
{
    color: red;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    /*width: 684px;*/
    /*background: url(../images/request/bg_errMess_top.gif) no-repeat;*/
    padding: 6px 0 6px 0;
    margin: 12px 0 6px 0;
	float: left;
}

.errorList
{
    /*background: url(../images/request/bg_errMess_bot.gif) no-repeat bottom;*/
    padding-bottom: 6px;
    width: 100%;
    /*width: 684px;*/
}

.errorList ul
{
    color: red;
    background: #fffced url(../../images/icon_errMess.gif) 6px 4px no-repeat;
    padding: 6px;
    border-left: 1px solid #cac6bb;
    border-right: 1px solid #cac6bb;
    margin: 0;
}

.errorList li
{
    color: red;
    list-style-type: none; 
    padding-left: 25px; 
}
