.redButton, .blueButton
{
    cursor:pointer;
    padding-top:10px;
    border-width:5px;
    border-style:solid;
    font-size:140%;
    width:100px;
    height:65px;
    color:#FFFFFF;
    text-align:center;
    vertical-align:middle;
    -moz-border-radius:18px;
    -webkit-border-radius:18px;
}
.redButton
{
    border-color: /*#A10717 #750917*/ #C51633 #D91936;
    background-color:#B21229;
}
.blueButton
{
    border-color: #203060 #195AA8 #4060F0;
    width:110px;
    background-color:#2F82B8;
    padding-top:5px;
}
.redButton:hover
{
    background-color:#D01534;
}
.blueButton:hover
{
    background-color:#2070A8;
}
.videoButton
{
    cursor:pointer;
    padding-top:35px;
    border:solid 2px #918E7A;
    text-align:center;
    vertical-align:middle;
    font-size:23pt;
    width:371px;
    height:242px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.videoButton:hover
{
    background-color:#F7F4E0;
}
