/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
}

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

.vcard .type {
	display: none;
}

.vcard hr { 
	border: none;
}

/* Custom Forms */
span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	margin: 3px 0 0;
	background: url(../../images/forms/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.radio {
	width: 19px;
	height: 25px;
	margin-top: 5px;
	padding: 0 5px 0 0;
	background: url(../../images/forms/radio.gif) no-repeat;
	display: block;
	float: left;
}

span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	margin: 8px 0 0;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	/*background: url(../../images/forms/select.sgif) no-repeat;*/
	overflow: hidden;
}

input.text{
	height: 17px;
	padding: 2px 4px;
	line-height: 24px;
	background-repeat: no-repeat;
	width: 450px;
	border: none;
}

input.text:focus {
	background-position: 0 -21px;
}


