.btn.btn-primary.btn-openform {
	background-color: #B89B5E!important;  
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    padding: 15px 32px;
} 

.btn.btn-primary.btn-openform:hover {
	background-color: #666!important;  
} 

select { 
    height:52px!important;
}