/*  style sheet for draggable window*/

/*drag and drop*/

#draggablemap {
 z-index: 1000;
 }

#draggableblog {
 z-index: 1000;
 }

#handle1 {
	margin:4px;
	padding:0;
	width:190px;
	color:white;
	background-color:#FF3333;
	cursor:move;
	z-index: 1000;

}

#handletext {
	padding-left:5px;
	color:#FFFFFF;
	font-size:12px;
	z-index: 1000;

}

#root1 {
	position:absolute;
	height:310px;
	width:450px;
	background: none;
	background-color:#FFFFFF;
	font-size: 9px;
	border: 1px dotted #333;
	z-index: 1000;
}

#root2 {
	position:absolute;
	height:700px;
	width:710px;
	background: none;
	background-color:#FFFFFF;
	font-size: 9px;
	border: 1px dotted #333;
 	z-index: 1000;
 }

