﻿.pointer {
    cursor: pointer;
}

.yellowbutton {
    height: 38px;
    background-color: #F5C21C;
    border: 0px solid #F5C21C;
    border-radius: 19px;
    text-align: center;
    font: normal normal normal 16px/18px Arial;
    color: #333333;
    box-shadow: 1px 2px 3px -1px #999999;
}

.greybutton {
    height: 38px;
    background-color: #484848;
    border: 0px solid #484848;
    border-radius: 19px;
    text-align: center;
    font: normal normal normal 16px/18px Arial;
    color: #F5C21C;
    box-shadow: 1px 2px 3px -1px #999999;
}

.lightgreybutton {
    height: 30px;
    background-color: #CCCCCC;
    border: 0px solid #CCCCCC;
    border-radius: 15px;
    text-align: center;
    font: normal normal normal 15px/15px Arial;
    color: #484848;
    box-shadow: 1px 2px 3px -1px #999999;
}

.lightshadow {
    box-shadow: 1px 2px 5px -3px #999999;
}

.hrcolor {
    border-color: #AAAAAA;
}

h4 {
    color: #DDDDDD;
}
