Index: wp-admin/theme-editor.php
===================================================================
--- wp-admin/theme-editor.php	(revision 6883)
+++ wp-admin/theme-editor.php	(working copy)
@@ -151,8 +151,10 @@
 		 <input type="hidden" name="file" value="<?php echo $file ?>" />
 		 <input type="hidden" name="theme" value="<?php echo $theme ?>" />
 		 </div>
+		
+		<div>
 <?php if ( is_writeable($real_file) ) : ?>
-	<p class="submit">
+			<p class="submit">
 <?php
 	echo "<input type='submit' name='submit' value='	" . __('Update File &raquo;') . "' tabindex='2' />";
 ?>
@@ -160,6 +162,7 @@
 <?php else : ?>
 <p><em><?php _e('You need to make this file writable before you can save your changes. See <a href="http://codex.wordpress.org/Changing_File_Permissions">the Codex</a> for more information.'); ?></em></p>
 <?php endif; ?>
+		</div>
 	</form>
 	<?php
 	} else {
Index: wp-admin/css/theme-editor.css
===================================================================
--- wp-admin/css/theme-editor.css	(revision 6883)
+++ wp-admin/css/theme-editor.css	(working copy)
@@ -1,8 +1,13 @@
 #template textarea {
-	font: small 'Courier New', Courier, monospace;
+	font-family: 'Courier New', Courier, monospace;
+	font-size: 12px;
 	width: 97%;
 }
 
+#template p {
+	width: 97%;
+}
+
 #templateside {
 	float: right;
 	width: 200px;
