#world {
	position:	absolute;
	top:		5%;
	left:		5%;
	width:		90%;
	height:		90%;
	border:		1px solid black;
}

#wp_popup {
	position:	absolute;
	visibility:	hidden;
	background:	black;
	z-index:	2100;
	padding:	20px 40px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	font-size:	10pt;
	font-family:	"Verdana";
	color:		#c0c0c0;
	line-height:	90%;
	max-width:	40%;
}

p {
	margin:		2px 0;
}

#wp_popup_obj_link, #wp_popup_zoom_link, a.external_link {
	color:		#c0c0ff;
}

#langbox {
	font-family:	"Verdana";
	font-size:	10pt;
	position:	absolute;
	top:		0px;
	left:		0px;
	width:		100%;
	text-align:	right;
}

#wp_tags_box {
	overflow:	hidden;
	position:	absolute;
	left:		0px;
	top:		97%;
	height:		3%;
	width:		100%;
}

#wp_tags {
	font-family:	"Verdana";
	font-size:	10pt;
	text-align:	center;
}

span.tag1 {
	font-size:	9pt;
}

span.tag2 {
	font-size:	10pt;
}

span.tag10 {
	font-size:	11pt;
}

span.tag20 {
	font-size:	12pt;
}

.wp_image {
	border:		0;
	margin:		8px 8px;
	max-width:	95%;
}
