/* +++ IMAGE +++ */
.image_options
{
	display:				inline-block;
	min-height:				518px;
	width:					76px;
	vertical-align: 		top;
	text-align:				center;
	font-size:				9pt;
}
#comments_container
{
	display:				block;
	text-align:				left;
	margin:					0px auto;
}
.commentbox
{
	display:				inline-block;
	width:					400px;
	height:					80px;
	border:					1px dashed #DEDEDE;
	margin:					10px 0px;
	text-align:				left;
	padding:				5px;
	background:				bottom right no-repeat url('/images/comment_bg.png');
	padding-right:			17px;
}
#comments_container span.text
{
	display:				inline;
	padding:				3px;
}
#comments_container span.user
{
	display:				inline;
	float:					left;
	margin-right:			3px;
}
#tf_selector
{
	display:				none;
	width:					200px;
	position:				absolute;
	left:					500px;
	top:					200px;
	background-color:		white;
	border:					1px solid #CCCCCC;
	z-index:				10;
	padding:				5px;
	font-size:				10pt;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	font-family:			Tahoma;
}
#tf_selector input[type=text]
{
}
#tf_selector select
{
}
#tf_selector select
{
	height:					100px;
}
#tf_selector input[type=text], #tf_selector select
{
	width:					100%;
	border:					1px solid #AAAAAA;
	font-family:			Tahoma;
}
#tag_collection, #tag_inf_collection
{
}
#tag_choice_container
{
}
#tag_choice_container img
{
	margin:					0px auto;
	max-width:				40px;
}
#the_picture
{
	display:				none;
}
/* --- IMAGE --- */
