#infoDiv {
	position: absolute;
	z-index: 2;
	background-color: #fff;
	border: 2px #503838 solid;
	color: #000;
	width: 400px;
	display: none;
}

#infoHeaderDiv {
	background: transparent url(../images/popupHead.png) repeat-x left center;
	height: 25px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
}

.headText {
	float: left;
	margin: 2px;
}

.btnText {
	float: right;
	margin: 2px;
	color: #d50000;
}

#infoInnerDiv {
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #000;
}

#infoInnerDiv img { float: left; margin-right: 5px;}

a#articleAuthor {
	color: #fff;
	text-decoration: underline;
}

a#articleAuthor:hover{
	cursor: pointer;
}

a#closer{
	font-size: 10px;
	font-weight: bold;
}
