﻿table.account
{
	width: 100%;
	border: none;
}

table.account td
{
	line-height: 35px;
	vertical-align: middle;
}

table.account tr.alt
{
	background-color: #E9E9E9;
}

table.account td
{
	font-weight: bold;
	color: #626763;
	font-size: 12px;
}

table.account td.text
{
	width: 170px;
	padding-left: 15px;
}

table.account td.text span
{
	color: Red;
	font-size: 14px;
}

table.account input.text
{
	border: solid 1px #C4C4C4;
	font-size: 12px;
	height: 16px;
	width: 200px;
	padding: 1px 3px 0 3px;
}

hr
{
	border: solid 1px #cccccc;
}

.btn
{
	width: 109px;
	height: 26px;
	border: 0px;
	font-size: 10pt; 
	font-weight: bold;
	color: #f2f3ee;
	font-size: 9pt;
	background: url(images/SignUp.gif) no-repeat 0px 2px;
	cursor: pointer;
}

table.account td.error_text
{
	line-height: 15px;
	font-weight: normal;
	color: Red;
}
