
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/* No _img_ Borders */



.scanner-infobox p a {
	color: #000;
	text-decoration: underline;
}

.scanner-holder {
	width: 100%;
}

/* Clear after the holder div */

.scanner-holder:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}



.scanner-button {
	margin-bottom: 20px;
}

.scanner-button p {
	width: 340px;
	text-align: right;
}

.scanner-button p img#scan {
	width: 60px;
	height: 18px;
}

#results p {
	width: 200px;
	margin: 0px 0 5px 110px;
	background: #eee;
	border: 1px solid #ccc;
	padding: 13px;
	text-align: left;
	line-height: 20px;
	color: #000;
	font-weight: normal;
}

#results p span.open {
	font-weight: bold;
	color: #0089e1;
}

#results p span.closed {
	font-weight: bold;
	color: #a9aaa9;
}

#results p span.service {
	font-weight: bold;
	color: #000;
}

input#scanbtn {
	border: 1px solid #ccc;
	background: #eee;
	padding: 3px;
	line-height: 16px;
	font: 11px tahoma;
	width: 60px;
	height: 24px;
}

#scanning {
	display: none;
	z-index: 111;

}

#scanning p {
}




