.form {
	margin: 0 100px;
	text-align: center;
}

.form h3,.form h4 {
	margin-bottom: 10px;
	text-align: center;
}

.form p,.form span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}

.form .error {
	color: red;
}

.form form {
	display: inline-block;
	margin: 10px auto;
}

.form_list form {
	display: block;
}

.form fieldset {
	border: 1px solid #868686;
	border-collapse: separate;
	border-spacing: 10px;
	display: table;
	padding: 5px 20px 10px 20px;
}

.form .field {
	display: table-row;
}

.form legend {
	margin-left: 10px;
}

.form label {
	display: table-cell;
	font-weight: bold;
	font-size: 0.9em;
	max-width: 200px;
	text-align: right;
}

.form fieldset .field>div {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.form input[type=text],.form input[type=file],.form input[type=password],.form textarea {
	width: 570px;
}

.form select {
	min-width: 150px;
	max-width: 570px;
}

.form textarea {
	height: 80px;
}

.form button {
	margin: 0 100px;
}

.form div.list .title {
	display: block;
	margin: 2px 0 10px;
	font-weight: bold;
}

.form div.list label {
	cursor: pointer;
	display: block;
	font-weight: normal;
	margin: 5px 0;
	max-width: 100%;
	text-align: left;
}

.form div.list input {
	display: inline;
	vertical-align: middle;
}

.form div.list label span {
	display: block;
	margin-left: 25px;
}

.form .buttons {
	margin-top: 20px;
	padding: 0 20px;
}

.select_padding_1 {
	text-indent: 20px;
}

.select_padding_2 {
	text-indent: 40px;
}

.select_padding_3 {
	text-indent: 60px;
}

.select_padding_4 {
	text-indent: 80px;
}

.select_padding_5 {
	text-indent: 100px;
}