/*
 * CSS for more standard-compliane browers (not IE)
 */

/* You can add the "short" class to a "content" div to cause it to use a
 * dynamic height (often small forms with buttons at the bottom should use this)
 */
.panel .short {
	height: auto !important;
    min-height: auto !important;
	max-height: 450px !important;
}

.otherMedications {
	height: auto !important;
	min-height: 300px !important;
	max-height: 450px !important;
}

div#overlay {
	position: fixed;
}