BODY {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    border: 0;
    margin: 0;
    padding: 0;
}

TABLE {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    background-color: #ffffff;
}

.main {
    position: relative;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('pics/tausta.jpg');
    background-repeat: no-repeat;
}

.content {
    border: 0;
    position: static;
    text-align: left;
    width: 380px;
    float: right;
    clear: both;
    margin-top: 220px;
    margin-right: 106px;
    padding-bottom: 30px;
    min-height: 500px;
}

H1.etusivu  {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
}

input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.kulmat {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.viiva {
    height: 1px;
    border: 0;
    border-top: 2px dotted #d0d0d0;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}

.huomautus {
    background-color: pink;
    border: 1px solid black;
    font-size: 20px;
    text-align: center;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
