﻿/* begin Button */

.ButtonWrapper
, .ButtonWrapper:hover
{      
    margin:5px 0;
    height:32px;  
	background-image: url('/images/Button.png');
	background-position:top left;
	background-repeat:no-repeat;	
    padding-left:5px;    
    display:inline-block;
    zoom:1;
    *display:inline;
}

.Button
, .Button:hover
{
    background:none;
    border:none;
    color: #1C1C1C;
    height:32px;
	background-repeat:no-repeat;
	background-image: url('/images/Button.png');
	background-position:top right;
	margin-right:-5px;
	padding-right:12px;
	padding-bottom:2px;
	overflow:visible;
	position:absolute;		
}

.Button:hover
, .ButtonWrapper:hover .Button
{    
    color: #404040;
    background-position:right -32px;
}

.ButtonWrapper:hover
{
    color: #404040;
    background-position:left -32px;
}
/* end Button */