.bold
{
    font-weight: bold;
}

.basic_field
{
    padding: 5px 10px;
    font-size: 18px;
}

.submit
{
    padding: 5px 10px; 
    font-size: 18px;
    cursor: pointer;
}

.pointer
{
    cursor: pointer;
}

.close
{
    color: #ff0000;
    cursor: pointer;
    font-size: 22px;
    font-weight: 100;
}

.close:hover
{
    text-decoration: underline;
    color: #ff000080;
}