.help { }
.helpall { border:0px solid; }
.helpall:hover {box-shadow: 0px 0px 10px 10px rgba(0, 255, 46, 0.6); }
.helpcursor { cursor:help !important; }
.helpfull { position: fixed; top: 0; left: 0; bottom: 0; right: 0; }
.helpback { background-color: #000; z-index: 1; opacity: 0.8; filter: alpha(opacity=80)/* For IE8 and earlier */; }
.helpon { z-index:2; position:relative; /*box-shadow: 0 0 16px rgba(255, 255, 0, 0.6);*/ }
.helpoverlay { z-index: 4; opacity: 1; filter: alpha(opacity=100)/* For IE8 and earlier */; }
.helpbody { margin:0; padding:0; z-index:0; }
.helptab { /*background-color:#F3F5D3;*/border:0px solid;/*border-radius:9px;*//*padding:6px 30px 6px 30px;*/ }
.helpglow { /*box-shadow: 0 0 1px; transform: translateZ(0px); transition-duration: 0.3s; transition-property: box-shadow;*/ }
.helpglow:hover { box-shadow: 0 0 16px rgba(255, 255, 255, 0.8); }
.helpiglow { }
.helpiglow:hover { box-shadow: 0 0 16px rgba(255, 255, 255, 0.8); }
.helprojo { background-color: #FF0000; }
.helpshadow {
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}
.helpspace { margin: 0 1em; }
.ui-dialog-content{
    overflow-x:  hidden!important;
}