/* CSS Document */

 label
{
width: 6em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 7.0em;
}
input
{
color: 	#000000 ;
background: 	#C0C0C0  ;
border: 1px solid #5D5D5D
}

textarea
{
color: 	#000000 ;
background: 	#C0C0C0  ;
border: 1px solid #5D5D5D;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px
}

.submit input
{
color: #fff;
background: #000;
border: 2px outset #5D5D5D
}
fieldset
{
border: 1px solid #5D5D5D;
width: 30em
height:inherit

}

legend
{
color: #fff;
font-weight:bold;
font-size:14px;
border: 1px solid #5D5D5D;
padding: 2px 6px
}