#drop_box {
    border: solid 4px;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity:0.3;
    filter:alpha(opacity=30); /* For IE8 and earlier */
    background-color: #167291; 
    /*background-color: #1E9FC2;*/
    border-color: #1FA5C6;
    top:0; left:0;
}

#drop_box_titlebar {
    position: absolute;
    top: -12px;
    left: 10px; 
    width: auto;
    background: white;
    border: 1px solid black;
    color: black;
    font-wegiht:bold; 
    padding: 5px;
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

#drop_box_container {
	z-index: 2000000;
	cursor: move;
	display: none;
    position: relative;
    width: 200px;
    height: 200px;
}