#location-map {
    width:500px;
    height:500px;
}
#umbraco_form_fdf85d07e789476f946e932ae38bc2f5 input.btn.primary {
    color: rgba(0, 0, 0, 0);
	background-image: url(http://www.nhsggc.org.uk/media/247466/small_change_matters_form_button_230x50_off.png);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	height: 50px;
    width: 230px;
}

#umbraco_form_fdf85d07e789476f946e932ae38bc2f5 input.btn.primary:hover {
    background-image: url(http://www.nhsggc.org.uk/media/247467/small_change_matters_form_button_230x50_on.png);
}

