div.form
{
	margin-top: 0px;
	margin-bottom: 0px;
}

div.form, div.locationError, div.authorityError
{
	margin-left: 0px;
	margin-right: 0px;
}

div.locationError
{
	margin-top: 20px;
	margin-bottom: 20px;
}

div.wwgrp
{
	display: block;
	margin-bottom: 10px;
	clear: both;
}

div.wwgrp br
{
	display: none;
}

div.wwlbl
{
	display: inline;
	width: 100px;
}

.wwlbl .label
{
	font-style: normal;
	width: 100px;
	float: left;
	text-align: left;
}

.wwlbl .errorLabel
{
	font-style: normal;
	width: 100px;
	float: left;
	text-align: left;
}

div.wwctrl
{
	display: inline;
}

.errorMessage
{
	font-weight: normal;
	color: red;
}

div.errorMessage
{
	float: right;
	text-align: left;
	margin-left: 0px;
	margin-right: auto;
	width: 300px;
}

textarea
{
	width: 300px;
}

.mandatory
{
	background-color: #FFFF9F;
}

