.errors
{
	color:				red;
	border-style:		none;
	text-align:			center;
}

.loginTable,
.registerTable,
.feedbackForm
{
	border-collapse:	collapse;
	width:				100%;
}

.loginTable td,
.loginTable th,
.registerTable td,
.registerTable th,
.feedbackForm td,
.feedbackForm th
{
	padding-bottom:		2px;
	font-size:			12px;
	font-weight:		normal;
	vertical-align:		middle;
}

.loginTable th,
.registerTable th,
.feedbackForm th
{
	text-align:			left;
	white-space:		nowrap;
	padding-right:		4px;
}

.feedbackForm th
{
	white-space:		normal;
}

.loginTable th,
.registerTable th
{
	width:				100px;
}

input.validationPlaceholder
{
	height: 			1px; 
	width: 				100%;
	font-size:			1px;
	border-style: 		none;
	background-color: 	transparent;
	position:			relative;
	top:				-4px;
	z-index:			-1;
}

