.btnGreen 
{
    border: 0;
    background-image: url('../../../../images/site_images/btnGreenLeft.png');
    background-repeat: no-repeat;
    height: 34px;
    /* used to catch the buttonEnding */
    position: relative;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    color: White;
    float: left;
}

.btnGreen:hover
{
    text-decoration: underline;
}

.btnGreenEnd 
{
    float: left;
    width: 10px;
    height: 34px;
    background: url('../../../../images/site_images/btnGreenEnd.png') no-repeat;
    margin-right: 10px;
}

.btnSubmit
{
    border: 0;
    background-image: url('../../../../images/site_images/btnSubmitLeft.png');
    background-repeat: no-repeat;
    height: 26px;
    min-height: 26px;
    /* used to catch the buttonEnding */
    position: relative;
    padding-left: 10px;
    padding-right: 0px;
    color: White;
    float: left;
}

.btnSubmit:hover
{
    text-decoration: underline;
}

.btnSubmitEnd {
    float: left;
    width: 10px;
    height: 26px;
    background: url('../../../../images/site_images/btnSubmitEnd.png') no-repeat;
    margin-right: 10px;
}

.btnGray
{
    border: 0;
    background-image: url('../../../../images/site_images/btnGrayLeft.png');
    background-repeat: no-repeat;
    height: 34px;
    min-height: 34px;
    /* used to catch the buttonEnding */
    position: relative;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    margin: 0px 0px 10px 15px;
    color: White;
    float: left;
}

.btnGray:hover
{
    text-decoration: underline;
}

.btnGrayEnd {
    float: left;
    width: 10px;
    height: 34px;
    background: url('../../../../images/site_images/btnGrayEnd.png') no-repeat;
}