body {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	background-color: #859d10;
	margin: 0;
}
a, a:link {
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
}
#virsus {
	background-image: url(images/header.gif);
	background-repeat: repeat-x;
	height: 101px;
}
.logo { 
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 353px;
	height: 99px;
	margin: auto;
}
#turinys {
	background-image: url(images/bg.gif);
	background-color: #859d10;
	background-repeat: repeat-x;
}
#panel {
	width: 565px;
	margin: 10px auto 5px auto;
	padding: 10px 25px 5px 25px;
}
#panel2 {
	background-image: url(images/panel2.gif);
	background-repeat: no-repeat;
	width: 560px;
	margin: 10px auto 5px auto;
	padding: 0px 20px 5px 20px;
}
.reklama {
	text-align: center;
	margin: auto;
}
.linija {
	background-image: url(images/linija.gif);
	background-repeat: no-repeat;
	width: 554px;
	height: 2px;
	margin: 5px auto 15px auto;
}
#input {
	background-image: url(images/field.gif);
	background-repeat: no-repeat;
	width: 410px;
	height: 26px;
	font-family: Georgia;
	font-size: 18px;
	color: #666666;
	padding: 5px;
	border: 1px solid #555555;
}
h3 {
	font-family: Georgia;
	font-size: 20px;
	color: #ffffff;
	margin: 15px 0px 0px 0px;
}

h2 {
	font-family: Georgia;
	font-size: 12px;
	color: #ffffff;
	margin: 15px 0px 0px 0px;
}
p {
	line-height: 16px;
}
#submitbutton {
	width: 80px;
	font-family: Georgia;
	font-size: 18px;
}	
#footer { 
	border-top: 2px solid #62730c;
	padding-top: 20px;
	text-align: center;	
	color: #6e810c;
	margin-bottom: 15px;
}
#footer a, a:link {
	color: #ffffff;
	text-decoration:none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration:underline;
}
#kedit { 
	color: #000000;
	font:bold;
}
#kedit a, a:link {
	color: #ffffff;
	font:bold;
}
#kedit a:hover {
	color: #ffffff;
	font:bold;
}
#options {
	padding: 5px;
	background-color: #ffffff;
	color: #666666;
	border: 1px solid #74890e;
	width: 125px;
}
label {
	line-height: 20px;
}
.tooltip { cursor: help; }
.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 1000;
	background: #555;
	font-size: 85%;
}
.tool-title {
	font-weight: bold;
	margin: 0;
	padding: 4px;
}
.tool-text {
	padding: 0 6px 6px 6px;
}