
.portletmessageSuccess{
    border-style:solid;
    border-color: green;
    border-width: 0.5px;
    color:#FFF;
    font-weight: bold;
    text-align: center;   
    border-radius:8px;
    height: 40px;
    background-image: url("../img/succesfull.png");
    /*background-repeat: no-repeat;*/

    
    background: #c8d4c8; /* Old browsers */
background: -moz-linear-gradient(top, #c8d4c8 0%, #a3b7a3 17%, #7f9b7f 33%, #3a723a 67%, #2a542a 83%, #1a341a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8d4c8), color-stop(17%,#a3b7a3), color-stop(33%,#7f9b7f), color-stop(67%,#3a723a), color-stop(83%,#2a542a), color-stop(100%,#1a341a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #c8d4c8 0%,#a3b7a3 17%,#7f9b7f 33%,#3a723a 67%,#2a542a 83%,#1a341a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #c8d4c8 0%,#a3b7a3 17%,#7f9b7f 33%,#3a723a 67%,#2a542a 83%,#1a341a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #c8d4c8 0%,#a3b7a3 17%,#7f9b7f 33%,#3a723a 67%,#2a542a 83%,#1a341a 100%); /* IE10+ */
background: linear-gradient(to bottom, #c8d4c8 0%,#a3b7a3 17%,#7f9b7f 33%,#3a723a 67%,#2a542a 83%,#1a341a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8d4c8', endColorstr='#1a341a',GradientType=0 ); /* IE6-9 */
    
    
}




.portletmessageError{
    border-style:solid;
    border-color:red;
    border-width: 0.5px;
    color:#FFF;
    font-weight: bold;
    text-align: center;   
    border-radius:8px;
    height: 40px;
    
background: #b66a62; /* Old browsers */
background: -moz-linear-gradient(top, #b66a62 0%, #904444 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b66a62), color-stop(100%,#904444)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b66a62 0%,#904444 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b66a62 0%,#904444 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b66a62 0%,#904444 100%); /* IE10+ */
background: linear-gradient(to bottom, #b66a62 0%,#904444 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b66a62', endColorstr='#904444',GradientType=0 ); /* IE6-9 */
}