/* Login Form */
table#loginform
{
	margin: 10px 0 0 0;
	margin-right: 20px;
	padding: 0px;
	
	border: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	
	width: 100%;
	height: auto;
	
	vertical-align: middle;
	color: #000;
	font-size: 12px;	
}

table#loginform td
{
	margin: 0px;
	padding: 3px;
}

table#loginform input
{
	font-size: 12px;
	border: 1px solid #CCC;
	padding: 5px;
}

/* New User Registration Form */
table.newuserview
{
	font-size: 11px;
	margin-left: 10px;
	margin-top: 5px;
	width: auto;
}

table.newuserview fieldset
{
	border: 1px solid #CCC;
	margin-top: 10px;
}

table.newuserview fieldset legend
{
	font-size: 12px;
	font-weight: bold;
	color: #0B55C4;
}

table.newuserview input
{
	border: 1px solid #CCC;
	width: 150px;
	height: 14px;
	font-size: 11px;
}

table.newuserview select
{
	border: 1px solid #CCC;
	width: 153px;
	height: 17px;
	font-size: 11px;
}

table.newuserview table td
{
	padding: 2px 0;
}

/* Memeber Account */
table#memberaccount
{
	width: auto;
	height: auto;
	margin-left: 30px;
	margin-right: 30px;
}

table#memberaccount td.rightcolumn { padding-left: 40px; }

table#memberaccount table span.accounttitle
{
	font-weight: bold;
	font-size: 14px;
	color: #0B55C4;
	padding-right: 1px;
}

table#memberaccount table.accountinfo
{
	margin-left: 20px;
	margin-top: 5px;
}

table.accountinfo td
{
	padding: 2px 0;
}

/* Change Password */
table#changepwd
{
	width: auto;
	margin-left: 30px;
	margin-right: 30px;
}

table#changepwd input.text
{
	border: 1px solid #CCC;
	width: 150px;
	height: 14px;
	font-size: 11px;
}

table#changepwd input.button
{
	width: 70px;
}

table#changepwd table.pwdinfo
{
	width: auto;
	margin-left: 20px;
	margin-top: 5px;
}

table.pwdinfo td
{
	padding: 2px 0;
}

/* Edit Personal Information */
table#editperinfo
{
	width: auto;
	margin-left: 30px;
	margin-right: 30px;
}

table#editperinfo input.text
{
	border: 1px solid #CCC;
	width: 150px;
	height: 14px;
	font-size: 11px;
}

table#editperinfo input.button
{
	width: 70px;
}

table#editperinfo table.perinfo
{
	width: auto;
	height: auto;
	margin-left: 20px;
	margin-top: 5px;
}

table.perinfo td
{
	padding: 2px 0;
}

/* Edit Professional Information */
table#editproinfo
{
	width: auto;
	margin-left: 30px;
	margin-right: 30px;
}

table#editproinfo input.text
{
	border: 1px solid #CCC;
	width: 150px;
	height: 14px;
	font-size: 11px;
}

table#editproinfo input.button
{
	width: 70px;
}

table#editproinfo table.proinfo
{
	width: auto;
	height: auto;
	margin-left: 20px;
	margin-top: 5px;
}

table.proinfo td
{
	padding: 2px 0;
}
