<!-- this is to tighten up the header and form element spacing in medicine sites. -->
<style>
    form div.title {
    	padding-bottom: 0px; 
    	margin-bottom: 0px;
    	}
    form div.title h2, form div.title h3, form div.title h4 {
		padding: 5px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
		}
    form div.section {
    	padding-bottom: 2px; 
    	margin-bottom: 0px;
    	}
</style>