A.blueButton {
    outline: 0;
    display: block;
    height: 30px;
    padding: 4px 10px;
    background: url(../images/blue_button_middle.png) no-repeat 100% 0;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

A.blueButton:hover {
    outline: 0;
    background: url(../images/blue_button_middle_hover.png) repeat-x 50% 0;
}

A.greenButton {
    outline: 0;
    display: block;
    height: 30px;
    padding: 4px 10px;
    background: url(images/green_button_middle.png) no-repeat 100% 0;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

A.greenButton:hover {
    outline: 0;
    background: url(images/green_button_middle_hover.png) repeat-x 50% 0;
}

A.questionButton {
    outline: 0;
    display: block;
    height: 30px;
    padding: 4px 10px;
    background: url(images/help.png) no-repeat 50% 0;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

A.questionButton:hover {
    outline: 0;
    background: url(images/help-hover.png) repeat-x 50% 0;
}

.blueButton-end {
    outline: 0;
    height: 30px;
    border: 0;
    padding: 0;
    margin: 0;
}

/** silver */
.silver-button {
    outline: 0;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: Arial, sans-serif;
    font-size: 15px;
    padding: 8px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
}

.silver-button:hover {
    outline: 0;
    background-color: #dfdfdf;
}

.silver-button:active {
    outline: 0;
    position: relative;
    top: 1px;
}

/** */
.blue-button {
    outline: 0;
    -moz-box-shadow: inset 0px 1px 0px 0px #bee2f9;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bee2f9;
    box-shadow: inset 0px 1px 0px 0px #bee2f9;
    background-color: #63b8ee;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3866a3;
    display: inline-block;
    color: #14396a;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #7cacde;
}

.blue-button:hover {
    outline: 0;
    background-color: #468ccf;
}

.blue-button:active {
    outline: 0;
    position: relative;
    top: 1px;
}

/** blue  */
.buyButton {
    outline: 0;
    -moz-box-shadow: inset 0px 1px 0px 0px #cae3fc;
    -webkit-box-shadow: inset 0px 1px 0px 0px #cae3fc;
    box-shadow: inset 0px 1px 0px 0px #cae3fc;
    background-color: #79bbff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #469df5;
    display: inline-block;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #287ace;
}

.buyButton:hover {
    outline: 0;
    background-color: #4197ee;
}

.buyButton:active {
    outline: 0;
    position: relative;
    top: 1px;
}

/** green  */
.viewButton {
    outline: 0;
    -moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow: inset 0px 1px 0px 0px #a4e271;
    box-shadow: inset 0px 1px 0px 0px #a4e271;
    background-color: #89c403;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #74b807;
    display: inline-block;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #528009;
}

.viewButton:hover {
    outline: 0;
    background-color: #77a809;
}

.viewButton:active {
    outline: 0;
    position: relative;
    top: 1px;
}

.whiteButton {
    outline: 0;
    -moz-box-shadow: 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
    box-shadow: 0px 1px 0px 0px #ffffff;
    background-color: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #469df5;
    display: inline-block;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 19px;
    text-decoration: none;
}

.whiteButton:hover {
    outline: 0;
    background-color: #e9e9e9;
}

.whiteButton:active {
    outline: 0;
    position: relative;
    top: 1px;
}

/* This imageless css button was generated by CSSButtonGenerator.com */

.lightBlueButton {
     outline: 0;
    background: url(../images/arrow_bg.png) repeat #2e6c9d;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #8cad4f;
    display: inline-block;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 19px;
    text-decoration: none;
}

.lightBlueButton:hover {
    outline: 0;
    background-color: #c8e284;
}

.lightBlueButton:active {
    outline: 0;
    position: relative;
    top: 1px;
}

.buttonRateAnswer {
    outline: 0;
    background-color: #cae4f7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #469df5;
    display: inline-block;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding: 8px 24px;
    text-decoration: none;
}

.buttonRateAnswer:hover {
    outline: 0;
    background-color: #99c1ed;
}

.buttonRateAnswer:active {
    outline: 0;
    position: relative;
    top: 1px;
}

.homePageHugeButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    box-shadow: inset 0px 1px 0px 0px #97c4fe;
    background-color: #3784d6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #337fed;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 22px;
    font-weight: bold;
    padding: 16px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #1570cd;
}

.homePageHugeButton:hover {
    background-color: #1e62d0;
}

.homePageHugeButton:active {
    position: relative;
    top: 1px;
}

/* This imageless css button was generated by CSSButtonGenerator.com */
