.smarttool_popup  {
    background: #fff;
    border: solid 1px #999;
    width: 300px;
    padding:4px;
    margin-top: -55px;
    margin-left: -10px;
    -moz-opacity:.00;
    opacity:.00;
    filter: alpha(opacity = 00);
    display:none;
    height:110px;
    position: absolute; 
}
.smarttool_popup_title {
    /*width: 100%;*/
    color: #0078c3;
    background: #eee;
    text-transform: uppercase;
    font-weight:bold;
    font-size:12px;
    padding: 3px;
    height: 17px;
}
.smarttool_popup_inner {
    padding:4px;
    background:#eee;
    height:82px;
}
.smarttool_popup_content{
    padding:3px;
    background:#fff;
    margin-top:4px;
    font-size:12px;
    font-weight:normal;
}
.smarttool_popup h2{
    color: #0078c3;
    background: #eee;
    text-transform: uppercase;
    font-weight:bold;
    font-size:10px;
    padding: 3px;
}
.smarttool_popup_close {
    margin-top:2px;
    margin-right:-6px;
    /*float:right;*/
}
.smarttool_edit {
    margin-left:7px;   
}
.smarttool_button {
    margin-top:8px;
    cursor: pointer;
    width:54px;
    /*margin-left:7px;   */
}
.smarttool_label{
    margin-top:3px;   
}

.smarttools_list{
    text-indent:10px;
    list-style-position:outside;
    padding-top:6px;  
    font-size:12px; 
}

.smarttools_list_item{
    font-weight:bold;  
    vertical-align:top; 
}

.smarttools_list_desc{
    list-style-position:outside;
    text-indent:40px;
    font-size:0.8em;
    color:#9A9A9A;
    margin-bottom:0px;
    margin-top:-3px;
    padding-bottom:1px;   
    margin-bottom:0px;
}
