@charset "UTF-8";

@charset "UTF-8";
@import "css/fonts.css";
@import "css/style.css";
@import "css/camera.css";
@import "css/style02.css";

.contact_form tr th {
	width: 200px;
	background-color: #09F;
	color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	text-align: right;
	padding-right: 20px;
}
.contact_form tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
}
.contact_form tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
}
.submit {
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 200px;
	margin-bottom: 0px;
}