﻿
.fl { float: left; }
.fr { float: right; }
.cb { clear: both; }

a
{
    color: #355001;
}
h1
{
    font-size: 26px;
    margin: 0 0 15px 0;
    padding: 0;
}
h2
{
    font-size: 12px;
    margin: 0 0 8px 0;
    padding: 0;
}
img
{
    border: none;
}

.text1
{
    color: #384c00;
}
.text2 
{
    display: block;
    font-size: 9px;
    margin: 0 0 5px 0;
    color: #728e08;
}
.label1
{
    margin-right: 2px;
}
.select1
{
    width: 59px;
}
.list1
{
    list-style-type: circle;
    margin-bottom: 5px;
}
    .list1 li
    {
        color: #d70000;
        display: none;
    }
.button1
{
    display: block;
    background: url(/gfx/button1.jpg) no-repeat;
    width: 97px;
    height: 24px;
    text-align: center;
    border: 0;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}    
.plus
{
    background: url(/gfx/plus.jpg) no-repeat;
    cursor: pointer;
}
    .plus span
    {
        display: block;
        margin-left: 13px;
        font-size: 10px;
    }
.space1
{
    height: 65px;
}    
.space2
{
    height: 65px;
}   
