/* Kibo's style sheet for The World forms */
/* these are used by the "join" and "dialups" forms */

/* sans-serif font, no size or color */
/* Verdana is wider and more readable than Arial */
.sansfont {
font-family: Verdana,Arial,Tahoma,Helvetica,Geneva,sans;
}

/* input type="submit" */
/* Verdana is big and bold */
.bluebutton {
font-family: Verdana,Arial,Tahoma,Helvetica,Geneva,sans;
font-weight: bold;
text-align: center;
color: #FFFFFF;
background-color: #0066FF;
padding: 1px;
}

/* select */
/* Arial comes first to make it narrower */
.whitemenu {
font-family: Arial,Verdana,Tahoma,Helvetica,Geneva,sans;
color: #000000;
background-color: #FFFFFF;
}

/* input type="text" */
/* Arial comes first to make it narrower */
.whitetextbox {
font-family: Arial,Verdana,Tahoma,Helvetica,Geneva,sans;
color: #000000;
background-color: #FFFFFF;
}


