body { font-family: Verdana; }

input {
	background-color: #eee;
	color: #111;
	padding: 2px;
	border: solid 1px #009000; }

input.text {
	width: 102px; }

select {
	background-color: #eee;
	color: #111;
	padding: 2px;
	border: solid 1px #009000; }

textarea {
	background-color: #eee;
	color: #111;
	padding: 1px;
	border: solid 1px #009000; }

.submit {
	background-color: #009000;
	color: #fff;
	height: 21px;
	width: 120px;
	text-decoration: none;
	border: solid 2px #009000;
	cursor: pointer; }

.submit:hover {
	background-color: #1faf1f;
	color: #000; }

.rem {
	background-color: #eee;
	width: 25px;
	height:25px;
	border:none; }
