#vt {
	text-align:left;
}
table.content {
	text-align:left;
	font-style:normal;
}
a.button_hybrid {
    padding: 0;
    background: transparent url('/images/hybrid_cta_right.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 64px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button_hybrid span {
    background: transparent url('/images/hybrid_cta_left.gif') no-repeat;
    display: block;
    line-height: 50px;
    color: #444;
    padding: 5px 0 5px 68px;
}

a.button_hybrid:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button_hybrid:hover {
    background: transparent url('/images/hybrid_cta_right.gif') no-repeat scroll top right;
}

a.button_hybrid:hover span {
    background: transparent url('/images/hybrid_cta_left.gif') no-repeat;
    display: block;
    line-height: 50px;
    color: #444;
    padding: 5px 0 5px 68px;
}
a.button_hybrid:active span {
    background-position: bottom left;
    padding: 6px 0 4px 68px; /* push text down 1px */
}
