Problem with Custom post template editor window being misaligned and covering up other content. Firefox 3.6.13
Edit the following file:
File: admin.css
Location: wp-content/plugins/wp-o-matic/inc/admin/css
Around line 286
#edit_sections .section #post_template.current {
display: block;
}
Add:
height: auto;