.css3-demo-button {height:23px; width:70px; padding:0px 0px 0px 23px; float:left; margin-top:7px; color:#FFF!important; font-size:10px; border:solid 3px #fff;background: #660000;background: -moz-linear-gradient(top, #660000 0%, #c82120 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#660000), color-stop(100%,#c82120));background: -webkit-linear-gradient(top, #660000 0%,#c82120 100%); background: -o-linear-gradient(top, #660000 0%,#c82120 100%); }
.css3-demo-button:hover {background-color:#f6a038; color:#FFC;background: #ff3333;background: -moz-linear-gradient(top, #ff3333 0%, #660000 99%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3333), color-stop(99%,#660000));background: -webkit-linear-gradient(top, #ff3333 0%,#660000 99%);background: -o-linear-gradient(top, #ff3333 0%,#660000 99%); }
.demoboxshadow {-webkit-box-shadow: 0px 0px 3px 2px #AAA;-moz-box-shadow: 0px 0px 3px 2px #AAA;box-shadow: 0px 0px 3px 2px #AAA; behavior: url(/assets/PIE.htc);}
.demoround {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; behavior: url(/assets/PIE.htc);}