﻿ul.ball
{
    list-style: none;
    margin: 0px 0px 15px 0px;
    padding: 0;
}

ul.ball li
{
    background: url("../img/ball.png") no-repeat;
    padding-left: 32px;
    line-height: 23px;
    margin-bottom:10px;
} 

ul.default-form
{
    margin:0;
    padding: 0;
    list-style: none;
}

ul.default-form li
{
    margin-bottom: 15px;
}

ul.default-form li label
{
    width: 175px;
    display: inline-block;
}

a.button
{
    background: url("../img/button.png") no-repeat;
    display: block;
    width: 150px;
    height: 26px;
    color: #ffffff;
    font-size: 15px;    
    text-align: center;
    padding-top:9px;

}

a:hover.button
{
    color:#cccccc;
    text-decoration: none;
}

ol.number li
{
    margin-bottom: 7px;
}

ul.ball2
{
    list-style: none;
    margin: 0px 0px 15px 0px;
    padding: 0;
}

ul.ball2 li
{
    background: url("../img/ball2.png") no-repeat;
    padding-left: 22px;
    line-height: 16px;
    margin-bottom:5px;
} 
