/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14/01/2015, 11:23:25 AM
    Author     : DITEL
*/
#footer {

    /*position: fixed;*/

    bottom: 0;

    width: 100%;
    text-align: center; 
    height: 35px; /* choose any height */

}


div.errorSummary{
    color: #C60F13;
    border-color: #C60F13;
    background-color: #F9E6E6;
}