/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 25 2024 | 06:21:07 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

form .gform_button.button{
    background-color: #BBA07A!important;
}

form .gform_button.button:hover{
    background-color: rgba(0,0,0,0)!important;
	color: #BBA07A!important;
	border: 1px solid #BBA07A!important;
}