/* - - - - - - - - - - - - - -  SUBMIT BUTTONS  - - - - - - - - - - - - - - */

.butn_submit {
	background-color: #ccc;
	color: #666;
}

.quick_submit {
	background-color: #ccc;
	color: #666;
}


/* - - - - - - - - - - - - - -  FOOTER  - - - - - - - - - - - - - - */

#footerWrapper {
	background-color: #010066;
    border-top: 3px solid #f9cf25; 
}


