.bottomsidebar{
position:fixed;
right:0;
bottom:-268px;
width:427px;
height:268px;
background:url(//www.bestshelly.com/admin/mm-chat/img/chat_03.png) no-repeat left top;
z-index:20000
}
.bottomsidebar .bottomlist{
position:absolute;
left:28px;
top:100px;
width:220px;
height:130px;
}
.bottomsidebar .bottomlist .wel01,.bottomsidebar .bottomlist .wel02{
display:none
}		
.bottomsidebar .bottomlist p span{
color:#F00;
}	
.bottomsidebar .choose-button{
position:relative;
margin:15px 0 0;
display:none
}
.bottomsidebar .choose-button .close,.bottomsidebar .choose-button .goon{
position:relative;
display:inline-block;
vertical-align:top;
*display:inline;
height:25px;
line-height:25px;
padding:0 15px;
font-family:"SourceSansProSemibold";
color:#FFF;
border-radius:5px;
background:#737373;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#8f8f8f',endColorStr='#707070',gradientType='0');
background: -moz-linear-gradient(top, #8f8f8f, #707070);
background: -o-linear-gradient(top,#8f8f8f, #707070);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8f8f8f), to(#707070));
}	
.bottomsidebar .choose-button .close{
margin:0 15px 0 0;
}
.bottomsidebar .choose-button .goon{
background:#5aa910;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#5bb90f',endColorStr='#599d11',gradientType='0');
background: -moz-linear-gradient(top, #5bb90f, #599d11);
background: -o-linear-gradient(top,#5bb90f, #599d11);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5bb90f), to(#599d11));
}	
.inquiry-pop-bd{
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,.7);
display:none;
overflow:hidden;
z-index:20000;
}	
.inquiry-pop-bd .inquiry-pop{
position:relative;
width:500px;
background:#FFF;
margin:150px auto;
}
.inquiry-pop-bd .inquiry-pop .ico-close-pop{
position:absolute;
right:-10px;
top:-10px;
width:30px;
height:30px;
background:url(//www.bestshelly.com/admin/mm-chat/img/fancy_close.png) no-repeat center center;
cursor:pointer;
z-index:1;
}	
.inquiry-pop-bd .inquiry-form{
padding-bottom:60px;
}	
.inquiry-pop-bd .inquiry-form .form-btn-wrap{
bottom:47px;
}