* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #666666;
	font-family: Helvetica,Arial,sans-serif;
	background-color:#8FD3E9;
}

h1 {
	font-size: 30px;
}

table {
	margin: 20px;
}

#center_box {
	margin: 10px auto;
	width: 400px;
}

#header {
	background-image: url("./img/background.png");
	width: 400px;
	height: 150px;
	vertical-align: top;
	background-repeat: repeat-y;
}

#button {
	height: 60px;
	width: 80px;
	margin-left: 10px;
}

#inp {
	width: 250px;
	height: 30px;
	line-height: 30px;
	font-size: 25px;
}
#results {
	width: 400px;
	background-image: url("./img/background.png");
}

#copy {
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
}

.top_box {
	margin-top: 10px;
	width: 400px;
	height: 20px;
	background-image: url("./img/background-top.png");
}
.center_box {
	width: 400px;
	padding: 0 20px;
	background-image: url("./img/background-center.png");
	background-repeat: repeat-y;
}
.bottom_box {
	width: 400px;
	height: 23px;
	background-image: url("./img/background-bottom.png");
}

.original {
	color: red;
	font-weight: bold;
}

a.translate, a.translate:hover, a.translate:visited {
  color: #666666;
}

li {
	list-style: none;
}

.etarget table {
  width: 350px;
  margin: 0px;
}

table.selfpromo .right {
  text-align: right;
}

table.selfpromo .left {
  font-weight: bold;
}

.etarget .block {
  width: 350px;
}

a {
  color: red;
}

