.form_message		{background-image:url(./template/transparent.gif); background-color: transparent; border: 0; font-family: Arial, Helvetica, sans-serif; font-size:14px; color:#000066; text-decoration:none}

body
  {
  background-image:url(template/sivutausta.jpg);  	
  background-color:#ABCBC3;
  background-position:center top;
  background-repeat:repeat-x;
  margin:0 0 0 0;
  }

.normal
  {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color:black;
  
  text-decoration:none;
  }
  
  .white
  {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  color:white;
  
  text-decoration:none;
  }

body
  {  	
  text-align: center;
  }

table
  {  	
  background-repeat:repeat-y;
  }

/* This is the transparent box */
#transbox {
	width: 302px;
	height: 302px;
	margin: 0 0px;
	background-color: #fff;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
#transbox div {
	padding: 8px;
	font-weight: bold;
	color: black;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}
	

/* MÄÄRITELLÄÄN ANFANGI*/ 

.anfangi:first-letter
{
font-family: Arial, Helvetica, sans-serif;
font-size:35px;
color:#6FA296;
float : left;
align: left;
margin:0px;
}


a:link.posti        {color: #FFFFFF; background-color: transparent;}
a:visited.posti    {color: #FFFFFF; background-color: transparent;}
a:hover.posti    {color: #FFFFFF; background-color: transparent;}
a:active.posti    {color: #FFFFFF; background-color: transparent;}


