#navi {
    width: 100%;
    height: 40px;
    color: #fff;
	font: bold 18px Georgia, Times New Roman, Times, serif;
	background: #000;
}

.head_text {
    color: #fff;
    font: normal 10px Arial, Helvetica, Times, serif;
}
.field_login {
    width: 120px;
    color: #777;
    font: normal 12px Georgia, Times New Roman, Times, serif;
    background: #fff;
    border: none;
}
.button_login {
    width: 70px;
    height: 17px;
    color: #000;
    font: normal 11px Georgia, Times New Roman, Times, serif;
    background: #fff;
    border: none;
}

a.abutton {
    padding: 2 10 2 10;
    border: 1px solid #000;
    font: normal 11px Georgia, Times New Roman, Times, serif;
    color: #000; 
    background: #ccc;
}