#tva .tva-wrapper {
    position: relative;
    width:640px;
}

#tva .tva-wrapper .tva-inner-wrapper {
    position:absolute;
    width:640px;
    height:0px;
    overflow:visible;
    top:0px;
    left:0px;
}

#tva .tva-wrapper .tva-content {
    position:absolute;
    filter: alpha(opacity=80);
    opacity: 0.8;
    width:640px;
    height:70px;
    z-index:1;
    top:0px;
    left:0px;
} 

#tva .tva-wrapper .tva-content:hover,
#tva .tva-wrapper.tva-hover .tva-content {
    background:black;
}

#tva .tva-wrapper .tva-button::before {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: #959595 0 2px 5px;
    -moz-box-shadow: #959595 0 2px 5px;
    border-radius: 3px;
    box-shadow: #959595 0 2px 5px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    padding: 2px 0 0;
    position: absolute;
    top: 0;
    width: 100%; }
    
#tva .tva-wrapper .tva-button:active::before { 
    padding: 1px 0 0; 
}

#tva .tva-wrapper .tva-button {
    position:absolute;
    -moz-box-shadow: inset 0 0 0 1px #63ad0d;
    -webkit-box-shadow: inset 0 0 0 1px #63ad0d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #f5f5f5;
    display: inline-block;
    font: bold 14px Arial, Helvetica, Clean, sans-serif;
    margin: 0;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
	height: 18px;
    background: #d1d1d1;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d1d1d1), to(#afafaf));
    background: -moz-linear-gradient(#d1d1d1, #afafaf);
    background: linear-gradient(#d1d1d1, #afafaf);
    border: solid 1px #b4b4b4;
    border-bottom: solid 3px #878787;
    box-shadow: inset 0 0 0 1px #e3e3e3;
    color: #000;
    text-shadow: 0 1px 0 #d6d6d6; 
    z-index:2;
}
    
#tva .tva-wrapper .tva-button:hover {
    background: #e4e4e4;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e4e4e4), to(#ededed));
    background: -moz-linear-gradient(#e4e4e4, #ededed);
    background: linear-gradient(#e4e4e4, #ededed);
    border: solid 1px #c2c2c2;
    border-bottom: solid 3px #b2b1b1;
    box-shadow: inset 0 0 0 1px #efefef; 
}
    
#tva .tva-wrapper .tva-button:active {
    background: #dfdfdf;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dfdfdf), to(#e3e3e3));
    background: -moz-linear-gradient(#dfdfdf, #e3e3e3);
    background: linear-gradient(#dfdfdf, #e3e3e3);
    border: solid 1px #959595;
    box-shadow: inset 0 10px 15px 0 #c4c4c4;
    top:2px;
}
    
#tva .tva-wrapper .tva-button {
    position:absolute;
    top:15px;
    left:15px;
}
    
#tva .tva-wrapper .tva-button:hover {
     background: #ce2424;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ce2424), to(#f97779));
    background: -moz-linear-gradient(#ce2424, #f97779);
    background: linear-gradient(#ce2424, #f97779);
    border: solid 1px #be2424;
    border-bottom: solid 3px #bd2524;
    box-shadow: inset 0 0 0 1px #e67e7b; 
	color:white;
}
    
#tva .tva-wrapper .tva-button:active {
    background: #afafaf;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#afafaf), to(#a9a9a9));
    background: -moz-linear-gradient(#afafaf, #a9a9a9);
    background: linear-gradient(#afafaf, #a9a9a9);
    border: solid 1px #757575;
    box-shadow: inset 0 10px 15px 0 #9a9a9a;
}

#tva .tva-wrapper .tva-banner {
    position:absolute;
    top:5px;
    left:5px;
}

#tva .tva-wrapper .tva-banner img {
    max-width:none;
    width:auto;
    height:auto;
}

#tva .tva-wrapper iframe {
    margin:0px;
}