* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body, html {
	height: 100%;
	width: 100%;
}
body {	font-family: arial, sans-serif;	font-size: 13px;
	background: url(bg.png) top #d5d5d5 repeat-x;}
#show_link {
	font-family: arial, sans-serif;
	font-size: 13px;
	background: url(bg.png) 0 -60px #d5d5d5 repeat-x;
}a {	color: #06f;}
.clear {
	clear: both;
}
#page {
	margin: 20px 40px;
	
}
#header {
	margin: 0 0 20px;
}
#logo {
	width: 125px;
	height: 33px;
	float: left;
}
#menu {
	float: right;

}
#menu a {
	margin-left: 20px;
	text-decoration: none;
	color: #666;
}
#page_search {
	margin-left: 125px;
	width: 249px;
	height: 33px;
	position: relative;
	background: url(search.png) top left no-repeat;	
}
.search_text {
	margin: 4px;
	border: 0;
	font-size: 18px;
	width: 198px;
	padding: 2px;
	background-color: transparent;
}
.search_button {
	position: absolute;
	right: 5px;
	top: 0px;
}
#page_title {
	clear: both;
	margin-top: 20px;
	padding: 21px 0;
	border-top: 1px solid #ccc;
}
.title {
	padding: 6px 10px;
	background: #eee;
	color: #333;
	font-weight: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.popular_query {
	/*
	width: 194px;
	height: 37px;
	*/
	height: 18px;
	background: url(results.png) center center repeat-x;
	padding: 10px 20px;
	margin: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	float: left;
	border: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
	white-space: nowrap;
}
.popular_query:hover {
	background: #fff;
}
.popular_query a {
	text-decoration: none;
	color: #222;
	font-size: 16px;
}
.popular_query a:hover {
	color: #06f;
}
#recent_searches {
	background: #ccc;
	float: right;
	width: 200px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ddd;
	border-left: 1px solid #aaa;
	border-top: 1px solid #888;
	border-bottom: 1px solid #fff;
}
#similar_searches {
	background: #ccc;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ddd;
	border-left: 1px solid #aaa;
	border-top: 1px solid #888;
	border-bottom: 1px solid #fff;
	margin: 0 270px 10px 0;
}
#last_viewed {
	background: #ccc;
	margin: 40px 0 10px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ddd;
	border-left: 1px solid #aaa;
	border-top: 1px solid #888;
	border-bottom: 1px solid #fff;
}
.recent_search {
}
.recent_search a {
	background: #ddd;
	padding: 3px 5px;
	margin: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
	display: inline-block;
	text-decoration: none;
	color: #222;
	font-size: 12px;
}
.recent_search a:hover {
	color: #06f;
	background: #fff;
}
#results {
	margin-right: 270px;
}
.result {
	/*background: url(results.png) center center repeat-x;*/
	background: #fff;
	padding: 10px 20px;
	margin: 0 2px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #fff;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #888;	
	color: #555;
	font-family: verdana;
	font-size: 11px;
}
.description {
	width: 600px;
	margin: 2px 0 5px;
}
.link a {
	font-size: 18px;
	text-decoration: none;
	color: #04c;
	font-family: arial, sans-serif;
}
.source a {
	color: #090;
	font-size: 11px;
	font-family: courier;
	text-decoration: none;
	letter-spacing: -0.1em;
}
.source strong {
	padding: 0px 5px 1px;
	background: #444;
	color: #fff;
	font-weight: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	font-size: 9px;
}
#contact_form {
	background: #eee;
	padding: 20px;
	width: 600px;
	margin: 20px 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 16px;
	font-weight: bold;
	color: #444;
}
.email {
	margin: 5px 0;
	padding: 5px 2px;
	border: 1px solid #aaa;
	font-size: 16px;
	width: 250px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#contact_form textarea {
	font-size: 16px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 560px;
	height: 300px;
	padding: 5px 2px;
	border: 1px solid #aaa;
	margin: 5px 0;
	
}
#about {
	width: 600px;
}
#about p {
	margin: 15px 0;
}
#footer {
	clear: both;
	margin: 40px 0;
}
#show_original {
	width: 100%;
	height: 100%;
}
#top {
	padding: 17px 40px 0;
	height: 109px;
}
iframe {
	border: 0;
	border-spacing: 0;
}
#footer {
	text-align: center;
	margin: 10px 0;
}

.download_now {
	/*
	width: 194px;
	height: 37px;
	*/
	height: 18px;
	background: url(results.png) center center repeat-x;
	padding: 10px 20px;
	margin: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	float: left;
	border: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
	white-space: nowrap;
}
.download_now:hover {
	background: #fff;
}
.download_now a {
	text-decoration: none;
	color: #222;
	font-size: 16px;
}
.download_now a:hover {
	color: #06f;
}
.sponsored {
	position: relative;
}
.sponsored a {
	font-size: 18px;
	text-decoration: none;
	color: #04c;
	font-family: arial, sans-serif;	
}
.disclose {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #aaa;
	font-size: 10px;
}
.result h1 {
	text-align: center;
	padding: 20px 0;	
}
#contents {
	padding: 0 40px;
	height: 100%;
}
#contents .result {
}
#show_original #page_title {
	margin-bottom: 17px;
}