diff --git a/bigbluebutton-client/branding/default/style/css/V2Theme.css b/bigbluebutton-client/branding/default/style/css/V2Theme.css
index 748160b7561f02475e458ceb93df344fdc32a2c4..06aed6dae0b0f6fa6c4700c76a5c287821864231 100755
--- a/bigbluebutton-client/branding/default/style/css/V2Theme.css
+++ b/bigbluebutton-client/branding/default/style/css/V2Theme.css
@@ -359,15 +359,24 @@ phonecomponents|MuteMeButton {
 	textSelectedColor : #FFFFFF;
 }
 
-.helpLinkButtonStyle {
+.helpLinkButtonStyle, .helpLinkButtonStyleRTL {
 	cornerRadius   : 2;
 	rollOverColor  : #1070D7;
 	selectionColor : #0A5EAC;
+}
+
+.helpLinkButtonStyle {
 	icon           : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Help");
 	overIcon       : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Help_White");
 	downIcon       : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Help_White");
 }
 
+.helpLinkButtonStyleRTL {
+	icon           : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Help_RTL");
+	overIcon       : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Help_White_RTL");
+	downIcon       : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Help_White_RTL");
+}
+
 /*
 //------------------------------
 //  Alert
@@ -594,9 +603,7 @@ chat|AddChatTabBox {
 	paddingTop   : 20;
 }
 
-.chatControlBarSendButtonStyle {
-	icon              : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Send");
-	disabledIcon      : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Send_Disabled");
+.chatControlBarSendButtonStyle, .chatControlBarSendButtonStyleRTL {
 	cornerRadius      : 20;
 	borderStyle       : none;
 	borderThickness   : 0;
@@ -606,16 +613,14 @@ chat|AddChatTabBox {
 	fillColorDisabled : #F0F2F6;
 }
 
+.chatControlBarSendButtonStyle {
+	icon              : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Send");
+	disabledIcon      : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Send_Disabled");
+}
+
 .chatControlBarSendButtonStyleRTL {
 	icon              : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Send_RTL");
 	disabledIcon      : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Send_Disabled_RTL");
-	cornerRadius      : 20;
-	borderStyle       : none;
-	borderThickness   : 0;
-	fillColorUp       : #1070D7;
-	fillColorOver     : #0A5EAC;
-	fillColorDown     : #1070D7;
-	fillColorDisabled : #F0F2F6;
 }
 
 .chatControlBarTextMsgStyle {
diff --git a/bigbluebutton-client/branding/default/style/css/assets/swf/v2_skin.fla b/bigbluebutton-client/branding/default/style/css/assets/swf/v2_skin.fla
index e217dccf1af6e09d5b9eed81291ec7947fccd612..42efee56f5d3b5db9d8a87e2e8725c82ef8c6a46 100644
Binary files a/bigbluebutton-client/branding/default/style/css/assets/swf/v2_skin.fla and b/bigbluebutton-client/branding/default/style/css/assets/swf/v2_skin.fla differ
diff --git a/bigbluebutton-client/branding/default/style/css/assets/swf/v2_skin.swf b/bigbluebutton-client/branding/default/style/css/assets/swf/v2_skin.swf
index 8eadd9637b2c100fd0a21cf1a139d005b265fc81..6593a4465e831d545fdc8a4c9ac8c781c2c97d2f 100644
Binary files a/bigbluebutton-client/branding/default/style/css/assets/swf/v2_skin.swf and b/bigbluebutton-client/branding/default/style/css/assets/swf/v2_skin.swf differ
diff --git a/bigbluebutton-client/src/org/bigbluebutton/main/views/MainToolbar.mxml b/bigbluebutton-client/src/org/bigbluebutton/main/views/MainToolbar.mxml
index af3fca2732c42cd0df984c9d3d02cbf87ca80732..dcf82779b1f24a4eaf11ddb2cbb911c56c5405cf 100755
--- a/bigbluebutton-client/src/org/bigbluebutton/main/views/MainToolbar.mxml
+++ b/bigbluebutton-client/src/org/bigbluebutton/main/views/MainToolbar.mxml
@@ -474,6 +474,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
 				}
 				
 				btnLogout.styleName = "logoutButtonStyle" + styleNameExt;
+				helpBtn.styleName = "helpLinkButtonStyle" + styleNameExt;
 			}
 
 			private function openSettings(e:Event = null):void{