body { 
	margin: 0px;
	background: #030102 url(layout/bg.jpg) repeat-y top center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
}
h1 {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size:14px;
  font-weight: bold;
  }
table {
  font-size:11px;
  text-align:center;
  }
a:link, a:visited {
	text-decoration: underline;
	color: #FFB64C;
}
a:hover {
	text-decoration: none;
	background: #01011B;
}

.tekstilinkki {
  width:1000px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.container {
  width:750px;
  padding:25px;
  margin-left: auto;
  margin-right: auto;
  background: url(layout/container-bg.png) repeat-y top center;
}
img {
  border:0px solid black;
  text-decoration: none;
}
a.image:hover {
	text-decoration: none;
	color: #000000;
	background: none;
}
input, textarea, select {
    background-color: #580C00;
    border: 1px solid #555555;
    font-family: verdana;
    font-size: 12px;
    color: white;
    font-weight:bold;
    padding:1px;
}
.kommentit {
  margin: 5px;
  }
.vastaus {
  color: #EA8E0A;
  margin:5px;
  margin-left:10px;
  }
.viestilomake {
  margin-left:15%;
  margin-top:10px;
  }  
.virhe {
  text-align:center;
  color:red;
  font-weight:bold;
  }    
.viesti {
  text-align:center;
  color:green;
  font-weight:bold;
  }   
