| .form {
	margin-left: auto;
	margin-right: 300px;
	width: 600px;
	color: #333;
	border: 0;
	text-align: center;
}
.form legend {
	display: none;
}
.form #captcha img {
	vertical-align: text-top;
}
.form #captcha .input_captcha {
	width: 190px;
}
.form .error {
	font-size: 80%;
	color: red;
	margin: 0 0 0 36%;
}
.form input {
	font-size: 15px;
	height: 30px;
	margin: 0;
	padding: 0 8px;
	width: 285px;
	font: 99% sans-serif;
	line-height: 1, 5;
	border: 1px solid #000;
}
.form textarea {
	height: 110px;
	width: 50%;
	text-align: center;
}
.form select {
	width: 300px;
}
.form ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 10px 20px 10px 10px;
}
.form ul li {
	padding: 2px;
}
.form input_name {
	float: left;
	width: 20%;
}
.form label {
	cursor: pointer;
	display: inline;
	float: left;
	font-size: 1.1em;
	margin-right: 8px;
	padding-left: 23px;
	padding-top: 2px;
	text-align: right;
	width: 36%;
}
.form .button {
	border: 1px solid #818181;
	color: #000;
	cursor: pointer;
	height: 27px;
	margin: 6px;
	padding: 0 12px 2px;
	text-align: center;
	width: 120px;
	margin-right: -197px;
	background-color: #818181;
	color: #fff
}
.form .input_file {
	margin-left: -15px;
	padding-top: 7px;
	border: 0 !important;
}
.form .form_comment label {
	padding: 0px;
	text-align: left;
}
 |