/* CSS file for default styles that can be overridden in a template */
/* CSS that is hardcoded can be moved here */
.v65-error-list-wrapper {
    padding:10px;
}
.v65-error-list-container { 
    position:relative; 
    background-color:#ffffcc;
	border:2px solid #ffcc00;
    text-align: left;
}
.v65-error-list-image {
    position:absolute;
    left:0;
    width:60px;
    height:100%;
    background-image: url(../i/error_alert.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
.v65-error-list-text { 
    margin-left:60px; 
    height:100%;
}
.v65-error-list-text ul  
{
    font-weight:600;
    margin:0;
    padding:16px 10px 16px 20px;
}
.v65-error-list-clear { clear:both; }