html, body
{
	height:				100%;
}


.clear:after
{
	content:			".";
	display:			block;
	height:				0;
	clear:				both;
	visibility:			hidden;
}



strong
{
	font-weight:		bold;
}

.hidden
{
	font-size:			1px;
	line-height:		1px;
	visibility:			hidden;
	display:			none;
}

.clear_div
{
	font-size:			1px;
	line-height:		1px;
	height:				1px;
	position:			relative;
	clear:				both;
}

input
{
	/*border:				2px inset #d4d0c8;*/
}