﻿body {
	background-color: #92CBFF;
	font-family: Arial;
	font-size: 10pt;
}
div.body {
	font-family: Calibri, Arial;
	background-color: #eeeeee;
	padding: 10px;
	border: 1px #bbccdd solid;
	-webkit-border-radius: 8px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
div.tophead {
	background-color: #e0e0ff;
	border: 1px #bbccdd solid;
	border-bottom: 0px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	padding: 5px;
}
span.head {
	font-size: 14pt;
	font-weight: bold;
}
span.headtxt {
	font-size: 10pt;
}
div.area {
	background-color: #ffffff;
	border: 1px #bbccdd solid;
	padding: 5px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
div.input {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}
div.input input.input {
	width: 100%;
}
div.error {
	color: #ff0000;
	font-weight: bold;
	font-size: 12pt;
}
