div.cf_wrapper
{
	position: relative;
	height:250px;
}

div.cf_element
{
	width: 250px;
	height: 190px;
}
* html div.cf_element
{
	width: 200px;
	height: 190px;
}
div.cf_element div.content
{
	padding: 0px;
}

div.cf_element div.content h3
{
	padding-top: 0;
	margin-top: 0;
}

