div.ic
{
}

div.icr
{
	text-align			: right;
}

/**
 * Form fields
 */

#activation input.text
{
	width				: 100%;
	height				: 22px;
	font-size			: 11px;

	padding				: 3px 4px 3px 4px;
	border				: none;
	background			: url("/_img/input_text.png") top left no-repeat;
	color				: #FEFEFE;
}

#activation input.checkbox
{
	width				: 14px;
	height				: 14px;
	border				: none;
	background			: url("/_img/input_checkbox.png") top left no-repeat;
}

#activation input.send
{
	width				: 77px;
	height				: 22px;
}

table.ftable
{
	width				: 309px;
	color				: #FEFEFE;
	font-size			: 12px;
}

table.ftable td.vspace
{
	height				: 9px;
}

table.ftable td.vspace22
{
	height				: 2px;
}

table.ftable td.vspace20
{
	height				: 20px;
}

table.ftable td.flabel
{
	text-align			: right;
	padding				: 0px 10px 0px 0px;
	vertical-align		: middle;
}

table.ftable td.finput
{
	width				: 166px;
	vertical-align		: middle;
}

table.ftable td.green input.text
{
	background-image	: url("/_img/input_text_green.png");
}

table.ftable td.yellow input.text
{
	background-image	: url("/_img/input_text_yellow.png");
}

table.ftable td.red input.text
{
	background-image	: url("/_img/input_text_red.png");
}

span.disclaimer
{
	font-size			: 0.9em;
}

table.ftable td.green span.disclaimer
{
	color				: green;
}

table.ftable td.yellow span.disclaimer
{
	color				: yellow;
}

table.ftable td.red span.disclaimer
{
	color				: red;
}
table.ftable td.redbig span.disclaimer
{
	color				: green;
	font-size:12px;
	font-weight:normal;
}
