﻿a.fancybutton_grey_and_white_sq_border
{
    background: transparent url('../images/btn_submit_right_grey_and_white_sq_border.png') no-repeat scroll top right; /* Sliding right image */
    display: block;
    float: left;
    height: 33px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 20px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */ /* FONT PROPERTIES */
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

a.fancybutton_grey_and_white_sq_border span
{
    background: transparent url('../images/btn_submit_left_grey_and_white_sq_border.png') no-repeat; /* Background left image */
    display: block;
    line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
    padding: 7px 0 5px 18px;
}

a.fancybutton_grey_and_white_sq_border:hover span
{
    text-decoration: underline;
}

