
/* BEGIN - Your CSS styling starts here */

#form_2 .foobar {
	display: none;
}

#form_123 .foobar, #form_123_ .foobar {
	display: none;
}

#form_2 input {
    background: #222;
    color: #e3d49f;
}

#form_2 button:hover {
    background: #e3d49f;
    color: #000;
    border-color: #e3d49f;
}

#form_2 .row-fluid.nav {
    margin: 0;
}


#rl_modals_loaded_content .fabrikMainError {
    display: none;
}


/* END - Your CSS styling ends here */
