input.address {
	width: 300px;
}
input {
	width: 300px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
	background-color: #FFFFCC;
}
form input.submit ,.reset{
	width: 150px;
	text-align: center;
	
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}

form table td {
	text-align: left;
}
input.radio {
	background-color: #FFFFFF;
	width: 10px;
}
input.name {
	width: 100px;
	text-align: left;
}
select.date {
	width: 250px;
	background-color: #FFFFCC;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
input.submit {
	text-align: center;
}
select.plural  {
	height: 15em;
	background-color: #FFFFCC;
	width: 33em;
}
form textarea {
	background-color: #FFFFCC;
	height: 10em;
	width: 33em;
}

