body {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 20px;
	font-style: normal;
	color: #333;
	padding: 0px;
	margin: 0px;
}
a {
	color: #F09;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
#container {
	margin-left: 100px;
	width: 400px;
	text-align: center;
	background-color: #FFF;
	/* border: 10px solid #012702; */
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.8;
	opacity: 0.7;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
.credit {
	font-size: 1.5em;
}
.code {
	font-size: 0.5em;
	padding: 20px;
	background-color: #000;
	text-align: left;
	color: #01b0f0;
	font-family: Verdana;
	font-style: normal;
}
.title {
	color: #01b0f0;
	text-align: left;
}
.left {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
}
.sisu {
	font-size: 0.65em;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #FFF;
	border-left-color: #333;
	color: #000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.grey {
	color: #666;
}

#credit {
	position: fixed;
	top: 0px;
	left: 0px;
	float: left;
	font-size: 10px;
	font-family: "Lucida Console", Monaco, monospace;
	line-height: 12px;
	/* border: 10px solid #012702; */
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	padding: 5px;
}

#credit a {
	color: #FFF;
	text-decoration: underline;
}

#twt {
	position: absolute;
	top: 24px;
	left: 214px;
	z-index: 5000;
}
.sisuPealkiri {
	padding: 0px;
	font-size: 1.2em;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #FFF;
	border-left-color: #333;
	color: #F09;
	font-weight: bold;
}
#container .sisu table tr td {
	text-align: left;
	font-weight: bold;
}
