Index: /CKEditor/branches/prototype/_source/plugins/forms/dialogs/button.js
===================================================================
--- /CKEditor/branches/prototype/_source/plugins/forms/dialogs/button.js	(revision 2684)
+++ /CKEditor/branches/prototype/_source/plugins/forms/dialogs/button.js	(revision 2685)
@@ -70,5 +70,5 @@
 						type : 'select',
 						label : editor.lang.dlgButtonType,
-						'default' : 'url',
+						'default' : 'button',
 						accessKey : 'T',
 						items :
Index: /CKEditor/branches/prototype/_source/plugins/forms/dialogs/select.js
===================================================================
--- /CKEditor/branches/prototype/_source/plugins/forms/dialogs/select.js	(revision 2684)
+++ /CKEditor/branches/prototype/_source/plugins/forms/dialogs/select.js	(revision 2685)
@@ -25,5 +25,5 @@
 		resizable : CKEDITOR.DIALOG_RESIZE_NONE,
 		minWidth : 400,
-		minHeight : 300,
+		minHeight : 350,
 		onOk: function( data )
 		{
@@ -49,7 +49,11 @@
 						id : 'txtName',
 						type : 'text',
+						widths : [ '25%','75%' ],
+						labelLayout : 'horizontal',
 						label : editor.lang.dlgCheckboxName,
 						'default' : '',
 						accessKey : 'N',
+						align:'center',
+						style : 'width:350px',
 						validate: function( data )
 						{
@@ -60,19 +64,27 @@
 						id : 'txtValue',
 						type : 'text',
+						widths : [ '25%','75%' ],
+						labelLayout : 'horizontal',
 						label : editor.lang.dlgSelectValue,
+						style : 'width:350px',
 						'default' : '',
-						disabled : true						
-					},
-					{
-						type : 'hbox',
-						widths : [ '60%','40%'],
-						children :
+						accessKey : 'V',
+						disabled : true
+					},
+					{
+						type : 'hbox',
+						widths : [ '175px', '170px' ],
+						align : 'center',
+						children : 
 						[
 							{
 								id : 'txtSize',
 								type : 'text',
+								align : 'center',
+								labelLayout : 'horizontal',
 								label : editor.lang.dlgSelectSize,
 								'default' : '',
-								accessKey : 'V',
+								accessKey : 'S',
+								style : 'width:175px',
 								validate: function( data )
 								{
@@ -91,17 +103,14 @@
 							{
 								type : 'html',
-								style : 'border:1px solid black;padding: 30px;background-color:red',
-								html : '<br />'+editor.lang.dlgSelectLines		//Imposible to use styles.
-							}
-						]
-					}
-				]
-			},
-			{
-				id : 'options',
-				label : editor.lang.dlgSelectOpAvail,
-				title : editor.lang.dlgSelectOpAvail,
-				accessKey : 'M',
-				elements : [
+								align : 'center',
+								html : '<span>' + CKEDITOR.tools.htmlEncode( editor.lang.dlgSelectLines ) + '</span>'
+							},
+						]
+					},
+					{
+						type : 'html',
+						align : 'center',
+						html : '<span>' + CKEDITOR.tools.htmlEncode( editor.lang.dlgSelectOpAvail ) + '</span>'
+					},
 					{
 						type : 'hbox',
Index: /CKEditor/branches/prototype/_source/plugins/forms/dialogs/textfield.js
===================================================================
--- /CKEditor/branches/prototype/_source/plugins/forms/dialogs/textfield.js	(revision 2684)
+++ /CKEditor/branches/prototype/_source/plugins/forms/dialogs/textfield.js	(revision 2685)
@@ -86,4 +86,5 @@
 								'default' : '',
 								accessKey : 'C',
+								style : 'width:50px',
 								validate: function( data )
 								{
@@ -106,4 +107,5 @@
 								'default' : '',
 								accessKey : 'M',
+								style : 'width:50px',
 								validate: function( data )
 								{
