ul.errorlist { 
    margin:0 
    !important; 
    padding:0 
    !important; 
    }

.errorlist li { 
    font-size:11px 
    !important;
    font-weight:bold;
    display:block; 
    padding:4px 5px 4px 25px; 
    margin:0 0 3px 0; 
    border:1px solid #00aa00; 
    color:#339900; 
    background:	#fff url(../images/note.gif) 5px .3em no-repeat; 
    }

ul.greenlist { 
    margin: 10px 20px !important; 
    padding:0 
    !important; 
    }

.greenlist li { 
    font-size:11px 
    !important;
    font-weight:bold;
    display:block; 
    padding:4px 5px 4px 25px; 
    margin:0 0 3px 0; 
    border:1px solid #00aa00; 
    color:#339900; 
    background:	#fff url(../images/icon_success.gif) 5px .3em no-repeat; 
    }

#right em { 
    !important;
    color:#DE4184; 
    font-weight:bold;
    font-size:12px; 
	
    }
.alert { 
    font-size:11px 
    !important;
    font-weight:bold;
    display:block; 
    padding:4px 5px 4px 25px; 
    margin:0 0 3px 0; 
    border:1px solid #00aa00; 
    color:#339900; 
    background:	#fff url(../images/note.gif) 5px .3em no-repeat; 
    }
