@charset "utf-8";
/* CSS Document */

label {						display: block; width: 350px;
							text-align: left; font-size: 12px;}
input {						display: block; width: 350px;
							font-family: Georgia, "Times New Roman", Times, serif;}
textarea {					display: block; width: 350px;}
.input,
.input_duel {				display: block; width: 354px; clear: both;
							margin-left: 70px; padding: 5px;}
 .input:hover {				background: #e7edf2;}
 .input_duel:hover {		background: #e7edf2;}
 .input_duel label {		width: 150px; float: left;}
 .input_duel input {		width: 150px; float: left;}
 #last {					float: right;}
 #last_name {				margin-left: 50px;}

.err, .err_first,
.err_last {					font-size: 10px; color: #FF0000;
							line-height: 10px; padding: 0;}
 .err_first {				display: block; width: 150px; float: left;}
 .err_last {				display: block; width: 150px; float: right;
 							margin-right: 4px;}
.button {					width: 100px; margin: 5px 0 0 75px;}
.clear {					clear: both;}
form {						margin-bottom: 60px;}
