.set {
	border: solid #ffeed6 2px;
	font-size: 12px;
	margin: 40px;
	padding: 5px
}

.set legend {
	color: #777;
	text-transform: lowercase;
	font-size: 1.2em;
	padding: 10px;
}

.set .elem {
	background-color: ;
	padding: 10px;
	margin: 5px;
}

	.set label.label-box {
		text-transform: uppercase;
		text-align: right;
		line-height: 25px;
		display: inline-block;
		width: 200px;
		padding-right: 20px;
	}

	.set .box {
		border: solid #aaa 2px;
		background-color: #f9f9f9;
		width: 450px;
		height: 20px;
	}

	.set .check {
		margin-left: 180px;
	}

	.set .label-check {
		text-transform: uppercase;
		margin-left: 20px;
	}

	.set .elem p {
		color: #999;
		font-size: 11px;
		line-height: 15px;
		padding-left: 225px;
		width: 450px;
	}

	.set .elem p em {
		color: #f00;
	}	

	.set .options {
		color: #222;
		font-size: 15px;
		line-height: 25px;
		background-color: #f9f9f9;
		border: solid #aaa 2px;
		width: 455px;
		height: 25px;
		padding: 2px;
	}

#register_submit {
	background-color: #f9f9f9;
	border: ridge #f00 2px;
	color: #111;
	display: block;
	width: 100px;
	margin: 20px auto;
}

.section p {
	margin: 20px;
}

.section .button {
	text-align: center;
	margin: 20px;
}
