body {

	width: 600px;
	height: 100%;
	margin-top: 50px;
	margin-bottom: 1px;
	margin-left: auto;
	margin-right: auto;

	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
}

#url {

	background-color: #666666;
	border: 1px solid #444444;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 2px;
	height: 16px;
	-moz-border-radius: 3px;

}

#button {

	background-color: #666666;
	border: 1px solid #444444;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 2px;
	height: 20px;
	-moz-border-radius: 3px;

}

.head {

	margin-bottom: 10px;
	font-size: 28px;
	letter-spacing: -2px;
	color: #4E463F;
	border-bottom: 2px solid #4E463F;
    text-align: center;
}

.mid {

	margin-left: 5px;

}

#results {

	margin-top: 15px;

}

	#results div {

		padding: 5px;
		font-weight: bold;
		color: #333333;
		text-align: left;
		border-bottom: 2px solid #333333;

	}

		#results div span {

			float: right;
			font-weight: normal;

		}