

.rm_form_container .rm_form_el_button input[type=submit]{
	background: #5b6772;
	background-color: #5b6772;
}
.rm_form_container .rm_form_el_button input[type=submit]:active,
.rm_form_container .rm_form_el_button input[type=submit]:focus,
.rm_form_container .rm_form_el_button input[type=submit]:hover{
	background: #0000ff; 
	background-color: #0000ff;
}
