
body {
/*background-color: rgb(150,150,150);*/
background-image: url(tausta.jpg);
background-image: repeat-x;
font-family: Trebuchet MS, Arial, Sans-Serif;
padding:0px;
margin:0px;
text-align:center;
}

h4 {
font-size: 110%;
}

#container {
width: 1000px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
height: auto;
}

#lomake {
width: 600px;
text-align: left;
font-size:90%;
padding: 15px;
background-color: rgb(33,60,90);
color: white;
}

#huom {
font-size:80%;
}

div.row {
  clear: both;
    }

div.row .label {
  float: left;
  width: 130px;
  text-align: left;
  }

div.row span.input {

  text-align: left;
  }
