* {
	margin: 0;
	padding: 0;
}

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

body {
	background-color: #fff;
	color: #333333;
	font: 11px tahoma;
	margin-bottom: 30px;
}

/* No _img_ Borders */

img, a img {
	border: none;
}

h1, h2, h3, h4 {
	font: Garamond;
	font-size: 22px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h4 {
	font-size: 12px;
}

#scanner-form {
	border: 1px solid #ccc;
	background: #fdfdfd;
	top: 120px;
	position: absolute;
	left: 50%;
	width: 400px;
	margin-left: -200px;
}

.the-form {
	width: 400px;
}

.form-header {
	width: 100%;
}

.form-header h3 {
	font: 18px Tahoma;
	padding: 10px;
	background: #484848;
	color: #fff;
}

.scanner-infobox p {
	width: 200px;
	margin: 30px 0 20px 110px;
	text-align: left;
	text-indent: 30px;
	color: #000;
	font-weight: bold;
}

.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-left {
	position: relative;
	float: left;
	width: 100px;
}

.scanner-right {
	position: relative;
	float: right;
	width: 300px;
}

.scanner-right p, .scanner-left p {
	color: #666;
	padding: 10px;
}

.scanner-left p {
	line-height: 30px;
	text-align: right;
}

.scanner-right input, .scanner-right textarea, .scanner-right select {
	border: 1px solid #ccc;
	background: #eee;
	width: 220px;
	padding: 5px;
	line-height: 16px;
	font: 11px tahoma;
}

.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 {
	margin-top: 300px;
	display: none;
	z-index: 111;
	position: absolute;
	left: 50%;
	width: 126px;
	margin-left: -63px;
}

#scanning p {
}


/* EOF */
