﻿/* Shared */
body{margin:0; padding:0;}
.toast{color:#000000; display:none; background-color:#fff; bottom:0; border:2px solid #939699; border-bottom:0; border-radius:8px 8px 0 0; font-family:Arial, Helvetica, sans-serif; font-size:10px; left:40px; line-height:30px; padding:0 24px 0 28px; position:fixed; z-index:500;}
.toast .pinning-hide{background:transparent url("/content/pics/close.png") no-repeat top left; cursor:pointer; display:block; height:14px; position:absolute; right:2px; text-indent:-9999px; top:2px; width:14px;}
.toast img{cursor:pointer; height:20px; /*position:absolute; top:4px; left:4px;*/ width:20px; padding-top:5px; padding-right:7px; padding-left:5px; margin-bottom:-5px;}
.pinning-main-text{display:inline;}