body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, "sans-serif";
	padding: 0;
	margin: 0;
}

img {
	margin: 0;
}

object {
	display: block;
}

embed {
	display: block;
	width: 100%;
	height: 100%;
}

p {
	margin: 4px 4px 12px 4px;
	padding: 0;
	font-size: 12px;
	text-align: justify;
	color: #ffffff;
	line-height: 15px;
}

a {
	color: #600000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.container {
	position: absolute;
	width: 200px;
	height: 150px;
	top: 0;
	left: 0;
	
	/*padding: 10px;*/
	
	border: 0px solid #606060;
	background: url("bezel.png");
	
	margin: 15px;
	
	/*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;*/
	-moz-background-clip: padding;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.7);
}

.container img {
	display: block;
	width: 100%;
	height: 100%;
}

.container object {
	width: 100%;
	height: 100%;
}

.container .content {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 1px;
	margin: -1px;
	background: url("border.png");
	overflow: hidden;
}

/*.container .content:hover {
	overflow: visible;
}*/

.container .resize {
	position: absolute;
	right: 1px;
	bottom: 1px;
	width: 12px;
	height: 12px;
	background: url("resize.png");
	cursor: se-resize;
	visibility: hidden;
}

.container .drag {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: move;
}