input[type=text] {
	border : 1px solid #5A7C22;
	border-top : none;
	border-bottom : none;
	background : black;
	color : white;
}
.hidden {
	visible : default;
}
.hidden td {
	visibility : none;
}
.content table {
	margin : 20px;
	width : 761px;
}
.content td {
	color : #5A7C22;
	letter-spacing : 0.1em;
}
.content table table {
	margin : 0px;
}

.content table.robot tr.firstcol h1 {
	padding-top : 2px;
}
.content table.robot tr.firstcol td {
	border-bottom : 1px solid #5A7C22;
	padding-top : 1px;
	vertical-align : bottom;
	width : 100%;
}
.content table.robot tr.firstcol td.check {
	width : 30px;
}
.content table.robot tr.firstcol td.check input {
	height : 12px;
	margin : 3px 10px 0px 2px;
}
.content table.robot tr td.img {
	border-bottom : 1px solid #5A7C22;
}
.content table.robot .rent {
	margin : 0px;
	padding : 0px;
	height : 18px;
}
.content table.robot .rent input {
	width : 200px;
}
.content h1 {
	color: #0066FF;
	margin : 0px;
	padding : 0px;
	font-weight : normal;
	font-size : 12px;
	letter-spacing : 0.1em;
}

.content table.contact {
	width : auto;
	margin : 0px auto;
}
.content table.contact td {
	padding : 10px;
	text-align : center;
}
.content table.contact input,.rent input {
	color : white;
	background : black;
	border-bottom : 1px solid #5A7C22;
	width : 200px;
}
.content table.contact textarea {
	color : white;
	background : black;
	width : 200px;
	height : 150px;
}
.content table.contact input.submit {
	color : white;
	background : black;
	border : 1px solid #5A7C22;
	margin : 2px 0px;
}
