﻿@charset "UTF-8";

#attention{
	font-size: 9pt;
  margin-bottom: 10px;
}

.field{
	width: 300px;
  margin-bottom: 5px;
}

textarea{
	width: 100%;
	margin-bottom: 5px;
}

label.error{
	color: red;
  font-size: 8pt;
  margin-left: 5px;
}

#confirm{
	margin-top: 20px;
}

.label{
	font-weight: bold;
	padding-bottom: 5px;
}

.data{
	margin-bottom: 5px;
	padding: 0px 10px;
}

#confirm-form{
	margin-top: 10px;
}