#example2 a.helpclass,
#example5 a.helpclass,
#audpart a#thankyou {
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    font-family: sans-serif;
    font-size: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

#example2 a.helpclass:hover,
#example5 a.helpclass:hover,
#audpart a#thankyou:active {
    background: #356094;
    border: solid 1px #2A4E77;
}

#example2 a.helpclass:active,
#example5 a.helpclass:active,
#audpart a#thankyou:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

#example1 button, #spantobutton span.buttonstyle {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: sans-serif;
    font-size: 1em;
    appearance: none;
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

#example1 button:hover, #spantobutton span.buttonstyle:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    cursor: pointer;
}

#example1 button:active, #spantobutton span.buttonstyle:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

#example2 button,
#example2 button:focus,
#example2 button:active {
    /* Remove all decorations to look like normal text */
    background: none;
    border: none;
    display: inline;
    font: inherit;
    /*
        margin: 0;
        padding: 0;
    outline: none;
    outline-offset: 0;
*/
    /* Additional styles to look like a link */
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}


/* Remove extra space inside buttons in Firefox */

#example2 button::-moz-focus-inner {
    border: none;
    padding: 0;
}

#example6 a#search span {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    IE6,
    IE7 clip: rect(1px, 1px, 1px, 1px)
}

#example6 a#search {
    background-image: url("toolbar_find.png");
    display: inline-block;
    height: 32px;
    width: 32px;
}

#moreinfobutton2 .bgimage,
#moreinfobutton .bgimage {
    background-image: url("expcol.gif");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}

#moreinfobutton2 .expand,
#moreinfobutton .expand {
    background-position: left top;
}

#moreinfobutton2 .coll,
#moreinfobutton .coll {
    background-position: left bottom;
}

#example4 span span {
    vertical-align: middle;
}
a:focus, button:focus, input:focus, span[tabindex="0"]:focus {
   outline: green dotted thick; 
}