/*MESSAGGI*/
#openMessagesOverlay.messagesOverlay_opened,#openMessagesOverlay.messagesOverlay_opened:hover{color:#282828 !important;background: #e7e7e7 !important;
background: -moz-linear-gradient(top,  #e7e7e7 0%, #c3c3c3 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#c3c3c3)) !important;
background: -webkit-linear-gradient(top,  #e7e7e7 0%,#c3c3c3 100%) !important;
background: -o-linear-gradient(top,  #e7e7e7 0%,#c3c3c3 100%) !important;
background: -ms-linear-gradient(top,  #e7e7e7 0%,#c3c3c3 100%) !important;
background: linear-gradient(to bottom,  #e7e7e7 0%,#c3c3c3 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#c3c3c3',GradientType=0 ) !important;}
#messagesOverlay{display:none;position:fixed;width:100%;height:100%;top: 38px;left:0;background: rgba(255,255,255,0.5);z-index: 100;}
#messagesContainer{display:none;width:890px;height:585px;background:#fafcfb;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
-webkit-box-shadow: 0px 0px 10px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 10px 5px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 10px 5px rgba(50, 50, 50, 0.75);}
#messages_conversationList.loader{background:url('/global/img/loader/loader.gif') center center no-repeat;}
#listLoader{width: 275px;background: url('/global/img/loader/loader.gif') center center no-repeat #ffffff;height:30px;float:left;position: absolute;bottom: 0;left: 0;}
#messagesContRow1{float:left;width:890px;height:35px;}
#messagesContRow2{float:left;width:870px;margin:0 10px;height:535px;overflow:hidden;}
#closeBigChat{width: 14px;height: 13px;float:right;background:url('/global/img/icon/sprite.png') -0px -78px no-repeat;margin: 10px;cursor: pointer;}
#messagesContRow2Col1{width:275px;float:left;overflow: hidden;position: relative;}
#messagesContRow2Col2{width: 595px;height: 524px;float:left;position: relative;}
#messages_conversationList{height: 480px;overflow-y: hidden;float:left;width: 275px;border: 1px solid #c1c1c1;border-bottom: 0;position: relative;}
#messages_conversationList .mCSB_container{padding-bottom:30px;}
#messagesContRow2Col1_bottom{height: 43px;width:275px;float:left;}
#msgList_bottom1{height: 41px;width: 274px;float:left;border: 1px solid #a0a0a0;border-right: 0;}
#msgList_bottom2{height:15px;width:275px;float:left;}
#deleteMsgList{width: 25px;float: left;height: 41px;border-right: 1px solid #a0a0a0;border-bottom: 1px solid #a0a0a0;background:#ebebeb;cursor: default;}
#deleteMsgList span{display: block;background-image: url('/global/img/icon/chat_sprite.png');background-position: -1px 0px;width: 13px;height: 16px;margin: 12px 6px;}
/*#deleteMsgList span:hover{display: block;background: url('/global/img/icon/chat_sprite.png') -16px 0px;width: 13px;height: 16px;margin: 12px 6px;}*/
#deleteMsgList.disabled span {background: url('/global/img/icon/chat_sprite.png') -1px 0px;}
#deleteMsgList.disabled{cursor:initial;}
#messagesContRow2Col1_bottom .listTypeFilter{width: 82px;float: left;font-size: 12px;text-align: center;line-height: 30px;color:#00b1c8;}
#filterList_all{border-right: 1px solid #c1c1c1;}
#filterList_online{}
#filterList_new{border-right: 1px solid #c1c1c1;}
#messagesContRow2Col1_bottom .listTypeFilter:hover{text-decoration:underline;cursor:pointer;}
#messagesContRow2Col1_bottom .listTypeFilter.selected{border-bottom:0;background:#ffffff;color:#9f9f9f;font-weight: bold;cursor:initial !important;text-decoration:none !important;}
#msgList_bottom2{color:#9f9f9f;font-size:10px;line-height: 31px;margin: 5px 0;float: left;width: 248px;height: 31px;}
#messagesContRow2Col1_bottom .listTypeFilter.disabled{color:#9f9f9f;cursor:initial;}
.userMsgCont{float:left;height: 482px;width: 593px;}
.userMsgCont .mCSB_container{padding-bottom:20px;}
.userMsgCont .userInfo.loader{background: url('/global/img/loader/loader.gif') center center no-repeat #ffffff;}
.userMsgCont.loader{background: url('/global/img/loader/loader.gif') center center no-repeat #ffffff;}
.userMsgListBox.unreadable{background: #e4e4e4;}
.userMsgListBox .unreadable{background: #f4f4f4;padding: 30px 20px;width: 523px;float: left;margin: 100px 15px 0px 5px;text-align: center;font-size: 15px;}
#messagesOverlay .userInfo{width: 593px;float:left;height: 100px;border: 1px solid #c1c1c1;background: #fafcfb;
background: -moz-linear-gradient(top,  #fafcfb 0%, #f3f3f3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafcfb), color-stop(100%,#f3f3f3));
background: -webkit-linear-gradient(top,  #fafcfb 0%,#f3f3f3 100%);
background: -o-linear-gradient(top,  #fafcfb 0%,#f3f3f3 100%);
background: -ms-linear-gradient(top,  #fafcfb 0%,#f3f3f3 100%);
background: linear-gradient(to bottom,  #fafcfb 0%,#f3f3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafcfb', endColorstr='#f3f3f3',GradientType=0 );}
.userInfoInner{float:left;padding: 10px 15px;display: none;width: 563px;}
.userInfoPhoto{width: 80px;height: 80px;float: left;position:relative;cursor: pointer;}
.userInfoPhoto .isOnline,.conversationElCol2 .isOnline{width: 8px;height: 8px;display:block;position:absolute;bottom:2px;border: 1px solid #ffffff;left:2px;background: #12bd16;-webkit-border-radius: 8px;  -moz-border-radius: 8px;  border-radius: 8px;}
.userInfoPhoto img{width:80px;height:80px;-webkit-border-radius: 8px;  -moz-border-radius: 8px; border-radius: 8px;}
.userInfoText{margin-left:10px;width: 378px;float:left;}
.userInfoCol3{width: 95px;float:left;}
.passToChat{width: 50px;line-height: 23px;padding: 0 8px;font-size: 11px;float: right;border:1px solid #000000;color:#ffffff;background: #2d3738;
background: -moz-linear-gradient(top,  #2d3738 0%, #22201d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d3738), color-stop(100%,#22201d));
background: -webkit-linear-gradient(top,  #2d3738 0%,#22201d 100%);
background: -o-linear-gradient(top,  #2d3738 0%,#22201d 100%);
background: -ms-linear-gradient(top,  #2d3738 0%,#22201d 100%);
background: linear-gradient(to bottom,  #2d3738 0%,#22201d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3738', endColorstr='#22201d',GradientType=0 );
-webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;}
.passToChat .tooltipOffline{display:none;position: absolute;top: 27px;height: 18px;line-height: 18px;white-space: nowrap;padding: 0 9px;right: 0;color: #575757;border: 1px solid #767676;-webkit-border-radius: 2px;  -moz-border-radius: 2px;  border-radius: 2px;background: #ffffff;  background: -moz-linear-gradient(top,  #ffffff 0%, #e4e5f0 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e5f0));  background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e5f0 100%);  background: -o-linear-gradient(top,  #ffffff 0%,#e4e5f0 100%);  background: -ms-linear-gradient(top,  #ffffff 0%,#e4e5f0 100%);  background: linear-gradient(to bottom,  #ffffff 0%,#e4e5f0 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e5f0',GradientType=0 );-webkit-box-shadow: 3px 3px 5px 0px rgba(136, 136, 136, 0.75);  -moz-box-shadow:    3px 3px 5px 0px rgba(136, 136, 136, 0.75);  box-shadow:         3px 3px 5px 0px rgba(136, 136, 136, 0.75);}
.passToChat.disabled{position:relative;background: #aaaaaa;  background: -moz-linear-gradient(top,  #aaaaaa 0%, #7d7e7d 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#7d7e7d));  background: -webkit-linear-gradient(top,  #aaaaaa 0%,#7d7e7d 100%);  background: -o-linear-gradient(top,  #aaaaaa 0%,#7d7e7d 100%);  background: -ms-linear-gradient(top,  #aaaaaa 0%,#7d7e7d 100%);  background: linear-gradient(to bottom,  #aaaaaa 0%,#7d7e7d 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#7d7e7d',GradientType=0 );}
.passToChat:hover{cursor:pointer;background: #22201d;
background: -moz-linear-gradient(top,  #22201d 0%, #2d3738 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22201d), color-stop(100%,#2d3738));
background: -webkit-linear-gradient(top,  #22201d 0%,#2d3738 100%);
background: -o-linear-gradient(top,  #22201d 0%,#2d3738 100%);
background: -ms-linear-gradient(top,  #22201d 0%,#2d3738 100%);
background: linear-gradient(to bottom,  #22201d 0%,#2d3738 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22201d', endColorstr='#2d3738',GradientType=0 );}
.passToChat.disabled:hover{cursor:default;background: #aaaaaa;  background: -moz-linear-gradient(top,  #aaaaaa 0%, #7d7e7d 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#7d7e7d));  background: -webkit-linear-gradient(top,  #aaaaaa 0%,#7d7e7d 100%);  background: -o-linear-gradient(top,  #aaaaaa 0%,#7d7e7d 100%);  background: -ms-linear-gradient(top,  #aaaaaa 0%,#7d7e7d 100%);  background: linear-gradient(to bottom,  #aaaaaa 0%,#7d7e7d 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#7d7e7d',GradientType=0 );}
.passToChat .ico{display:inline-block;width: 13px;height: 13px;background: url('/global/img/icon/chat_sprite.png') -54px -19px;margin-left: 2px;margin-top: 5px;float: right;}
.userInfoRow1{margin-bottom:3px;}
.userInfoRow1 .username{display:block;color:#06aac3;text-transform:uppercase;font-size:12px;font-weight:bold;margin-right:15px;float:left;line-height: 23px;cursor: pointer;}
.userInfoRow1 .username:hover {text-decoration:underline;}
.userInfoRow1 .addToFavorites{width: 23px;height: 21px;display:block;background-image: url(/global/img/icon/sprite.png);background-position: -350px 0px;background-repeat: no-repeat;margin-right:8px;float:left;}
.userInfoRow1 .sendWink{width:20px;height: 21px;display:block;float:left;background-image: url(/global/img/icon/sprite.png);background-repeat: no-repeat;background-position: -374px 0px;}
.userInfoRow1 .addToFavorites:hover{cursor:pointer;background-position: -211px -78px;}
.userInfoRow1 .sendWink:hover{cursor:pointer;background-position: -164px -79px;}
.userInfoRow1 .addToFavorites.loader{background:url(/global/img/loader/small_loader.gif) center no-repeat !important;}
.userInfoRow1 .sendWink.loader{background:url(/global/img/loader/small_loader.gif) center no-repeat !important;}
.userInfoRow2{font-size:11px;color:#373737;}
.userMsgListBox{float:left;width: 583px;height: 379px;border: 1px solid #c1c1c1;overflow-y: hidden;font-size: 12px;padding-left: 10px;border-right: 1px solid #c1c1c1;}
.userMsgListBox .mCSB_container{margin-right:24px !important;}
.userMsgListBox .mCS_no_scrollbar_y{margin-right:10px !important;}
#msgWriteBox{float: left;width: 585px;padding: 7px 0px 7px 8px;border: 1px solid #c1c1c1;position: absolute;bottom: 0;height: auto;left: 0;z-index: 10;background: #ffffff;}
#msgWriteArea{resize:none;width: 465px;display: inline-block;max-width: 465px;max-height:120px !important;padding: 3px 8px;margin: 0;vertical-align: middle;float: left;outline: none;height: 20px;border: 1px solid #737373;border-right: 0;-webkit-border-top-left-radius: 5px;  -webkit-border-bottom-left-radius: 5px;  -moz-border-radius-topleft: 5px;  -moz-border-radius-bottomleft: 5px;  border-top-left-radius: 5px;  border-bottom-left-radius: 5px;-webkit-border-top-right-radius: 0px;  -webkit-border-bottom-right-radius: 0px;  -moz-border-radius-topright: 0px;  -moz-border-radius-bottomright: 0px;  border-top-right-radius: 0px;  border-bottom-right-radius: 0px;}
#btnSendMsg{float: left;height: 25px;line-height: 25px;width: 60px;margin-left: 10px;margin-right: 10px;text-align: center;
color:#ffffff;background: #2d3738;
background: -moz-linear-gradient(top,  #2d3738 0%, #22201d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d3738), color-stop(100%,#22201d));
background: -webkit-linear-gradient(top,  #2d3738 0%,#22201d 100%);
background: -o-linear-gradient(top,  #2d3738 0%,#22201d 100%);
background: -ms-linear-gradient(top,  #2d3738 0%,#22201d 100%);
background: linear-gradient(to bottom,  #2d3738 0%,#22201d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3738', endColorstr='#22201d',GradientType=0 );
-webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;}
#btnSendMsg:hover{cursor:pointer;background: #22201d;
background: -moz-linear-gradient(top,  #22201d 0%, #2d3738 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22201d), color-stop(100%,#2d3738));
background: -webkit-linear-gradient(top,  #22201d 0%,#2d3738 100%);
background: -o-linear-gradient(top,  #22201d 0%,#2d3738 100%);
background: -ms-linear-gradient(top,  #22201d 0%,#2d3738 100%);
background: linear-gradient(to bottom,  #22201d 0%,#2d3738 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22201d', endColorstr='#2d3738',GradientType=0 );}
#btnSendMsg.disabled{background: #aaaaaa;  background: -moz-linear-gradient(top,  #aaaaaa 0%, #7d7e7d 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#7d7e7d));  background: -webkit-linear-gradient(top,  #aaaaaa 0%,#7d7e7d 100%);  background: -o-linear-gradient(top,  #aaaaaa 0%,#7d7e7d 100%);  background: -ms-linear-gradient(top,  #aaaaaa 0%,#7d7e7d 100%);  background: linear-gradient(to bottom,  #aaaaaa 0%,#7d7e7d 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#7d7e7d',GradientType=0 );}
#btnSendMsg.disabled:hover{cursor:default;background: #aaaaaa;  background: -moz-linear-gradient(top,  #aaaaaa 0%, #7d7e7d 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#7d7e7d));  background: -webkit-linear-gradient(top,  #aaaaaa 0%,#7d7e7d 100%);  background: -o-linear-gradient(top,  #aaaaaa 0%,#7d7e7d 100%);  background: -ms-linear-gradient(top,  #aaaaaa 0%,#7d7e7d 100%);  background: linear-gradient(to bottom,  #aaaaaa 0%,#7d7e7d 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#7d7e7d',GradientType=0 );}
#openSmileyMenu{width:22px;height: 26px;float:left;cursor:pointer;border: 1px solid #737373;border-left: 0;-webkit-border-top-right-radius: 5px;  -webkit-border-bottom-right-radius: 5px;  -moz-border-radius-topright: 5px;  -moz-border-radius-bottomright: 5px;  border-top-right-radius: 5px;  border-bottom-right-radius: 5px;}
#openSmileyMenu span{background: url('/global/img/icon/chat_sprite.png') -31px -0px;display: block;width: 15px;height: 15px;margin: 5px 1px;}
#openSmileyMenu:hover span{}
.conversationEl{ width: 261px; float: left; height: 50px; padding: 3px 0; border-bottom: 1px solid #c1c1c1; color: #7c7a7d;cursor:pointer;display:none;}
.conversationEl.read,.chatBodyBox_ListEl.read,.conversationEl.unread{background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );}

.conversationEl.unread span,.chatBodyBox_ListEl.unread span{color:#CE2E73;font-weight: bold;}
.chatBodyBox_ListEl.read span{color:#373737;font-weight: bold;}
.conversationEl.promo{background: #f7f0de;
background: -moz-linear-gradient(top,  #f7f0de 0%, #ead8a6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f0de), color-stop(100%,#ead8a6));
background: -webkit-linear-gradient(top,  #f7f0de 0%,#ead8a6 100%);
background: -o-linear-gradient(top,  #f7f0de 0%,#ead8a6 100%);
background: -ms-linear-gradient(top,  #f7f0de 0%,#ead8a6 100%);
background: linear-gradient(to bottom,  #f7f0de 0%,#ead8a6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f0de', endColorstr='#ead8a6',GradientType=0 );}
.conversationEl.read:hover,.chatBodyBox_ListEl.read:hover,.conversationEl.unread:hover{background: #edf8fa;
background: -moz-linear-gradient(top,  #edf8fa 0%, #dff4f7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf8fa), color-stop(100%,#dff4f7));
background: -webkit-linear-gradient(top,  #edf8fa 0%,#dff4f7 100%);
background: -o-linear-gradient(top,  #edf8fa 0%,#dff4f7 100%);
background: -ms-linear-gradient(top,  #edf8fa 0%,#dff4f7 100%);
background: linear-gradient(to bottom,  #edf8fa 0%,#dff4f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf8fa', endColorstr='#dff4f7',GradientType=0 );}
.conversationEl.promo:hover{background: #e2c782;
background: -moz-linear-gradient(top,  #e2c782 0%, #f1e6c6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2c782), color-stop(100%,#f1e6c6));
background: -webkit-linear-gradient(top,  #e2c782 0%,#f1e6c6 100%);
background: -o-linear-gradient(top,  #e2c782 0%,#f1e6c6 100%);
background: -ms-linear-gradient(top,  #e2c782 0%,#f1e6c6 100%);
background: linear-gradient(to bottom,  #e2c782 0%,#f1e6c6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c782', endColorstr='#f1e6c6',GradientType=0 );}
.conversationEl.active,.conversationEl.active:hover{background: #b1e3ec;
background: -moz-linear-gradient(top,  #b1e3ec 0%, #d4f1f5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1e3ec), color-stop(100%,#d4f1f5));
background: -webkit-linear-gradient(top,  #b1e3ec 0%,#d4f1f5 100%);
background: -o-linear-gradient(top,  #b1e3ec 0%,#d4f1f5 100%);
background: -ms-linear-gradient(top,  #b1e3ec 0%,#d4f1f5 100%);
background: linear-gradient(to bottom,  #b1e3ec 0%,#d4f1f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1e3ec', endColorstr='#d4f1f5',GradientType=0 );}
.conversationElCol1{ float: left; padding: 15px 6px;width:13px;}
.conversationElCol1 input[type="checkbox"]{ margin: 0;}
.conversationElCol2{ float: left; width: 50px; margin-right: 10px; position: relative; height: 50px;}
.conversationElCol2 img{ width: 50px; height: 50px; -webkit-border-radius: 8px;  -moz-border-radius: 8px;  border-radius: 8px;}
.conversationElCol3{ float: left; margin-right: 10px; width: 166px; height: 43px; font-size: 11px; padding: 5px 0;}
.conversationEl.active .conversationElCol3{width: 160px;}
.conversationElCol3Row{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.conversationElCol3 .username{ font-weight: bold; color: #373739;}
.conversationElCol3 .age{ color: #373739;}
.conversationElCol3 .location{ color: #373739;}
.conversationElCol3Row.when{}
.conversationElCol3Row.msg{ font-style: italic; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.conversationElCol3Row.msg.nonPayer{float: left;width: 147px;height: 14px;background-position: -0px -8px;        -webkit-box-shadow: inset 1px 0px 5px 0px rgba(255, 255, 255, 0.78);  -moz-box-shadow:    inset 1px 0px 5px 0px rgba(255, 255, 255, 0.78);  box-shadow:         inset 1px 0px 5px 0px rgba(255, 255, 255, 0.78);opacity: 0.8;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: alpha(opacity=80);-moz-opacity: 0.8;-khtml-opacity: 0.5;}
.conversationEl.promo .conversationElCol1 input[type="checkbox"]{display:none;}
.conversationEl.promo .conversationElCol3Row.when{font-style:italic;}
.conversationEl.promo .conversationElCol3Row.msg{font-weight:bold;color:#a07210;font-style: initial;}
.conversationElCol3Row.arrow{float: left;margin-right: 5px;}
.conversationElCol3Row.arrow.mine{border-style: solid;border-width: 5px 8px 5px 0;border-color: transparent #7a7a7a transparent transparent;}
.conversationElCol3Row.arrow.other{border-style: solid;border-width: 5px 0 5px 8px;border-color: transparent transparent transparent #7a7a7a;}
.userMsgListBox .userMsgListDate{float: left;width: 573px;text-align: center;border-bottom: 1px solid #efefef;height: 8px;margin: 10px 0px 10px 0px;}
.userMsgListBox .userMsgListDateInner{float: left;width: 100%;}
.userMsgListBox .userMsgListDateInner span{text-align: center;  background: #ffffff;  padding: 0 5px;color: #9d9d9d;font-size: 11px;text-transform: uppercase;font-style: italic;}
.userMsgListBox .userMsgBoxRow{float: left;width: 100%;}
.userMsgListBox .userMsgBoxRow.mine{}
.userMsgListBox .userMsgBoxRow.other{}
.userMsgListBox .userMsgNickname{font-weight: bold;margin-top: 5px;}
.userMsgListBox .userMsgBoxRow.mine .userMsgNickname{text-align: right;}
.userMsgListBox .userMsgBoxRow.other .userMsgNickname{text-align: left;}
.userMsgListBox .userMsgTextBox{margin-top: 5px;float: right;}
.userMsgListBox .userMsgBoxRow.mine .userMsgText{background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );float: right;}
.userMsgListBox .userMsgBoxRow.other .userMsgText{background: #fbfcfe;float: left;background: #f2f2f2;
background: -moz-linear-gradient(top,  #f2f2f2 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f2f2f2 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f2f2f2 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f2f2f2 0%,#e8e8e8 100%);
background: linear-gradient(to bottom,  #f2f2f2 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e8e8e8',GradientType=0 );}
.userMsgListBox .userMsgText{color: #535353;padding: 10px;border: 1px solid #b7b7b7;-webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;max-width: 487px;}
.userMsgListBox .userMsgBoxRow.other .userMsgTextBox{float: left;width: 100%;}
.userMsgListBox .userMsgTime{color: #a2a2a2;font-size: 11px;font-style: italic;margin: 11px;bottom:0;}
.userMsgListBox .userMsgBoxRow.mine .userMsgTime{float: right;}
.userMsgListBox .userMsgBoxRow.other .userMsgTime{float: left;left:0;}
#emptyList{display: none;border: 1px solid #c1c1c1;float: left;width: 593px;height: 522px;background: #e4e4e4;}
.emptyListInner{width: 533px;display: none;margin: 150px 15px 0 15px;float: left;padding: 30px 15px;text-align: center;font-size: 15px;background: #f4f4f4;}
.btn_emptyList{line-height: 30px;padding: 0 15px;display: inline-block;font-size: 15px;margin: 15px auto 0 auto;border:1px solid #000000;color:#ffffff;background: #2d3738;
background: -moz-linear-gradient(top,  #2d3738 0%, #22201d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d3738), color-stop(100%,#22201d));
background: -webkit-linear-gradient(top,  #2d3738 0%,#22201d 100%);
background: -o-linear-gradient(top,  #2d3738 0%,#22201d 100%);
background: -ms-linear-gradient(top,  #2d3738 0%,#22201d 100%);
background: linear-gradient(to bottom,  #2d3738 0%,#22201d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3738', endColorstr='#22201d',GradientType=0 );
-webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;}
.btn_emptyList:hover{cursor:pointer;background: #22201d;
background: -moz-linear-gradient(top,  #22201d 0%, #2d3738 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22201d), color-stop(100%,#2d3738));
background: -webkit-linear-gradient(top,  #22201d 0%,#2d3738 100%);
background: -o-linear-gradient(top,  #22201d 0%,#2d3738 100%);
background: -ms-linear-gradient(top,  #22201d 0%,#2d3738 100%);
background: linear-gradient(to bottom,  #22201d 0%,#2d3738 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22201d', endColorstr='#2d3738',GradientType=0 );}

/*CHAT*/
#chatContainerOuter{width: 980px;position: fixed;bottom: 0;height: 10px;  left: 50%;  margin-top: -100px;  margin-left: -490px;z-index: 100;}
#chatContainer{display:none;position: absolute;bottom: 0;font-size: 12px;right: 80px;width: 255px;background: #fbfbfb;border: 1px solid #0a8487;-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.9);
-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.9);
box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.9);}
#chatTitleBox{height:26px;background: #06afc6;line-height: 26px;border-bottom: 1px solid #0a8487;position: relative;}
#chatBodyBox{min-height: 210px;  max-height: 250px;}
#chatBodyBoxList{overflow: hidden;position: relative;max-height: 249px;}
#chatBodyBoxSingleMsg{display:block;height: 223px;position: relative;}
#chatTitleBoxIco{width: 22px;height: 22px;float: left;margin-right: 8px;background: url('/global/img/icon/chat_sprite.png') -2px -17px;margin-top: 3px;margin-left: 6px;}
#chatTitleBoxText{color: #ffffff;}
#chatTitleNotify{font-size: 11px;margin-left: 3px;padding: 2px 4px;background: #cd2e71;font-weight: bold;display: none;}
#chatTitleBox_minimize{width: 11px;height: 11px;position: absolute;background: url('/global/img/icon/chat_sprite.png') -48px -3px;right: 22px;top: 7px;cursor: pointer;}
#chatTitleBox_close{width: 12px;  height: 11px;  position: absolute;  background: url('/global/img/icon/chat_sprite.png') -62px -3px;  right: 6px;  top: 7px;cursor: pointer;margin-left: 3px;}
#chatBodyBoxListInner{float: left;min-height: 210px;}
.chatBodyBox_ListEl{height: 45px;border-bottom: 1px solid #c1c1bf;width: 241px;cursor: pointer;float: left;}
.chatBodyBox_ListEl:hover {background:#d2eff5;}
.chatBodyBox_ListElCol1{float: left;padding: 15px 7px;}
.openConversation{float: left;width: 217px;}
.chatBodyBox_ListElCol2{float: left;width: 37px;margin-right: 8px;position: relative;height: 37px;margin-top: 4px;margin-bottom: 4px;}
.chatBodyBox_ListElCol3{float: left;width: 150px;font-size: 12px;margin-top: 7px;}
.chatBodyBox_ListElCol4{float: left;width: 22px;height: 45px;}
.chatBodyBox_closeThisIco{    display: inline-block;    width: 8px;    height: 8px;    background: url('/global/img/icon/chat_sprite.png') -77px -4px;      }
.chatBodyBox_ListElCol2 img{width: 37px;height: 37px;-webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;margin: 0px 0;}
.chatBodyBox_ListElCol2 .isOnline{width: 8px;height: 8px;display:block;position:absolute;bottom: 2px;border: 1px solid #ffffff;left:2px;background: #12bd16;-webkit-border-radius: 8px;  -moz-border-radius: 8px;  border-radius: 8px;}
.chatBodyBox_ListElCol3Row{float: left;width: 140px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.chatBodyBox_ListElCol3 .username{color: #373737;font-weight: bold;}
.chatBodyBox_ListElCol3 .age{color: #373737;}
.chatBodyBox_ListElCol3 .location{color: #373737;}
.chatBodyBox_ListElCol3Row.userInfo{}
.chatBodyBox_ListElCol3Row.msg{color: #838383;font-style: italic;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.chatBodyBox_ListElCol4 span{width: 10px;height: 15px;background: url('/global/img/icon/chat_sprite.png') -42px -18px;display: inline-block;margin: 15px 6px;}
#chatBodyBoxSingleMsg_userInfo{float: left;width: 255px;border-bottom: 1px solid #bec3bf;background: #ffffff;  background: -moz-linear-gradient(top,  #ffffff 0%, #f2f4f3 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f4f3));  background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f4f3 100%);  background: -o-linear-gradient(top,  #ffffff 0%,#f2f4f3 100%);  background: -ms-linear-gradient(top,  #ffffff 0%,#f2f4f3 100%);  background: linear-gradient(to bottom,  #ffffff 0%,#f2f4f3 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f4f3',GradientType=0 );}
#backToList{float: left;width: 36px;height: 32px;cursor: pointer;}
#backToList span{width: 12px;height: 15px;background: url('/global/img/icon/chat_sprite.png') -27px -18px;display: inline-block;margin: 9px 13px;}
#goToProfile{float: left;width: 219px;height: 32px;cursor: pointer;}
#goToProfileCol1{position:relative;float: left;width: 37px;margin-right: 10px;padding: 4px 0;height: 37px;}
#goToProfileCol1 img{width: 37px;height: 37px;-webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;margin: 0px 0;}
#goToProfileCol2 .isOnline{width: 8px;height: 8px;float: left;margin-top: 3px;margin-right: 4px;display:block;border: 1px solid #ffffff;background: #12bd16;-webkit-border-radius: 8px;  -moz-border-radius: 8px;  border-radius: 8px;}
#goToProfileCol2{float: left;width: 209px;padding: 8px 0;padding-right: 10px;color: #373737;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#goToProfileCol2 .username{color: #06acc4;font-weight: bold;display: inline-block;}
#goToProfileCol2 .age{}
#goToProfileCol2 .location{}
#chatBodyCont{float: left;width: 255px;height: 178px;overflow: hidden;}
.elMsgWindow_nonPayer{display: none;}
.nonPayerInfo{width: 553px;float: left;margin-top: 40px;padding: 20px 15px;text-align: center;font-size: 15px;background: #fffefc;  background: -moz-linear-gradient(left,  #fffefc 0%, #faf6ea 50%, #fffefc 100%);  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fffefc), color-stop(50%,#faf6ea), color-stop(100%,#fffefc));  background: -webkit-linear-gradient(left,  #fffefc 0%,#faf6ea 50%,#fffefc 100%);  background: -o-linear-gradient(left,  #fffefc 0%,#faf6ea 50%,#fffefc 100%);  background: -ms-linear-gradient(left,  #fffefc 0%,#faf6ea 50%,#fffefc 100%);  background: linear-gradient(to right,  #fffefc 0%,#faf6ea 50%,#fffefc 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffefc', endColorstr='#fffefc',GradientType=1 );}
.activatePassBtn{font-weight: bold;margin-top: 10px;display: inline-block;padding: 0 20px;line-height: 30px;color: #ffffff;background: #dbbb64;  background: -moz-linear-gradient(top,  #dbbb64 0%, #cea637 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbbb64), color-stop(100%,#cea637));  background: -webkit-linear-gradient(top,  #dbbb64 0%,#cea637 100%);  background: -o-linear-gradient(top,  #dbbb64 0%,#cea637 100%);  background: -ms-linear-gradient(top,  #dbbb64 0%,#cea637 100%);  background: linear-gradient(to bottom,  #dbbb64 0%,#cea637 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbbb64', endColorstr='#cea637',GradientType=0 );-webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;border: 1px solid #c6a03b;}
#chatBodyContInner{padding: 0 15px 0 10px;float: left;overflow: hidden;width: 230px;}
#chatBodyCont .userMsgListDate{float: left;width: 235px;text-align: center;border-bottom: 1px solid #efefef;height: 9px;margin: 5px 0px 10px 0px;}
#chatBodyCont .userMsgListDateInner{float: left;width: 100%;}
#chatBodyCont .userMsgListDateInner span{text-align: center;  background: #ffffff;  padding: 0 5px;color: #9d9d9d;font-size: 11px;text-transform: uppercase;font-style: italic;}
#chatBodyCont .userMsgBoxRow{float: left;width: 100%;position: relative;}
#chatBodyCont .userMsgBoxRow.other{}
#chatBodyCont .userMsgBoxRow.mine{}
#chatBodyCont .userMsgBoxRow.mine .userMsgPhoto{font-weight: bold;margin-top: 7px;float: right;width: 24px;height: 24px;margin-left: 5px;}
#chatBodyCont .userMsgBoxRow.other .userMsgPhoto{font-weight: bold;margin-top: 7px;float: left;width: 24px;height: 24px;margin-right: 5px;}
#chatBodyCont .userMsgPhoto img{width: 24px;height: 24px;display: block;}
#chatBodyCont div.userMsgBoxRow.mine .userMsgPhoto img{}
#chatBodyCont div.userMsgBoxRow.other .userMsgPhoto img{}
#chatBodyCont .userMsgTextBox{margin-top: 5px;float: left;width: 200px;}
#chatBodyCont div.userMsgBoxRow.other .userMsgText{background: #ffffff;
float: left;background: #ececec;  background: -moz-linear-gradient(top,  #ececec 0%, #d6d6d6 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#d6d6d6));  background: -webkit-linear-gradient(top,  #ececec 0%,#d6d6d6 100%);  background: -o-linear-gradient(top,  #ececec 0%,#d6d6d6 100%);  background: -ms-linear-gradient(top,  #ececec 0%,#d6d6d6 100%);  background: linear-gradient(to bottom,  #ececec 0%,#D6D6D6 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#d6d6d6',GradientType=0 );}
#chatBodyCont div.userMsgBoxRow.mine .userMsgText{background: #fbfcfe;
float: right;background: #ffffff;  background: -moz-linear-gradient(top,  #ffffff 0%, #f3f5f4 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f5f4));  background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f5f4 100%);  background: -o-linear-gradient(top,  #ffffff 0%,#f3f5f4 100%);  background: -ms-linear-gradient(top,  #ffffff 0%,#f3f5f4 100%);  background: linear-gradient(to bottom,  #ffffff 0%,#f3f5f4 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f5f4',GradientType=0 );}
#chatBodyCont .userMsgText{color: #535353;padding: 2px 7px;font-size: 11px;border: 1px solid #b7b7b7;-webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;max-width: 135px;float: left;position: relative;}
#chatBodyCont .userMsgBoxRow.other .userMsgTextBox{float: left;}
#chatBodyCont .userMsgTime{color: #a2a2a2;font-size: 10px;font-style: italic;margin: 11px;margin-bottom: 5px;float: left;}
#chatBodyCont .userMsgBoxRow.mine .userMsgTime{float: right;margin-right: 5px;}
#chatBodyCont .userMsgBoxRow.other .userMsgTime{float: left;margin-left: 5px;}
#elMsgWindow{display:none;}
#chatContainer #chatWriteBox{float: left;width: 239px;padding: 5px 8px 5px 8px;position: relative;}
#chatContainer #chatWriteBox #msgWrite{float: left;resize: none;margin: 0;width: 199px;height: 20px;padding: 3px 0;overflow: auto;outline: none;max-width: 199px;max-height: 120px;border: 1px solid #737373;border-right: 0;-webkit-border-top-left-radius: 5px;  -webkit-border-bottom-left-radius: 5px;  -moz-border-radius-topleft: 5px;  -moz-border-radius-bottomleft: 5px;  border-top-left-radius: 5px;  border-bottom-left-radius: 5px;  -webkit-border-top-right-radius: 0px;  -webkit-border-bottom-right-radius: 0px;  -moz-border-radius-topright: 0px;  -moz-border-radius-bottomright: 0px;  border-top-right-radius: 0px;  border-bottom-right-radius: 0px;}
#chatContainer #chatWriteBox #openSmileyMenu{}
#newMsgNotify{background: #e4e4e4;float: left;width: 235px;
cursor:pointer;border-bottom: 1px solid #c1c1c1;position:relative;padding: 5px 10px;font-size: 11px;color: #09a1b8;display: none;z-index: 2;}
#newMsgNotify span{}
#newMsgNotify .close_newMsgNotify{background: url('/global/img/icon/chat_sprite.png') -77px -4px;display: inline-block;width: 8px;height: 8px;position: absolute;top: 8px;right: 10px;cursor: pointer;z-index:3;}
#nonPayerConversation .userMsgText{overflow: hidden;}
#nonPayerConversation .userMsgText img{width: 248px;}
#nonPayerConversation .nonPayerInfo{width: 199px;float: left;margin-top: 20px;padding: 15px;text-align: center;font-size: 11px;background: #fffefc;  background: -moz-linear-gradient(left,  #fffefc 0%, #faf6ea 50%, #fffefc 100%);  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fffefc), color-stop(50%,#faf6ea), color-stop(100%,#fffefc));  background: -webkit-linear-gradient(left,  #fffefc 0%,#faf6ea 50%,#fffefc 100%);  background: -o-linear-gradient(left,  #fffefc 0%,#faf6ea 50%,#fffefc 100%);  background: -ms-linear-gradient(left,  #fffefc 0%,#faf6ea 50%,#fffefc 100%);  background: linear-gradient(to right,  #fffefc 0%,#faf6ea 50%,#fffefc 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffefc', endColorstr='#fffefc',GradientType=1 );}
#nonPayerConversation .activatePassBtn{font-weight: bold;margin-top: 5px;display: inline-block;padding: 0 20px;font-size: 12px;line-height: 30px;color: #ffffff;background: #dbbb64;  background: -moz-linear-gradient(top,  #dbbb64 0%, #cea637 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbbb64), color-stop(100%,#cea637));  background: -webkit-linear-gradient(top,  #dbbb64 0%,#cea637 100%);  background: -o-linear-gradient(top,  #dbbb64 0%,#cea637 100%);  background: -ms-linear-gradient(top,  #dbbb64 0%,#cea637 100%);  background: linear-gradient(to bottom,  #dbbb64 0%,#cea637 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbbb64', endColorstr='#cea637',GradientType=0 );-webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;border: 1px solid #c6a03b;}
.nonPayer .chatBodyBox_ListElCol3Row.msg{height: 20px;position: relative;}
.nonPayer .chatBodyBox_ListElCol3Row.msg img{width: 249px;position: absolute;top: -4px;}
#msgWriteBox #boxSmiley {z-index:5;width:111px;height:200px;border:1px solid #d4d3d2;float:left;display:none;background:#ffffff;position:absolute;top: -200px;right: 67px;border-radius: 6px;box-shadow: 0px 0px 8px #D4D3D2;}
#chatWriteBox #boxSmiley {z-index:5;width:111px;height:200px;border:1px solid #d4d3d2;float:left;display:none;background:#ffffff;position:absolute;top: -202px;left: 147px;border-radius: 6px;box-shadow: 0px 0px 8px #D4D3D2;}
.arrow_bianco_bottom:before{content: "";position: absolute;bottom:-14px;right:23px;width: 0; height: 0; 	border-top: 9px solid transparent;	border-bottom: 9px solid transparent; 	border-left: 9px solid #D3D3D3; transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);}
.arrow_bianco_bottom:after{content: "";position: absolute;bottom:-13px;right:23px;width: 0; height: 0; 	border-top: 9px solid transparent;	border-bottom: 9px solid transparent; 	border-left: 9px solid #FFFFFF; transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);}
.ico_smiley {background:url('/global/img/icon/spritesmiley.png');width:25px;height:25px;margin-left:2px;border:0;}
#userMsg_promo .userInfo {display:none;}
#userMsg_promo{height: 482px;position: relative;}
#userMsg_promo .userMsgListBox{height: 522px;position: absolute;top:0;left:0;background: #ffffff;z-index: 2;}
.userMsgListBox .promoCont{float: left;width: 550px;margin-top: 20px;background: #f7e5b5;padding: 35px 10px;}
.userMsgListBox .promoImgCont{float: left;width: 244px;padding: 10px;border: 1px solid #b68f26;background: #ffffff;}
.userMsgListBox .msgPromoText:hover{text-decoration:none;}
#vipBenefits{float: left;width: 264px;margin-bottom: 30px;font-size: 11px;}
#vipBenefits li{line-height: 20px;}
#vipBenefits li span.ico{width: 14px;height: 13px;float: left;background: url('/global/img/icon/chat_sprite.png') -68px -20px no-repeat;margin: 4px 8px 0 0;}
#homeSideMenuMessages{display: block;margin: 0 0 2px 0;min-height: 18px;text-decoration: none;cursor: pointer;color: #059daf;}
#homeSideMenuMessages:hover div.cont_menu{text-decoration:underline;}
.mini_Inner{float:left;}
.mini_Inner.chatTitleBox_minimize{cursor:pointer;}
.mini_Inner.chatTitleBox_minimize:hover{text-decoration:underline;}
#deleteConfirmOverlay{display:none;position: absolute;width: 245px;height: 344px;background: rgba(0,0,0,0.75);padding: 180px 15px 0 15px;text-align: center;}
#deleteConfirmOverlay .single{
	display:none;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}
#deleteConfirmOverlay .multiple{
	display:none;
    font-size: 16px;  color: #ffffff;  margin-bottom: 20px;
}
#delete_confirm{
    width: 115px;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    background: #5a6265;  background: -moz-linear-gradient(top,  #5a6265 0%, #2a3234 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a6265), color-stop(100%,#2a3234));  background: -webkit-linear-gradient(top,  #5a6265 0%,#2a3234 100%);  background: -o-linear-gradient(top,  #5a6265 0%,#2a3234 100%);  background: -ms-linear-gradient(top,  #5a6265 0%,#2a3234 100%);  background: linear-gradient(to bottom,  #5a6265 0%,#2a3234 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a6265', endColorstr='#2a3234',GradientType=0 );
    padding: 6px 0;
    -webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;
    border: 1px solid #1c2021;
    cursor: pointer;
    text-shadow: 1px 1px 1px #000;
}
#delete_confirm .ico{
    background-image: url('/global/img/icon/chat_sprite.png');  
    background-position: -16px 0px;
    width: 13px;
    height: 15px;
    display: inline-block;
    margin-left: 3px;
}
#delete_cancel{
    background: #a1abad;  background: -moz-linear-gradient(top,  #a1abad 0%, #898e8f 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1abad), color-stop(100%,#898e8f));  background: -webkit-linear-gradient(top,  #a1abad 0%,#898e8f 100%);  background: -o-linear-gradient(top,  #a1abad 0%,#898e8f 100%);  background: -ms-linear-gradient(top,  #a1abad 0%,#898e8f 100%);  background: linear-gradient(to bottom,  #a1abad 0%,#898e8f 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1abad', endColorstr='#898e8f',GradientType=0 );
    width: 115px;
    margin: 0 auto;
    color: #222325;
    padding: 6px 0;
    -webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;
    border: 1px solid #686d70;
    font-size: 14px;
    text-shadow: 1px 1px 1px #b2b8b8;
    cursor: pointer;
}
#chatBodyContInner .unreadable{
    background: #f4f4f4;
    padding: 30px 10px;
    text-align: center;
    margin-left: -10px;
    width: 220px;
    height: 118px;
}
 