body { 
	margin: 0;
}

.pixel {
	position: absolute;
	line-height: 0px;
	font-size: 0px;
	border: 1px solid black;
}

.ad {
	height: 100%;
	width: 100%;
	border: 0;
}

.popup {
	min-width: 120px;
	min-height: 70px;
	background: #eee;
	display: none;
	position: absolute;
	padding: 4px;
	z-index: 1;
	border: 2px solid #aaa;
}

.popupText {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	width: 200px;
	margin-left: 70px;
	padding-left: 5px;
}

.popupImage {
	height: 70px;
	width: 70px;
	padding-right: 2px;
	float: left;
}

label {
	min-width: 150px;
	position: static;
	display: block;
	float: left;
}

* html label {
	width: 160px;
}

textarea {
	width: 400px;
	height: 100px;
}

.clear {
	clear:both;
}

.inputSubmit {
	float: right;
}

fieldset {
	margin-right: 15px;
}

legend {
	color: #17308A;
	font-weight: bold;
}
