#adBox_wrapper
{
	border: 1px solid #cccccc;
	width: 466px;
}

#adBox
{
	height: 100px;
	padding: 5px;
}

#adBoxControls
{
	border-top: 1px dotted #cccccc;
	background: #f0f0f0;
	padding: 3px;
	font-size: 1px;
	text-align: center;
}

#adBoxControls>img
{
	cursor: pointer;
	margin-right: 5px;
}

.adBoxTitle
{
	font-family: Tahoma,Arial;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 5px 5px;
	
}

.adBoxText
{
	font-family: Tahoma,Arial;
	font-size: 11px;
	margin: 0 0 5px 5px;
}

.adBoxLink1
{
	text-align: right;
	margin: 0 15px 0 5px;
	float:right;
}

.adBoxLink2
{
	text-align: left;
	margin: 0 15px 0 5px;
	float: left;
}

.adBoxLinkText
{
	font-family: Tahoma,Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	color: #0000CC;
}

.adBoxLinkText:hover
{
	color: #CC0000;
	text-decoration:underline;
}
