/*$Id: defaults.css,v 1.5 2007/10/02 12:10:40 dries Exp $
** HTML elements*/
FIELDSET
{
	margin-bottom: 1em;
	padding: 0.5em;
}
FORM
{
	margin: 0;
	padding: 0;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}
HR
{
	height: 1px;
	border: 1px solid #808080;
}
IMG
{
	border: 0;
}
TABLE
{
	border-collapse: collapse;
	width: 100%;
}
TH
{
	text-align: left;
/*LTR*/
	padding-right: 1em;
/*LTR*/
	border-bottom: 3px solid #CCC;
	width: 160px;
}
/*** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html*/
.clear-block:after
{
	content: ".";
	display: block;
	height: 0;
	/*[disabled]clear:both;*/
	visibility: hidden;
}
.clear-block
{
	display: inline-block;
}
/*Hides from IE-mac \*/
* HTML .clear-block
{
	height: 1%;
}
.clear-block
{
	display: block;
}
/*End hide from IE-mac*/
