html, body
{
	background: #ccc;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Arial;
	font-size: 10pt;
}
img
{
	border: 1px solid #666;
	padding: 2px;
	margin-top: 3px;
	float: left;
}
input
{
	margin-top: 3px;
}
textarea
{
	width: 250px;
	height: 150px;
}
#err_msg0
{
	width: 250px;
	border: 1px solid #789d27;
	color: #080;
}
#err_msg1
{
	width: 250px;
	border: 1px solid #f12;
	color: #f00;
}
#uform
{
	width: 270px;
	display: table;
	text-align: right;
	margin: 10px auto auto auto;
	border: 1px solid #aaa;
}
.sec
{
	text-align: center;
	width: 125px;
	height: 55px;
	font-size: 30pt;
	text-transform: uppercase;
}