body {
    background: #32a93c url(../images/koski/body_bg.png) no-repeat top center;
}

h3 {
    color: #cc0000;
}

input[type=text], textarea {
    background: #ebe9d9;
    border: 1px solid #3ead46;
}

input[type=submit], input[type=button] {
    background: #11a73f url(../images/koski/button_bg.png) repeat-x top center;
    border-top: 1px solid #d0f2da;
    border-bottom: 1px solid #024314;
    border-left: 1px solid #11a73f;
    border-right: 1px solid #11a73f;
}

#web_menu a {
    width: 321.3px;
    color: #393939;
    background: #fff163 url(../images/koski/menu_btn_bg.png) repeat-x top center;
}

#web_menu a:hover {
    background-position: bottom center;
}

.banner_pages div.selected {
    background: #32a93c;
}

div.reference {
    padding: 0 0 10px 0;
}

div.reference p {
    padding: 0 0 5px 0;
}

.content_bottom ul {
    color: #cc0000;
    line-height: 180%;
    list-style-image: url(../images/koski/arrow.png);
}

#web_footer, #web_footer a {
    color: #f1dd37;
}

.text_red {
    color: #cc0000;
}

.text_green {
    color: #32a93c;
}