/* TABLEs */

table.CL_TableLogin
{
	width:							500px;
}

table.CL_TableProfile
{
	width:							100%;
}

/* TDs */

td.CL_TdLoginLeft, td.CL_TdProfileLeft
{
	width:							40%;
	font-weight:					bold;
	padding-bottom:					4px;
}

td.CL_TdLoginRight, td.CL_TdProfileRight
{
	width:							60%;
	padding-bottom:					4px;
}

td.CL_TdLoginButtons, CL_TdProfileButtons
{
	padding-top:					4px;
	width:							100%;
	text-align:						center;
}

td.CL_TDProfileWarning
{
	padding-top:					4px;
	padding-bottom:					8px;
	text-align:						center;
	width:							100%;
}

/* INPUTs */

input.CL_InputText
{
	width:							95%;
	font-family:					Arial;
	font-size:						9pt;
	border:							1px solid #CCCCCC;
}

input.CL_InputText:hover, input.CL_InputText:focus
{
	border:							1px solid #932623;
}

input.CL_InputButton
{
	width:							120px;
	font-family:					Arial;
	font-size:						9pt;
	border:							1px solid #CCCCCC;
}

input.CL_InputButton:hover, input.CL_InputButton:focus
{
	border:							1px solid #932623;
}

/* Ps */

p.CL_PError
{
	border:							1px solid #CCCCCC;
	background-color:				#F0F0F0;
	color:							black;
	padding:						2px;
	width:							500px;
}

p.CL_PProfileNote
{
	border:							1px solid #CCCCCC;
	background-color:				#F0F0F0;
	color:							black;
	padding:						2px;
}
