
#user_selection {
	font-size: 85%;
}
#add_areaselect {
	font-weight: bold;
	text-decoration: none;
}
#temp_photo_id {
}
.photobox {
	font-family: Arial,Helvetica,sans-serif,Tahoma;
	position: relative;
}
.photobox .thumbnail {
  position: absolute;
  top: 10px;
  z-index: 1;
	border: none;
	box-shadow: none;
	line-height: 20px;
}
.photobox .thumbnail .navstring {
	font-size: 15px;
	padding-left: 20px;
}
.photobox .thumbnail .navstring  a {
	text-decoration: none;
}
.photobox .thumbnail img {
	background-color: #EEEEEE;
	border: 5px solid #EEEEEE;
	min-height: 80px;
}
.photobox .thumbnail img:hover {
	border: 5px solid #FFE1A8;
}
.photobox .thumbnail .nullthumb {
	background-color: #EEEEEE;
	color: #BBBBBB;
	font-size: 12px;
	line-height: 100%;
	min-height: 80px;
	min-width: 90px;
	padding: 7px 0 0 7px;
}
.selection {
	padding: 0.2em 1em 0.2em 80px;
}
.selection .label {
	padding: 8px 0 4px 0;
	
	color: #999999;
	font-size: 13px;
	line-height: 14px;
	
	font-weight: normal;
	background: none;
	text-shadow: none;
	
}
.text {
	padding: 0.5em 1em 0.5em 80px;
}
#photoborder {
	background-color: #DDDDDD;
	display: block;
	float: left;
	left: 80px;
	padding: 10px;
	position: absolute;
	top: 0;
	z-index: 2;
}
#tagbox {
	border: 3px solid #C0C6D0;
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 3;
}
#tagboxspy {
	position: absolute;
}
#photoarea {
	opacity: 1;
	position: relative;
}
#fadedphoto {
	background-color: black;
	display: none;
	font-size: 0;
	left: 0;
	opacity: 0.3;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 2;
}
