#content .post a img
{
	margin: 2px;
	padding: 2px;
	border: 1px solid #FDE5B3;
}

#content .post a img.left
{
	float: left;
	margin: 2px 6px 2px 0;
}

#content .post a img.center
{
	display: block;
	margin: 2px auto;
}

#content .post a img.right
{
	float: right;
	margin: 2px 2px 2px 6px;
}

#content .post a img.inline, #content .post a img.gallery
{
	display: inline;
	margin: 2px;
}



#npwrapper
{
	position: absolute;
	visibility: hidden;
	width: auto;
	left: 0;
	top: 0;
	z-index: 10;
	padding: 2px 10px 6px 10px;
	background: #FFF6E6;
	border: 1px solid #FBB117;
	cursor: pointer;
}

#npwrapper #npheader
{
	font-size: 16px;
	font-weight: bold;
	color: #FB2C17;
	text-align: right;
}

#npwrapper #npimg
{
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #FDE5B3;
}

#npwrapper #npfooter
{
	padding: 4px 0 2px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#nploading
{
	position: absolute;
	visibility: hidden;
	padding: 5px;
	z-index: 5;
	background: #FFF6E6;
	border: 1px solid #FBB117;
}

#nploading img
{
	margin-right: 5px;
}
