.loginput
{
	border-width: 1px;
	border-style: solid;
	border-color: #eeeeee;
	width: 100px;
}
.logCaption
{
	color: #ffffff;
	font-weight: bold;
}
.formCaptionCell
{
	background-color: #A4CA73;
	height: 20px;
	padding: 3px;
	text-align: left;
}
.formFieldCell
{
	background-color: #BBDA96;
	height: 20px;
	padding: 3px;
	text-align: left;	
}
.formBorder
{
	background-color: #6CAE24;
	height: 1px;
}
.greenButton
{
	background-color: #6CAE24;
	border: solid 1px #6CAE24;
	color: #ffffff;
	font-weight: bold;
}

.greenLink /*added by Oli*/
{
	background-color: #6CAE24;
	color: #ffffff;
	font-weight: bold;
	font-size:10px;
	text-decoration: none;
	line-height: 25px;
}
