body {
	font-family: Helvetica, Arial;
}
div#main {
	margin: 0 auto;
	position: relative;
	top: 0; 
	left: 0; 
	padding: 10px; 
	width: 400px; 
}
form {
	line-height: 25px;
}
table {
	border-collapse: collapse;
}
label, select, input.text {
	float: left;
	width: 198px;
	padding: 3px 0;
}
input {
	float: left;
}
label {
	clear: both;
}
input:focus, select:focus {
	outline-color: red;
}
input.submit {
	width: 80px;
	clear: both;
	margin: 10px 0 0 190px;
}
div, td, li {
	font-family: "Lucida Grande", Verdana; 
	font-size: 12px;
}
td {
	width: 150px;
}
h1 {
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 15px;
}
#info {
	clear: both;
	margin: 0;
	padding: 10px 0 0 150px;
	width: 300px;
	background-image: url(http://xref.yoast.com/img/yoast-logo-100.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
p {
	font-size: 11px;	
}
p a, h1 em {
	color: red;
}
h2 {
	padding-top: 20px;
	font-size: 14px;
}
p#breadcrumb {
	margin: 0;
	padding: 0;
}

.ac_results {
	border: 1px solid #ddd;
	border-top-width: 0;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	width: 198px !important;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	display: block;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url(indicator.gif) right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #444;
	color: white;
}

#content {
	font-family: "Lucida Grande",Calibri,Verdana,Arial;
	width: 600px;
	margin: 10px auto;
}
#content h1 {
	font-size: 1.2em;
}
#content p {
	font-size: .9em;
}
#content img {
	float: right;
	border: none;
	margin: 10px 0 10px 10px;
}
#content a img {
	border: none;
}
#content a, #content a:link, #content a:visited, #content a:active {
	color: rgb(0, 97, 160);
	text-decoration: none;
}
#content a:hover {
	color: rgb(153, 153, 153);
	text-decoration: underline;
}
#content .versions li {
	list-style-type: none;
}
#content .versions li a {
	display: block;
	float: left;
	width: 200px;
}
.clear {
	clear: both;
}
