div.all {
    max-width: 1880px;
    float: none;
    margin: auto;
    font-size: 12px;
    background-repeat: no-repeat;
    word-wrap: normal;
    font-variant: normal;
    font-family: sans-serif;
}

div.top {
    clear: both;
    float: none;
    height: 50px;
}

div.middle {
    clear: both;
    float: none;
}

div.logo {
    width: 10%;
    float: left;
}

div.header {
    float: left;
    text-align: center;
    width: 80%;
}

div.left {
    padding-top: 10px;
    float: left;
    width: 10%;
}

div.main {
    float: left;
    width: 90%;
}

p.indent {
    margin-left: 50px;
}

div.indent {
    margin-left: 50px;
}

div.bottom {
    padding-top: 20px;
    clear: both;
    float: none;
}

div.user {
    text-align: right;
    width: 10%;
    float: left;
}

div.right {
    width: 10%;
    float: left;
}

div.empty {
    float: left;
    width: 10%;
}

div.footer {
    float: left;
    text-align: center;
    width: 83%;
}

div.home {
    width: 0%;
    float: left;
}

a {
    line-height: 20px;
    color: green;
    text-shadow: 0px 0px;
    font-size: 14px;
    font-family: sans-serif;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}

a.pieni {
    line-height: 12px;
    color: green;
    font-size: 12px;
    font-family: sans-serif;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}

label {
    display: inline-block;
    min-width: 150px;
    width: 150px;
}

div.error {
    clear: both;
    text-align: center;
    font-weight: bold;
    color: red;
    font-size: 16px;
    font-family: sans-serif;
}

th {
    text-align: left;
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
}

td {
    vertical-align: top;
    font-size: 12px;
}

input[type="button"][class="haitari"] {
    font-weight: bold;
    font-size: 12px;
    border: hidden;
    background-color: inherit;
    cursor: pointer;
    background-image: url(right.png); /* 16px x 16px */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

tfoot input {
    width: 100%;
}
