﻿body {
	background-image: url('img/bg.png');
	background-repeat: repeat-x;
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	margin: 0px;
}

.header {
	width: 500px;
	margin: 0px auto;
	text-align: left;
}

.logo {
	margin-top: 10px;
}

.options {
	clear: both;
	margin-left: 40px;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align: left;
}

.options div a {
	color: white;
	text-decoration: none;
}
.options div a:hover {
	color: #f8f8f8;
	text-decoration: underline;
}

#query:focus {
	outline: none; 
}

#content{
	text-align: center;
	margin: auto;
	width: 100%;
}

#results{
	text-align: left;
	padding-left: 20px;  
	margin: auto;
	width: 600px;
	height: auto;
}
#result{
	margin-left: 20px; 
	padding-bottom: 17px;
}
#word{
	color: #3399cc; 
	font-size: 16px; 
	font-weight: bold;
}
#words{
	margin-left: 20px;
}
.word{
	text-decoration: none;
	color: black;
}
.word:hover{
	text-decoration: underline;
	color: blue;
}
div.ops{
	display: none; 
	margin-left: 6px; 
	margin-top: -3px; 
	position: absolute;
	color: #33cc33; 
	font-size: 9px;
}

a.ops{
	color: #33cc33; 
	font-size: 9px;
	text-decoration: none;
}
a.ops:hover{
	text-decoration: underline;
}

#toast {
	padding: 17px 0px 0px 2px;
	position: fixed;
	width: 100%;
	height: 78px;
	display: none;
	left: 0px;
	background-image: url('img/toast-bg.png');
	background-repeat: repeat-x;
	top: 100000000000000;
	text-align: left;
}