html * {
    font-family: Verdana, Geneva, Arial, Helvetica;
    font-size: 12px;
}

a {
 color: blue;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

.center_div {
    margin: 0 auto;
    text-align: center;
    width: 400px;
}

.box_div {
    background-color: #d8ffd2;
    margin: 5px;
    padding: 2px;
}

.round_div {
    border: 1px solid #d8ffd2;
    width: 100%;
}

.message {
    color: red;
}

.yahoo_textfield {
    /* font-size: 16px;*/
}

.users_div {
    width: 400px;
}

.floater {
    float: left;
}

.smaller_div {
    width: 50px;
}

.bigger_div {
    width: 150px;
}

.form_label {
    text-align: left;
}
