/**
 * Style sheet mod_blogflash
 */
#mod_blogflash
{
	width:300px;
	height:150px;
	margin-top:4px;
	margin-left:4px;
	padding:5px;
	border-top:0px dotted #ae9471;
	border-right:1px dotted #ae9471;
	border-bottom:1px dotted #ae9471;
	border-left:0px dotted #ae9471;
	font-size:11px;
}

#mod_blogflash h2
{
	margin:0px;
	font-weight:bold;
	font-size:12px;
}

#mod_blogflash h4
{
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:12px;
}

#mod_blogflash .info
{
	display: none;
}

