a, a:visited {
	color:#0066CC;
	text-decoration:none;
}

a:hover {
	color:#FF9900;
}

ol, ul {
	margin-bottom:0px;
	margin-top:0px;
}

body {
	background:#CCCCCC;
}

body, table {
	width:100%;
}

body, form, hr, h1, h2, h3, h4, h5, h6, button {
	margin:0px;
	padding:0px;
}

body, table, input, button, select, textarea {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.header {
	width:700px;
	margin:0px auto;
	padding:0 18px 80px 18px;
	position:relative;
	background:transparent url(images/frame-bkgnd.gif) repeat-y;
}

.frame {
	width:700px;
	margin:0px auto;
	padding:0px 18px;
	background:transparent url(images/frame-bkgnd.gif) repeat-y;
	overflow:hidden;
}

.footer {
	width:700px;
	margin:0px auto;
	padding:0px 18px 18px 18px;
	background:transparent url(images/footer-bkgnd.gif) repeat-y left bottom;
}

.absolute {
	position:absolute;
}

.results {
	background:#FFCC99;
	overflow:hidden;
}

.result-menu {
	width:200px;
	float:left;
}

.result-body {
	width:480px;
	float:left;
	padding:10px;
	background:#FFFFFF;
}

.results #input {
	width:476px;
	border:1px solid #7F9DB9;
	padding:2px;
}

.results .gsc-control{
	width:100%;
}

.results .gsc-search-box {
	display:none;
}

.results .gsc-trailing-more-results {
	display:none;
}