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: 115px;
	background-color: #FFFFCC;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
input.submit {
	text-align: center;
}
select.plural  {
	height: 20em;
	background-color: #FFFFCC;
	width: auto;
}

form textarea {
	background-color: #FFFFCC;
	height: 10em;
	width: 460px;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
form textarea {
	background-color: #FFFFCC;
	height: 10em;
	width: auto;
}
}