@CHARSET "UTF-8";
.cloudTagWidget_body {
	background: white url(/images/widgets/CloudTagWidget/background.png) repeat-y center;
	position: relative;
	width: 207px;
}
	
.cloudTagWidget_body a {
	color: #6ab2f1;
}
	
.cloudTagWidget_content {
	text-align: justify;
	font-size: 75%;
	padding: 5px;
}


/** obrazek okraglego gory strony **/
.cloudTagWidget_headerBg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

/** obrazek okraglego dolu strony **/
.cloudTagWidget_footerBg {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}




.verySmallTag {
	font-size: 80%;
}

.smallTag {
	font-size: 90%;
}

.normalTag {
	font-size: 100%;
}

.bigTag {
	font-size: 110%;	
}

.veryBigTag {
	font-size: 120%;
}




