Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 6553)
+++ /CKEditor/trunk/CHANGES.html	(revision 6554)
@@ -70,4 +70,5 @@
 		<li><a href="http://dev.ckeditor.com/ticket/7330">#7330</a> : New list items now do not inherit the <code>value</code> attribute from their sibiling.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/7293">#7293</a> : The "automatic" color button is now presented correctly without focus inside the editor.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/7018">#7018</a> : [IE] Combo boxes didn't have border around them.</li>
 		<li>Updated the following language files:<ul>
 			<li><a href="http://dev.ckeditor.com/ticket/7124">#7124</a> : Czech;</li>
Index: /CKEditor/trunk/_source/plugins/richcombo/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/richcombo/plugin.js	(revision 6553)
+++ /CKEditor/trunk/_source/plugins/richcombo/plugin.js	(revision 6554)
@@ -198,5 +198,5 @@
 							'<span id="' + id + '_text" class="cke_text cke_inline_label">' + this.label + '</span>' +
 						'</span>' +
-						'<span class=cke_openbutton>' + ( CKEDITOR.env.hc ? '<span>&#9660;</span>' : CKEDITOR.env.air ?  '&nbsp;' : '' ) + '</span>' +	// BLACK DOWN-POINTING TRIANGLE
+						'<span class=cke_openbutton><span class=cke_icon>' + ( CKEDITOR.env.hc ? '&#9660;' : CKEDITOR.env.air ?  '&nbsp;' : '' ) + '</span></span>' +	// BLACK DOWN-POINTING TRIANGLE
 					'</a>' +
 				'</span>' +
Index: /CKEditor/trunk/_source/skins/kama/richcombo.css
===================================================================
--- /CKEditor/trunk/_source/skins/kama/richcombo.css	(revision 6553)
+++ /CKEditor/trunk/_source/skins/kama/richcombo.css	(revision 6554)
@@ -124,23 +124,22 @@
 .cke_skin_kama .cke_rcombo .cke_openbutton
 {
+	display: inline-block;
+}
+
+.cke_skin_kama .cke_rcombo .cke_openbutton .cke_icon
+{
+	display: inline-block;
 	background-image: url(images/sprites.png);
 	_background-image: url(images/sprites_ie6.png);
 	background-position: 0 -68px;
 	background-repeat: no-repeat;
-	display: inline-block;
 	width: 17px;
 	height: 19px;
 	margin: 1px 2px;
-	background-repeat: no-repeat;
-}
-
-.cke_skin_kama .cke_rcombo .cke_openbutton span
-{
-	display: none;
-}
-
-.cke_skin_kama .cke_hc .cke_rcombo .cke_openbutton span
-{
-	display	: inline;
+}
+
+.cke_skin_kama .cke_hc .cke_rcombo .cke_openbutton .cke_icon
+{
+	background: none;
 }
 
Index: /CKEditor/trunk/_source/skins/office2003/richcombo.css
===================================================================
--- /CKEditor/trunk/_source/skins/office2003/richcombo.css	(revision 6553)
+++ /CKEditor/trunk/_source/skins/office2003/richcombo.css	(revision 6554)
@@ -142,12 +142,15 @@
 {
 	display: inline-block;
-
+	border-top: 1px solid #8f8f73;
+	border-bottom: 1px solid #8f8f73;
+}
+
+.cke_skin_office2003 .cke_rcombo .cke_openbutton .cke_icon
+{
+	display: inline-block;
 	background-position: 5px -1002px;
 	background-image: url(images/sprites.png);
 	_background-image: url(images/sprites_ie6.png);
 	background-repeat: no-repeat;
-
-	border-top: 1px solid #8f8f73;
-	border-bottom: 1px solid #8f8f73;
 	width: 14px;
 	height: 22px;
@@ -155,21 +158,16 @@
 
 /* IE with zoom != 100% will distort the icons otherwise #4821 */
-.cke_skin_office2003 .cke_browser_ie .cke_rcombo .cke_openbutton
+.cke_skin_office2003 .cke_browser_ie .cke_rcombo .cke_openbutton .cke_icon
 {
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
 }
-.cke_skin_office2003 .cke_browser_ie6 .cke_rcombo .cke_openbutton
+.cke_skin_office2003 .cke_browser_ie6 .cke_rcombo .cke_openbutton .cke_icon
 {
 	filter: ;
 }
-
-.cke_skin_office2003 .cke_rcombo .cke_openbutton span
-{
-	display: none;
-}
-
-.cke_skin_office2003 .cke_hc .cke_rcombo .cke_openbutton span
-{
-	display	: inline;
+.cke_skin_office2003 .cke_hc .cke_rcombo .cke_openbutton .cke_icon
+{
+	background: none;
+	filter: ;
 }
 
Index: /CKEditor/trunk/_source/skins/v2/richcombo.css
===================================================================
--- /CKEditor/trunk/_source/skins/v2/richcombo.css	(revision 6553)
+++ /CKEditor/trunk/_source/skins/v2/richcombo.css	(revision 6554)
@@ -137,5 +137,11 @@
 {
 	display: inline-block;
-
+	border-top: 1px solid #8f8f73;
+	border-bottom: 1px solid #8f8f73;
+}
+
+.cke_skin_v2 .cke_rcombo .cke_openbutton .cke_icon
+{
+	display: inline-block;
 	background-position: 5px -715px;
 	background-image: url(images/sprites.png);
@@ -143,6 +149,4 @@
 	background-repeat: no-repeat;
 
-	border-top: 1px solid #8f8f73;
-	border-bottom: 1px solid #8f8f73;
 	width: 14px;
 	height: 20px;
@@ -150,21 +154,16 @@
 
 /* IE with zoom != 100% will distort the icons otherwise #4821 */
-.cke_skin_v2 .cke_browser_ie .cke_rcombo .cke_openbutton
+.cke_skin_v2 .cke_browser_ie .cke_rcombo .cke_openbutton .cke_icon
 {
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
 }
-.cke_skin_v2 .cke_browser_ie6 .cke_rcombo .cke_openbutton
+.cke_skin_v2 .cke_browser_ie6 .cke_rcombo .cke_openbutton .cke_icon
 {
 	filter: ;
 }
-
-.cke_skin_v2 .cke_rcombo .cke_openbutton span
-{
-	display: none;
-}
-
-.cke_skin_v2 .cke_hc .cke_rcombo .cke_openbutton span
-{
-	display	: inline;
+.cke_skin_v2 .cke_hc .cke_rcombo .cke_openbutton .cke_icon
+{
+	background: none;
+	filter: ;
 }
 
