div.button_blue, div.button_blue_big {}
div.button_blue a, div.button_blue_big a {
    background: transparent url(../img/buttons/blue_bg.gif) center no-repeat;
    padding: 8px 0px 0px 0px;
    margin: 5px 0px 5px 0px;
    /*border: 1px solid red;*/
    font-weight: bold;
    color: #ffffff;
    display: block;
    text-align: center;
    height: 28px;
}
div.button_blue a {
    background: transparent url(../img/buttons/blue_bg.gif) center no-repeat;
    width: 130px;
}
div.button_blue_big a {
    background: transparent url(../img/buttons/blue_big_bg.gif) center no-repeat;
    width: 200px;
}
div.button_blue a:hover, div.button_blue_big a:hover {
    text-decoration: none;
}


div.button_red {}
div.button_red a {
    background: transparent url(../img/buttons/red_bg.gif) center no-repeat;
    padding: 8px 0px 0px 0px;
    margin: 5px 0px 5px 0px;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    color: #ffffff;
    width: 120px;
    display: block;
    text-align: center;
    height: 28px;
}
div.button_red a:hover {
    text-decoration: none;
}

div.button_green, div.button_green_small {}
div.button_green a, div.button_green_small a {
    padding: 8px 0px 0px 0px;
    margin: 5px 0px 5px 0px;
    font-weight: bold;
    color: #ffffff;
    
    display: block;
    text-align: center;
    height: 29px;
}
div.button_green a {
    background: transparent url(../img/buttons/green_bg.gif) center no-repeat;
    width: 150px;
}
div.button_green_small a {
    background: transparent url(../img/buttons/green_bg_small.gif) center no-repeat;
    width: 100px;
}
div.button_green a:hover, div.button_green_small a:hover {
    text-decoration: none;
}

div.button_lblue_small_plus {}
div.button_lblue_small_plus a {
    background: transparent url(../img/buttons/lblue_small_plus.gif) center no-repeat;
    padding: 5px 20px 5px 0px;
    margin: 5px 0px 5px 0px;
    color: #ffffff;
    width: 136px;
    display: block;
    text-align: center;
    text-decoration: none;
}
div.button_lblue_small_plus a:hover {
    text-decoration: none;
}

div.button_lblue_small {}
div.button_lblue_small a {
    background: transparent url(../img/buttons/lblue_small_bg.gif) center no-repeat;
    padding: 8px 0px 0px 0px;
    margin: 5px 0px 5px 0px;
    color: #ffffff;
    width: 73px;
    display: block;
    text-align: center;
    height: 23px;
    text-decoration: none;
}
div.button_lblue_small a:hover {
    text-decoration: none;
}

div.button_lblue_plus, div.button_lblue_up {}
div.button_lblue_plus a, div.button_lblue_up a {
    
    padding: 8px 27px 8px 0px;
    margin: 0px 0px 5px 0px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    width: 137px;
    display: block;
    text-align: center;
    text-decoration: none;
}
div.button_lblue_plus a {
    background: transparent url(../img/buttons/lblue_plus.gif) center no-repeat;
}
div.button_lblue_up a {
    background: transparent url(../img/buttons/lblue_up.gif) center no-repeat;
}
div.button_lblue_plus a:hover, div.button_lblue_up a:hover {
    text-decoration: none;
    color: #ffffff;
}