﻿/*
===========================================================================
Button elements
===========================================================================
*/

.greenButton
{
    font-size: 1.6em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    vertical-align:bottom;
    width: 150px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
a.greenButton:link
{
    text-decoration: none;
	background-image: url(Images/AutoButton.ashx?fill=10DD10&width=150&height=30&raise=1);
}
a.greenButton:visited
{
    text-decoration: none;
	background-image: url(Images/AutoButton.ashx?fill=10DD10&width=150&height=30&raise=1);
}
a.greenButton:hover
{
    text-decoration: none;
	background-image: url(Images/AutoButton.ashx?fill=AAEEAA&width=150&height=30&raise=1);
}
a.greenButton:active
{
    text-decoration: none;
	background-image: url(Images/AutoButton.ashx?fill=AAEEAA&width=150&height=30&raise=0);
}

