body
{
    background-attachment: fixed;
    background-image: url(gifs/bg.gif);
    background-repeat: no-repeat;
	background-color: white;
}
.body
{
    background-attachment: fixed;
    background-image: url(gifs/bg.gif);
    background-repeat: no-repeat
}

.body2
{
    background-attachment: fixed;
    background-image: url(none);
    background-repeat: no-repeat
}

select
{
    font-family: arial, helvetica;
    font-size: 10px;
    font-weight: normal
}
button
{
    border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    font-family: arial,helvitica;
    font-size: 10px;
    font-weight: normal
}
submit
{
    border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    font-family: arial,helvitica;
    font-size: 10px;
    font-weight: normal
}
reset
{
    border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    font-family: arial,helvitica;
    font-size: 10px;
    font-weight: normal
}

option
{
    font-family: arial;
    font-size: 10px;
    font-weight: normal;
    width: 150px
}

select.small option{ width: auto; }

.radio
{
    border: none;
    font-family: arial, helvetica;
    font-size: 10px;
    font-weight: normal;
}
input, textarea
{
    border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    font-family: arial, helvetica;
    font-size: 10px;
    font-weight: normal;
}
input.fed{
	font-weight: bold;
}

textarea.info{ width: 183px; }