﻿.GreenButton
{
    margin:2px 0px 2px 0px;
}

.GreenButton a
{
    background: url(../../images/greenbuttonfill.gif) repeat-x;
    border:solid 1px black;
    display:inline;
    text-align:center;    
    text-decoration:none;
    vertical-align:middle;
    color:#000;    
    font-size : 0.8em;
    font-family: "Trebuchet MS", helvetica, sans-serif;
    font-weight:bold;
    padding:1px 5px 1px 5px;
}

.GreenButton a:hover
{
    background:#81BD77;
    border:solid 1px black;
    color:#FFF;
}

.RedButton
{
    margin:2px 0px 2px 0px;
}

.RedButton a
{
    background: url(../../images/redbuttonfill.gif) repeat-x;
    border:solid 1px black;
    display:inline;
    text-align:center;    
    text-decoration:none;
    vertical-align:middle;
    color:#000;    
    font-size : 0.8em;
    font-family: "Trebuchet MS", helvetica, sans-serif;
    font-weight:bold;
    padding:1px 5px 1px 5px;
}

.RedButton a:hover
{
    background:#C37173;    
    border:solid 1px black;
    color:#FFF;
}

.OrangeButton
{
    margin:2px 0px 2px 0px;
}

.OrangeButton a
{
    background: url(../../images/orangebuttonfill.gif) repeat-x;
    border:solid 1px black;
    display:inline;
    text-align:center;    
    text-decoration:none;
    vertical-align:middle;
    color:#000;    
    font-size : 0.8em;
    font-family: "Trebuchet MS", helvetica, sans-serif;
    font-weight:bold;
    padding:1px 5px 1px 5px;
}

.OrangeButton a:hover
{
    background:#CBA369;
    border:solid 1px black;
    color:#FFF;
}

.BuyButton
{
    margin:2px 0px 2px 0px;
}

.BuyButton a
{
    background: url(../../images/greenbuttonfill.gif) repeat-x;
    display:inline;
    border:solid 1px black;
    text-align:center;    
    text-decoration:none;
    vertical-align:middle;
    color:#000;    
    width:60px;
    font : 10px "Trebuchet MS", helvetica, sans-serif;
    padding:1px;
}

.BuyButton a:hover
{
    background:#81BD77;
    display:inline;
    border:solid 1px black;
    color:#FFF;
    text-align:center;    
    text-decoration:none;
    
    vertical-align:middle;    
}

