/* - - - - - - - - - - - - - -  SUBMIT BUTTONS  - - - - - - - - - - - - - - */

.butn_submit {
	background-color: #003366;
	color: #fff;
}

.quick_submit {
	background-color: #336699;
	color: #fff;
}


/* - - - - - - - - - - - - - -  FOOTER  - - - - - - - - - - - - - - */

#footerWrapper {
	background-color: #003366;
    border-top: 3px solid #336699; 
}


