#EditLinks
{
	float: right;
	margin-left: 10px;
	margin-right: 20px;
	color: #ffffff;
	margin-top: 7px;
	font-family: Tahoma;
	font-size: 12px;
}

#EditLinks a
{
	color: #fff;
}

#AuthorTitle
{
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	color: #dbdcdc;
	margin-top: 7px;
	font-family: Tahoma;
	font-size: 12px;
}

#AuthorTitle a
{
	text-decoration:none;
	color: #fff;
}

#SendComments
{
    display: none;
}

#DarkMask
{
	z-index: 3;
	height:300%;
	width:100%;
	position:absolute;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	display:none;
}

a img
{
border: none;
}

.DraftNotice
{
	background-color: #dbe8f4;
	padding: 10px;
	margin: 20px 0px;
	border: 1px dotted #003366;
}


