Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 152)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 153)
@@ -64,4 +64,6 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/118">Ticket-118</a>] 
 			The SelectAll command now is available in Source Mode.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/110">Ticket-110</a>] 
+			The OK button in dialogs had its width set as an inline style.</li>
 	</ul>
 	<h3>
Index: /FCKeditor/trunk/editor/fckdialog.html
===================================================================
--- /FCKeditor/trunk/editor/fckdialog.html	(revision 152)
+++ /FCKeditor/trunk/editor/fckdialog.html	(revision 153)
@@ -312,6 +312,7 @@
 							<td width="100%">&nbsp;</td>
 							<td nowrap="nowrap">
-								<input id="btnOk" style="VISIBILITY: hidden; WIDTH: 100px" type="button" value="Ok" class="Button"
-									onclick="Ok();" fckLang="DlgBtnOK" />&nbsp; <input type="button" value="Cancel" class="Button" onclick="Cancel();" fckLang="DlgBtnCancel" />
+								<input id="btnOk" style="VISIBILITY: hidden;" type="button" value="Ok" class="Button" onclick="Ok();" fckLang="DlgBtnOK" />
+								&nbsp; 
+								<input id="btnCancel" type="button" value="Cancel" class="Button" onclick="Cancel();" fckLang="DlgBtnCancel" />
 							</td>
 						</tr>
Index: /FCKeditor/trunk/editor/skins/default/fck_dialog.css
===================================================================
--- /FCKeditor/trunk/editor/skins/default/fck_dialog.css	(revision 152)
+++ /FCKeditor/trunk/editor/skins/default/fck_dialog.css	(revision 153)
@@ -63,10 +63,12 @@
 .Button
 {
-	border-right: #737357 1px solid;
-	border-top: #737357 1px solid;
-	border-left: #737357 1px solid;
+	border: #737357 1px solid;
 	color: #3b3b1f;
-	border-bottom: #737357 1px solid;
 	background-color: #c7c78f;
+}
+
+#btnOk
+{
+	width: 100px;
 }
 
Index: /FCKeditor/trunk/editor/skins/office2003/fck_dialog.css
===================================================================
--- /FCKeditor/trunk/editor/skins/office2003/fck_dialog.css	(revision 152)
+++ /FCKeditor/trunk/editor/skins/office2003/fck_dialog.css	(revision 153)
@@ -69,4 +69,9 @@
 }
 
+#btnOk
+{
+	width: 100px;
+}
+
 .DarkBackground
 {
Index: /FCKeditor/trunk/editor/skins/silver/fck_dialog.css
===================================================================
--- /FCKeditor/trunk/editor/skins/silver/fck_dialog.css	(revision 152)
+++ /FCKeditor/trunk/editor/skins/silver/fck_dialog.css	(revision 153)
@@ -72,4 +72,9 @@
 }
 
+#btnOk
+{
+	width: 100px;
+}
+
 .DarkBackground
 {
