/* 
    Document   : action-message
    Created on : 21 Aug, 2013, 12:47:16 PM
    Author     : CDAC-49
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.errors {
    font-size:12px;
    border-radius: 8px;
    color:#CC0000;
    font-family:'Verdana';
    border:#ffffff 1px solid;
    margin:-12px 0 0 0;
    padding:2px 0;
    background-color:#FFCCCC;
    margin-bottom:5px;
    font-weight: bolder;
   
}
.error {
    font-size:12px;
    border-radius: 8px;
    color:#CC0000;
    font-family:'Verdana';
    border:#ffffff 1px solid;
    margin:2px 0 0 0;;
    padding:2px 0 0 10px;
    background-color:#FFCCCC;
    margin-bottom:5px;
    font-weight: bolder;
    height: 25px;
}
.error-login {
    font-size:12px;
    border-radius: 8px;
    color:#CC0000;
    font-family:'Verdana';
    border:#ffffff 1px solid;
    margin:-14px 0 0 0;
    padding:2px 0;
    background-color:#FFCCCC;
    margin-bottom:5px;
    font-weight: bolder;
    height: 25px;
}

.welcome {
    font-size:12px;
    color:#015b49;
    font-family:'Verdana';
    border:#ffffff 2px solid;
    margin:-12px 0 0 0;
    clear:both;
    padding:2px 0;
    background-color:#CCFFE6;
    font-weight: bolder;
    height: 25px;
     border-radius: 8px;
}



.newFieldError {
    display: inherit;        
    width:400px;
    color:  #CC0000;
    margin-bottom:8px;
}
.newFieldError li{ 
    list-style: none; 

}
.error li { 
    list-style: none;
}
.error-login li { 
    list-style: none;
}
.welcome li { list-style: none; }