.ifxButton, div.ifxButton, span.ifxButton, a.ifxButton
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    color: #fff !important;
    cursor: pointer;
    padding: 0px 7px 1px 7px;
    margin: 5px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    /*filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=145);*/
    /*filter:progid:DXImageTransform.Microsoft.MotionBlur(direction=120, strength=10);*/
    text-decoration: none !important;
}

.ifxButton:visited, a.ifxButton:visited
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #fff !important;
    cursor: pointer;
    padding: 0px 7px 1px 7px;
    margin: 5px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    text-decoration: none !important;
}
      
.ifxButton.Shadowless, div.ifxButton.Shadowless, span.ifxButton.Shadowless, a.ifxButton.Shadowless
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

/* Rogers Standard Buttons */
.ifxButton, div.ifxButton, span.ifxButton, a.ifxButton
{
    background: #b10202 url('ifxButton_Rogers.gif') 0 0 repeat-x;
    border: 2px solid #b10202;
}

    .ifxButton.Hover, div.ifxButton.Hover, span.ifxButton.Hover, a.ifxButton:hover
    {
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #fff !important;
	cursor: pointer;
    	padding: 0px 7px 1px 7px;
    	margin: 5px;
	text-decoration: none !important;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
        background: #e01111 url('ifxButton_Rogers_Hover.gif') 0 0 repeat-x;
        border: 2px solid #e01111;
    }
    
    .ifxButton.Disabled, div.ifxButton.Disabled, span.ifxButton.Disabled, a.ifxButton.Disabled
    {
        background: #b2b2b2 url('ifxButton_Rogers_Disabled.gif') 0 0 repeat-x;
        border: 2px solid #ccc;
    }
    
/* Rogers Standard Buttons */
.ifxButton.Rogers, div.ifxButton.Rogers, span.ifxButton.Rogers, a.ifxButton.Rogers
{
    background: #b10202 url('ifxButton_Rogers.gif') 0 0 repeat-x;
    border: 2px solid #b10202;
}

    .ifxButton.Rogers.Hover, div.ifxButton.Rogers.Hover, span.ifxButton.Rogers.Hover, a.ifxButton.Rogers:hover
    {
        background: #e01111 url('ifxButton_Rogers_Hover.gif') 0 0 repeat-x;
        border: 2px solid #e01111;
    }
    
    .ifxButton.Rogers.Disabled, div.ifxButton.Rogers.Disabled, span.ifxButton.Rogers.Disabled, a.ifxButton.Rogers.Disabled
    {
        background: #b2b2b2 url('ifxButton_Rogers_Disabled.gif') 0 0 repeat-x;
        border: 2px solid #ccc;
    }


    