
fieldset
{
border: 1px solid #003333;
width: 170px;
}
legend
{
font-family:Georgia, "Times New Roman", Times, serif;
color: #fff;
background: #DED1C7;
border: 1px solid #003333;
padding: 2px 2px
} 


select{
font-family:Georgia, "Times New Roman", Times, serif;
color: #003333;
background-color:#DED1C7;
border: 1px outset #003333;}

input
{font-family:Georgia, "Times New Roman", Times, serif;
	color: #003333;
	background: #DED1C7;
	border: 1px outset #003333;
}
textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003333;
	background:#DED1C7;
}
.submit input
{font-family:Georgia, "Times New Roman", Times, serif;
color: #000;
background: #DED1C7;
border: 2px outset #003333;
}
.background{
background: #DED1C7;
	border: 1px outset #003333;
}
 




