a.button {
    background: transparent url('../images/common/buttonA.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font-family:  arial, sans-serif;
    height: 29px;
    margin-right: 6px;
    padding-right: 15px;
    text-decoration: none;
	font-weight:800;
	font-size:13px;
	margin-bottom:20px;
	*margin-bottom:10px;
}

a.button span {
    background: transparent url('../images/common/buttonSpan.gif') no-repeat;
    display: block;
    line-height: 18px;
    padding: 6px 0 5px 15px;
}

a.button:hover {
    background-position: center right;
    color: #fff;
    outline: none;
}

a.button:hover span {
    background-position: center left;
    padding: 6px 0 5px 15px;
}

a.button:active {
    background-position: bottom right;
    color: #fff;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 5px 15px;
}

/* Large Button */
a.buttonLarge {
    background: transparent url('../images/common/buttonALarge.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font-family: arial, sans-serif;
    height: 48px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
	font-weight:800;
	font-size:13px;
	margin-bottom:20px;
	*margin-bottom:10px;
}

a.buttonLarge span {
    background: transparent url('../images/common/buttonSpanLarge.gif') no-repeat;
    display: block;
    line-height: 20px;
    padding: 4px 0 4px 18px;
}

a.buttonLarge:hover {
    background-position: center right;
    color: #fff;
    outline: none;
}

a.buttonLarge:hover span {
    background-position: center left;
    padding: 4px 0 4px 18px;
}

a.buttonLarge:active {
    background-position: bottom right;
    color: #fff;
    outline: none;
}

a.buttonLarge:active span {
    background-position: bottom left;
    padding: 4px 0 4px 18px;
}