﻿.form_custom {
	max-width			:360px;
	margin				:0 auto;
	background			:#f7f7f7;
	padding				:20px;
	display				:block;
	border-radius		:2px;
	box-shadow			:0px 0px 1px rgba(0, 0, 0, 0.3);
}

.form_custom input.input_1[type="text"] {
	width				:100%;
}