﻿#col2 td
{
	padding:5px 0;
}
.loginBtn
{
	background:transparent url(/web/design/images/general/login.gif) no-repeat;
}
.forgotpassBtn
{
	background:transparent url(/web/design/images/general/forgotten-password.gif) no-repeat;
}
.changepassBtn
{
	background:transparent url(/web/design/images/general/change-password.gif) no-repeat;
}
.collapseBtn
{
	background:transparent url(/web/design/images/general/collapse.gif) no-repeat;
}
.loginBtn,
.forgotpassBtn,
.changepassBtn,
.collapseBtn
{
	width:140px;
	height:23px;
	text-indent:-9999px;
	border:none;
	display:block;
	cursor:pointer;
	margin:0 0 10px 225px;
}
.loginBtn:hover,
.forgotpassBtn:hover,
.changepassBtn:hover,
.collapseBtn:hover,
.hover
{
	background-position:bottom left;
}

.errorText
{
	display:block;
	background:#FFFF99;
	padding:5px;
	border:solid 1px #FFCC00;
	margin-bottom:10px;
}

.formField
{
	clear:both;
	width:500px;	
	min-height:20px;
}
.formLabel
{
	float:left;
	width:170px;
}
.formValue
{
	float:right;
	width:270px;
	margin-bottom:10px;
}
.formValue input,
.formValue textarea
{
	float:left;
	width:240px;
	
}
.formValue input
{	
	height:16px;
}
.formCaptcha img
{
	margin:0 0 10px 225px;
}
p
{
	margin:0 0 10px 0;
}
