.crosshair {
	cursor: crosshair;
}

.auto {
	cursor: auto;
}

#outer_frame {
	position: absolute;
/*	border: 1px solid black;*/
/*	height: 75px;*/
/*	width: 75px;*/
/*	z-index: 1000000;*/
	cursor: move;
}

#inner_frame {
	width: 100%;
	height: 100%;
	cursor: move;
	z-index: 100;
}

#edit_div {
	border: 2px solid black;
	height: 155px;
	width: 360px;
	margin-top: 15px;
	background-color: #FFFFFF;
	display: none;
	padding: 3px;
}

#main_image {
	z-index: 50;
}


div.tag_frame {
	border: 1px solid black;
	position: absolute;
	opacity: 0.00;
	filter: alpha(opacity = 0);
/*	zoom: 1;*/

}

.tag_frame div {
	padding: 2px;
	border: 1px solid white;
	height: 100%;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: red;
	position: relative;
}

.selected_tag {
/*	font-weight: bold;*/
	font-style: italic;
	color: red;
}

a:hover.selected_tag  {
/*	font-weight: bold;*/
	font-style: italic;
	color: red;
}

#image_div {
	position: relative;
}

.enter_tag {
	border: 1px solid white;
	height: 170px;
	width: 350px;
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	position: absolute;
	background-color: white;
	border: 1px solid black;
	padding: 5px;
	z-index: 100;
}

.tag_box {
	display: block;
	position: absolute;
	background-color: rgb(40, 40, 40);
	color: white;
	border: 1px solid black;
	width: 50px;
	padding: 2px 5px 2px 5px;;
	opacity: 0.00;
/*	z-index: 150;*/
}