/*------------------------------------*/
/*---------- INFO SUCCESS ... --------*/
/*------------------------------------*/
.info, .success, .warning, .error {border: 1px solid;margin: 10px 0px;padding:15px 10px 15px 50px;background-repeat: no-repeat;background-position: 10px center;}
.info {color: #00529B;background-color: #BDE5F8;background-image: url('img/biginfo.jpg');}
.success {color: #4F8A10;background-color: #DFF2BF;background-image:url('img/bigok.jpg');}
.error {color: #D8000C;background-color: #FFBABA;background-image: url('img/bigerror.jpg');}

.clearfooter {height: 20px;clear: both;}