﻿.ul_button
{
    background: transparent url("pics/Buttons/Button120.png") no-repeat left top;
    width: 120px;
    height: 25px;
    float: left;
    cursor: pointer;
    color: #3F4137;
    /*font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;*/
    font-family:perpetua,Times New Roman;
    font-size: 16px;
    border-style: none;
    padding-right:20px;
}

.ul_button_back
{
    background: transparent url("pics/Buttons/button_links.jpg") no-repeat left top;
    width: 120px;
    height: 25px;
    float: left;
    cursor: pointer;
    color: #3F4137;
    /*font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;*/
    font-family:perpetua,Times New Roman;
    font-size: 16px;
    border-style: none;
    padding-left:10px;
}

.ul_button_cancel
{
    background: transparent url("pics/Buttons/button_kreuz.jpg") no-repeat left top;
    width: 120px;
    height: 25px;
    float: left;
    cursor: pointer;
    color: #3F4137;
    /*font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;*/
    font-family:perpetua,Times New Roman;
    font-size: 14px;
    border-style: none;
    padding-right:20px;
}

.myAccountLink
{
    background-color: Transparent;
    padding-left: 15px;
    padding-bottom:5px;
    color: #7F816E;
    text-decoration: none;
    text-align: left;
    line-height: 20px;
    display: block;
}

.myAccountLink:hover
{
    background : transparent url("pics/Buttons/link_icon_hover.png") no-repeat left center;    
}

.ul_linkAccount_active
{
    background : transparent url("pics/Buttons/link_icon_hover.png") no-repeat left center;
    padding-left: 15px;
    color: #3F4137;
    text-decoration: none;
    text-align: left;
    line-height: 20px;
    display: block;
    padding-bottom:5px;
}
