button.css3button{
     background:#009900;
     -moz-border-radius:5px;
     -webkit-border-radius:5px;
     border-radius:5px;
     border:0px groove #009900;
     font-family:Roboto,sans-serif;
     font-size:28px;
     line-height:130%;
     font-weight:500;
     color:#fff;
     padding:10px 5px;
     width:100%;
     white-space:normal;
     cursor:pointer;
     text-transform:none;
}
button.css3button2{
     background:#009900;
     -moz-border-radius:5px;
     -webkit-border-radius:5px;
     border-radius:5px;
     border:1px groove #009900;
     font-family:Roboto,sans-serif;
     font-size:1px;
     line-height:130%;
     font-weight:600;
     color:#fff;
     padding:12px 5px;
     width:100%;
     white-space:normal;
     cursor:pointer;
     text-transform:none;
}
button.css3button i{
     position:relative;
     right:0;
     bottom:4px;
     font-size:10px;
     padding-left:8px
}
button.css3button:focus,button.css3button:hover{
     background:#006600;
     color:#fff;
     outline:0;
     border:1px ridge #0D92AD
}
.wj-hide{
     overflow-x:hidden!important;
}
.wj-hide body{
     overflow:hidden!important;
}