* {
	margin: 0px;
	padding: 0px;
}
#float_box {
	background-color: #993300;
	height: 350px;
	width: 350px;
}
.jqHandle {
	background: red;
	height:10px;
}
.jqDrag {
	width: 270px;
	cursor: move;
	height: 210px;
}
.jqResize {width: 10px;position: absolute;bottom: 0;right: 0;cursor: se-resize;}

.jqDnR {
	position: absolute;
	width: 270px;
	height: 210px;
	background-image: url(../img/float_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	right: 0px;
	z-index: inherit;
	bottom: 50px;
	top: 340px;
}
#bosy2 {
	height: 1px;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: inherit;
}

#flas_aria {
	z-index: -1;
	width: 1000px;
}
