body{

background-color: #FFFFFF;
font-family: 'verdana', helvetica, arial;
font-size: 0.5em;
font-weight: bolder;
font-style: normal;
color: #333333;


}

label
{
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-left: 35px;

	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 0.8em;

}
input
{
	float: right;
	text-align: left;
	margin-right: 40px;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #333333;
	font-size: 0.7em;
}
textarea
{

	color: #333333;
	background: #FFFFFF;
	border: 1px solid #333333;
	size:480px;
}
select {
	color: #333333;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
	background: #FFFFFF;
	border: 1px solid #333333;
	font-size: 0.8em;
}


{
color: #000000;
background: #ffa20f;
border: 2px outset #d7b9c9
} 
fieldset
{
border: 1px solid #333333;
width: 400px;

}
legend
{
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #333333;
	padding: 1px 1px;
	font-size: 0.9em;
	font-weight: bolder;
} 
table {
	position: inherit;
}
.2label {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #333333;
}

