#cluetip-outer{
    position: fixed!important;  
    overflow: auto;  
    width: 500px;
    height: 200px;
    left: 50%;  
    top: 40%;  
    margin-left: -250px;
    margin-top: -100px;
    background: #E7E7E7;   
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#cluetip-waitimage{
    position: fixed!important;  
    overflow: auto;    
    left: 50%!important;
    top: 50%!important;
    margin-top: -50px;
    z-index: 1000;
}
#cluetip-title{
    background: #CCC;
    background: -webkit-gradient(linear, left top, left bottom, from(#B9B9B9), to(#6A6A6A));
    background: -moz-linear-gradient(top, #B9B9B9, #6A6A6A);
    background: linear-gradient(-90deg, #B9B9B9, #6A6A6A);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
    height: 15px;
    color: #fff;
}
#cluetip-title{
margin:1px;
height: 18px;
text-align:center;
}
.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 15px !important; }
.ui-sortable-placeholder * { visibility: hidden; }
#cluetip-inner{
    width: 495px;
    max-height: 400px;
	padding: 10px;
}
#cluetip-inner p{
	width: 470px;
}
#cluetip-inner div{
    text-align: center;
    width: 100%;
}
#cluetip-inner div table{
    text-align: left;
    margin: 0px auto;
}
#cluetip-inner div table td{
    padding: 5px;
}
#cluetip-close img {
border: none;
float: right;
margin-top:2px;
}