div#ad-form {
	font-size: 12px;
}
	div#ad-form ul {
		margin-left: 2em;
	}
	div#ad-form p {
		margin-bottom: 1em;
	}
div.ad-box {
	width: 150px;
	background-color: #17d;
	margin: 2em auto !important;
	padding-top: .1em;
}
div.ad {
	border-bottom: 1px dashed #fff;
	padding: 0 .25em .25em .5em !important;
	color: #fff;
	line-height: 1.25em;
}
	div.ad a:link {
		color: #fff;
		text-decoration: none;
	}
	div.ad div.ad-body {
		line-height: 1em;
	}
	div.ad div.ad-title {
		font-weight: bold;
		font-size: 1.2em;
	}
	div.ad div.ad-footer {
		text-align: right;
		padding: 0 .5em;
	}
		div.ad div.ad-footer a:link {
			color: #fff;
			text-decoration: none;
		}
		div.ad div.ad-footer a:hover {
			color: #fff;
			text-decoration: none;
		}