.jqHandle {
	 background: red;
	 height:15px;
}

.jqDrag {
	width: 100%;
	cursor: move;
}

.jqResize {
	 width: 15px;
	 position: absolute;
	 bottom: 0;
	 right: 0;
	 cursor: se-resize;
}

.jqDnR {
    z-index: 3;
    position: relative;
    height: 400px;
    width: 500px;
    font-size: 0.77em;
    color: #618d5e;
    margin: 5px 10px 10px 10px;
    padding: 8px;
    background-color: #EEE;
    border: 1px solid #CCC;
}
.floatLeft {
	float:left;
}
.button {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid black;
	background-color:#EEEEEE;
	font-weight:bold;
	cursor: pointer;
	cursor: hand;
	margin-left:15px;
	padding:0 5px;
}
.container {
	padding:5px;
	height:30px;
}
.info {
	background-color:#CCCCCC;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	text-align:left;
	}
