/* CSS Document */
body{
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
}


.text_white {
color:#fff;
}
.text_grey {
color:#999;
font-size:80%;
}
.text_small{
font-size:75%;
}
.radio{
background: #fff url();
border:0;
}

label
{
width: 8em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.button{
cursor:pointer;
}

.button:hover{
border:1px blue solid;
cursor:pointer;
}


input
{
color: #333;
background: #fff url(images/form_bkgd.jpg) repeat-x bottom left;
border: 1px solid #999;
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
margin-left: 3em;
}
.submit input:hover
{
color: #000;
background: #999;
border: 2px outset #d7b9c9;
margin-left: 3em;
}

fieldset
{
border: 1px solid #999;
width: 30em;
padding: 10px;
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
} 
