/* интернет приемная */
.reception {
	padding: 22px;
	margin: 22px 0;
	border-radius: 5px;
	background-color: #f5f5f5;
}
.reception .b-form {
}
.reception-left-col {
	float: left;
	width: 380px;
}
.reception-right-col {
	float: left;
	width: 220px;
	margin-left: 40px;
}
.reception-divider {
	height: 1px;
	margin: 14px 0;
	border-radius: 4px;
	background-color: #d0ddcd;
	border-top: solid 1px #d0ddcd;
	border-bottom: solid 1px #d0ddcd;
}
.reception-divider hr {
	display: none;
}
.reception-hint {
	color: #626262;
	font-size: 11px;
	line-height: 1.1;
}
.reception-hint-highlight {
	color: #c46969;
}
.reception-rq-field {
	color: #c46969;	
}
.reception-semi-rq-field {
	color: darkorange;
}
.reception-captcha-holder {
	float: left;
	width: 120px;
	height: 60px;
	overflow: hidden;
	margin-right: 18px;
	background-color: whitesmoke;
}
.reception-captcha-controls {
	float: left;
	width: 240px;
	height: 60px;
	line-height: 1.35;
	position: relative;
}
.reception-captcha-controls input[type="text"] {
	left: 0;
	bottom: 0;
	margin-bottom: 0;
	position: absolute;	
	outline-offset: 2px;
}
.reception-select-field select {
	width: 100%;
	margin-top: 9px;
}
.reception-textarea-field textarea {
	resize: none;
	height: 120px;
}
.reception-agreement .control-label {
	font-size: 11px;
}
.reception-agreement .radio {
	display: inline-block;
}
.reception-agreement .radio + .radio {
	margin-left: 9px;
}
.reception .form-actions {
	padding: 0;
	border-width: 0;
	background-color: transparent;
}
.reception .form-actions button + button {
	margin-left: 9px;
}
.reception-attach-wrapper {
	width: 380px;
}
.reception-attach .controls {
	padding: 6px;
	overflow: hidden;
	background-color: whitesmoke;
}
.reception-attach-container {
	margin: 12px 0;
}
.reception-attach .controls input {
	float: left;
}
.reception-attach .controls button {
	float: right;
}