div.paylicense{
    background-color: #eeeeee;
}
div.paylicenseLeft{
    margin-top: 50px;
    margin-left: 50px;
}

div.gofscript{
    font-family: "Courier New";
    background-color: #eeeeff;
}

.phytoc {
    list-style-type: none;
}
.phytoc ol{
    list-style-type: none;
}
.white_a {
    color: white; 
}
.infield {
    height: 35px;
    font: normal 18px Arial, Helvetica;
    padding: 2px 14px 6px 8px;
    background-color: #ffffff;
    margin: 25px 5px;
}
.radio_label {
    display: inline-block;
    margin: 0px;
    padding: 10px;
    cursor: pointer;
    background-color: #dddddd;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.radio_label hover {
    background-color: #cccccc;
}
