@charset 'utf-8';#vosphotos_form_wrap {
	background-color: rgba(245, 236, 200, 0.9);
	padding: 24px;
}

#vosphotos_form_wrap #info {
	text-align: right;
	font-size: 13px;
	margin-bottom: 20px;
}

#vosphotos_form_wrap .required label::after {
	content: '*';
}

#vosphotos_form_wrap input[type=text],
#vosphotos_form_wrap input[type=date] {
	width: 100%;
}

#vosphotos_form_wrap input[type=file] {
	display: block;
	margin-top: 8px;
}

#vosphotos_form_wrap .note {
	display: block;
	font-size: 13px;
	margin-top: 8px;
	color: #555;
}

#vosphotos_form_wrap .err_required {
	border-color: red;
	box-shadow: inset 1px 1px 2px rgba(255, 0, 0, 0.5);
}

#vosphotos_form_wrap p {
	margin-bottom: 16px;
}

#vosphotos_form_wrap #result_sending > ul {
	padding: 10px 20px;
	margin: 0 0 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#vosphotos_form_wrap #result_sending > ul.error {
	background-color: #FCE0E0;
}

#vosphotos_form_wrap #result_sending > ul.success {
	background-color: #DEFBE1;
}
