@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 75.00%;
	color: #000;
}
input {
	width:70%;
}
label {
	font-weight:bold;
}
input, textarea {
	font-size:1.3em;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.5em;
	width:100%;
	overflow:auto;
}
.form_line {
	margin-bottom:0.5em;
}
.copy input {
	width:auto;
}
.form_line label {
	margin-left:0.3em;
}
.form_msg {
	margin-top:1em;
	margin-bottom:1em;
}
.form_msg label {
	display:block;
}
.err_text, .success_msg {
	margin-top:0.5em;
	padding:5px;
	border:1px solid #AFAFAF;
	font-weight:bold;
	background:#fff;
	margin-bottom:0.5em;
}
.err_text {
	color:#990000;
}
.success_msg {
	color:#006633;
}
a {
	color: #6a447c;
	background:transparent;
	text-decoration:none;
	margin-left:5px;
}
a:focus, a:hover, a:active {
	color:#6a447c;
	text-decoration:underline;
}
#machine{
	display:none;
	visibility:hidden;
}
