﻿.adinisenkoy
{
	font-size: 12px;
	font-family: arial;
}

#tag-wrapper
{
	
	box-shadow: 0px 0px 10px #bbb;
	-webkit-box-shadow: 0px 0px 10px #bbb;
	-moz-box-shadow: 0px 0px 10px #bbb;
	display: block;
	padding: 0px;
	position: relative;
}

#tag-target, #tag-wrapper img
{
	cursor: crosshair;
}

#tag-wrapper img
{
	position: relative;
}

#tag-target
{
	display: none;
	border: 4px solid #fff;
	box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	height: 104px;
	width: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#tag-input
{
	background: #fff;
	display: none;
	padding: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 137px;
	z-index: 2;
}

#tag-input label
{
	display: block;
	font-weight: bold;
}

#tag-input input
{
	border: 1px solid #ccc;
	color: #888;
	display: block;
	margin: 5px 0px;
	outline: 0px;
	padding: 3px;
	width: 124px;
}
.tags
{
	width: 150px;
	float: left;
	border: 1px solid #ccc;
	color: #aa0000;
	padding:5px;
}
.hotspot
{
	border-width: 0px;
	box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
	-moz-box-shadow: 0px 0px 0px #000;
	height: 105px;
	width: 100px;
	position: absolute;
}

.hotspot:hover, .hotspothover
{
	border: 4px solid #fff;
	box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	z-index: 1;
}

.hotspot span
{
	display: none;
}
.hotspot:hover span, .hotspothover span
{
	background: #fff;
	display: block;
	font-weight: bold;
	padding: 3px 0px;
	text-align: center;
}

.remove
{
	color: #748950;
	cursor: pointer;
	text-decoration: underline;
}

/*apoStyLEE !*/


#arkadas
{
	display: none;
}

.arkadas
{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	
}
.arkadas li
{
	padding: 2px;
	cursor: pointer;
	color: #333;
}
.arkadas li:hover
{
	background-color: #ededed;
	color: #c36;
}

.lblYazi
{
	color: #aa0000;
}

