#tausta_vasen A:link {font-family: verdana; font-size: 1em; font-weight: bold; color: #000; text-decoration: none;}
#tausta_vasen A:hover {font-family: verdana; font-size: 1em; font-weight: bold; color: #000; text-decoration: none;}
#tausta_vasen A:visited {font-family: verdana; font-size: 1em; font-weight: bold; color: #000; text-decoration: none;}
#tausta_vasen A:active {font-family: verdana; font-size: 1em; font-weight: bold; color: #000; text-decoration: none;}

#tausta_oikea A:link {font-family: verdana; font-size: 0.8em; font-weight: bold; color: #000; text-decoration: none;}
#tausta_oikea A:hover {font-family: verdana; font-size: 0.8em; font-weight: bold; color: #000; text-decoration: none;}
#tausta_oikea A:visited {font-family: verdana; font-size: 0.8em; font-weight: bold; color: #000; text-decoration: none;}
#tausta_oikea A:active {font-family: verdana; font-size: 0.8em; font-weight: bold; color: #000; text-decoration: none;}

body {
  background: #F0F0F0;
  font-family: verdana;
}

h1 {
  color: #C0C0C0;
}

/*Kirjautumisjutut*/
.login_text {
  background: url(images/tausta.gif);
  background-repeat: no-repeat;
  
  width: 162px; 
  height: 36px;
  
  color: #FFF;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  
  padding-top: 9px;
  padding-left: 1em;
  
  border: 0;
}

.login_submit {
  background: url(images/login.gif); 
  
  width: 82px; 
  height: 36px;
  
  margin-left: 36.7px;
  
  border: 0;
}

.error {
  width: 155px;
  
  margin-top: 1em;
  
  font-size: 10px;
}

/*Paneelijutzkat*/

#tausta {
  width: 50%;
  max-width: 600px;
  min-width: 500px;

  margin-left: auto;
  margin-right: auto;
  
  font-size: 0.8em;
}

#tausta_vasen {
  width: 35%;
  float: left;
}

#tausta_oikea {
  width: 65%;
  float: left;
}

#tausta_oikea b {
  font-size: 0.8em;
}

.tausta_oikea_submit {
  border: 0;
  background: #F0F0F0;
  
  font-size: 0.8em;
  font-weight: bold;
  font-family: verdana;
}

.muokkaus_info {
  margin-left: 1em;
  margin-bottom: 1em;
}


