@charset "utf-8";
form {
	text-align: center;
}

.tabform {
	width: 100%;
	text-align: center;
}
.tabform  td.left {
	text-align: right;
	padding: 3px 0px;
	width: 20%;
}
.tabform  td.right {
	text-align: left;
	padding: 3px 0px;
	width: 40%;
}
.tabform   input   {
	width: 300px;
}
.tabform textarea {
	width: 700px;
	background-color: #D5FF53;
}
form    input   {
	width: 200px;
	background-color: #D5FF53;
	border: solid 1px;
}

