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: 90px;
	float: left;
	text-align: left;
}

.wwlbl .errorLabel
{
	font-style: normal;
	width: 90px;
	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: 220px;
}

input
{
	font-family: 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	border: 1px solid #ED2C92;
	color: black;
	background-color: white;
	font-size: 10pt;
}

textarea
{
	font-family: 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	border: 1px solid #ED2C92;
	color: black;
	background-color: white;
	font-size: 10pt;
	width: 250px;
}

select
{
	font-family: 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}
	
.button, .loginButton
{
	color: white;
	font-weight: bold;
	font-size: 10pt;
	border: 1px solid #ED2C92;
	background-color: #ED2C92;
	clear: both;
}

.button:hover, .loginButton:hover
{
	background-color: #FBCBE5;
}

.mandatory
{
	background-color: #FFFF9F;
}

