.draggable{
	background-color: #fff;
	color: #000;

	border:1px outset #8F9ABF;
	border-width:1px 1px 3px 2px;
	*border-width:1px 1px 3px 1px;
	margin-left:0px;
	margin-top:10px;

	padding: 0px;
	position:absolute;
    display:none;
    z-index:1000;
}

.statusbarAknaLeft {
    background-color:#afbae4;
    float:left;
    width:730px;
    height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
	font-size:12px;
	padding: 2px 0px 2px 0px;

}

.statusbarAknaRight {
    background-color:#afbae4;
    float:right;
    width:30px;
    height:20px;
}


* .statusbarAknaRight {
    background-color:#afbae4;
    float:right;
    width:30px;
    height:20px;
    position:absolute;
}
