.ao_terms p, .ao_wrap p {
	padding: 0 5px;
}

.ao_logo {
	margin: 30px auto;
	display: block;
}

.ao_wrap {
	margin: 0 auto;
	width: 500px;
}

.ao_content , .ao_content p, .ao_terms p, .ao_terms li {
	font-family: Helvetica, serif;
	letter-spacing: normal;
	font-size: 13px;
	font-weight: bold;
}

.ao_content {
	margin: 22px auto;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.ao_content a:hover {
	text-decoration: none;
}

.ao_terms {
	margin: 5px auto;
	width: 400px;
	height: 200px;
	text-align: justify;
	padding: 5px;
	overflow: auto;
	font-size: 11px;
}

.ao_terms p:first-child {
	margin-top: 0;
}

.ao_terms p, .ao_terms li  {
	font-size: 11px;
	line-height: 16px;
}

.ao_terms li {
	padding: 5px 10px;
}

fieldset {
	border: 0;
}

.ao_form, .ao_links, .ao_error {
	text-align: center;
}

.ao_form input[type="text"] {
	width: 35px;
	margin: 5px;
}

.ao_field {
	display: inline !important;
}

.ao_field label {
	display: inline;
}

.ao_links a {
	text-decoration: underline;
	font-size: 25px;
	padding: 15px;
}

@media(max-width: 650px), (max-device-width: 650px){

	.ao_wrap {
		width: 95%;
	}

	.ao_logo {
		max-width: 100%;
	}

	.separate .ao_content {
		width: 80%;
	}

	.ao_terms {
		width: 90%;
	}

	.ao_lay {
		overflow: scroll;
	}

	.ao_terms::-webkit-scrollbar {
		width: 10px;
		height: 10px;
	}
	
	.ao_terms::-webkit-scrollbar-track {
		background-color: rgba(113,112,107,0.3);
		-webkit-border-radius: 5px;
	}
	.ao_terms::-webkit-scrollbar-thumb:vertical {
		background-color: rgba(255,255,255,.2);
		-webkit-border-radius: 6px;
	}

	.ao_field {
		clear: both;
		margin-top: 10px;
		display: block !important;
		width: 150px;
	}

	.ao_field, .ao_field label, .ao_field select, .ao_field input[type="submit"] {
		margin: 0 auto;
	}

	.ao_field label {
		float: left;
	}

	.ao_field select, .ao_field input[type="text"] {
		float: right;
		margin: 2px;
	}

	.ao_links a {
		display: block;
	}

	fieldset.ao_fields {
		width: 175px;
		margin: 0 auto;
	}
}

.ao_footer {
	color: #414141;
	float: right;
	font-size: 10px;
	margin: -15px 0;
}
