/* BioFungi start */
input[id^="custom_field"] {
	width: 550px;
    height: 30px;
    line-height: 30px;
    border: 1px solid lightgrey;
}

input[id^="custom_field"]:focus {
    border: 1px solid orange;
}

.ui-widget-content {
    background: white
        url("plugin_file.php?file=jQueryUI/ui-bg_highlight-hard_100_f2f5f7_1x100.png")
        50% top repeat-x;
}
