html { height: 100%; }
body {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  background-color: #FFFFFFF;
  color: #666;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
div#wrapper {
  margin: 0 auto;
  width: 740px;
  padding: 0px 0px 20px 0px;
  margin-bottom: 20px;
  background-color: #FFFFFFF;
}
div#header {   width: 740px;   height: 97px; }
div#logo { position: relative; left: -278px; }
div#napit { position: relative; right: -230px; top: -84px; }
div#redbar {
  background-color: #CC0000;
  color: #FFFFFF;
  width: 740px;
  text-align:left;
  padding: 5px 0px 5px 50px;
  margin: 0px 0px 0px 0px;
  font-size: 13px;
  font-weight: bold;
}

div.txt {
  width: 640px;
  font-size: 12px;
  text-align: left;
  padding: 8px 0px 10px 0px;
   }
div#contentBox {
  width: 640px;
  height: 480px;
  margin: 0px 0px 0px 0px;
 }
div#footer {
  font-size: 12px;
  padding: 0px 50px 0px 50px;
}
img {   border: none; }

/*__________________________________________________________________  tables  */
table {   margin: 0px 0px 0px 0px; }
table,  td,  tr {   font-size: 13px; text-align: left;}

td#vidtestbtn {
  color: #3b5998;
  text-decoration: none;
}
td#vidtestbtn:hover {
  text-decoration: underline;
  color: #6d84b4;
}

table th {
  text-align: left;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia, serif;
  border-bottom: 1px dotted #333;
}
table td, table th {
  padding: 0px 15px 0px 0px;
  vertical-align: top;
}
/*___________________________________________________________________  links  */
a#fb:link, a#fb:visited {
color: #3b5998;
  text-decoration: none;
}

a#fb:link:hover, a#fb:visited:hover {
  text-decoration: underline;
  color: #6d84b4;
}
a.fb:link, a.fb:visited {
color: #3b5998;
  text-decoration: none;
}

a.fb:link:hover, a.fb:visited:hover {
  text-decoration: underline;
  color: #6d84b4;
}

a:link, a:visited {
  text-decoration: none;
  color: #CC0000;
}
a:link:hover, a:visited:hover {
  text-decoration: underline;
  color: #FF0000;
}

/*___________________________________________________________________  forms  */
.formHeader {
font-weight: bold;
  color: #000000;
  font-size: 15px;
  height: 50px;
  letter-spacing: 0px;
}
.formitaulu {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 5px 0px 5px 8px;
	margin: 10px 0px 0px 0px;
	}
.kiitostaulu {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 0px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	}
.buttoncell {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	height: 50px;
	}
.btncontainer {
	line-height: 50px; 
	padding-left: 55px;
	font-size: 18px;
	text-align: left;
}
.btncontainer:hover {
	/*text-decoration:underline;*/
	cursor: pointer;
}
.lomake {
	padding: 0px 0px 0px 0px;
	color: #555;
	height: 10px;
	text-align: left;
}
.lomakeinput {
	padding: 0px 0px 15px 0px;
	color: #555;
	height: 10px;
}
.lomakeseli {
  color: #999;
  font-style: italic;
  font-size: 10px;
  text-align: right;
}
.txtfield {
	color:#888;
	width:300px;
}
.txtfield2 {
	color:#888;
	width:300px;
	height:60px;
}

.lomakefooter {
  font-size: 10px;
}
/* CRAP */
/*#header h1 {
  letter-spacing: -1px;
  margin-bottom: 0;
  font-family: Georgia, serif;
  font-style: italic;
}
div#nav {  border-bottom: 1px dotted #333;}
table td.option {
  font-weight: bold;
  color: #ff3b9a;
  padding-left: 0;
  width: 120px;
}
a.option {
  display: block;
  text-align: left;
  color: #fff;
  background-color: #297bc1;
  line-height: 140%;
  padding: 5px 0;
  margin: 6px 0;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  border: 3px double #fff;
}
a.option:hover {
  text-decoration: none;
  background-color: #ff3b9a;
  color: #fff;
}
form p {
  text-indent: 0;
}
form#build-form {
  padding: 1px 9px;
  background: url(bg.gif) top left repeat;
  margin-bottom: 18px;
}
form#build-form select {
  padding-left: 2px;
}
input.button, button {
  padding: 4px 5px;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  border: 3px double #fff;
  background-color: #297bc1;
  color: #fff;
  cursor: pointer;
}
input.button:hover, button:hover {
  background-color: #ff3b9a;
}
*/