.roundcont {
	width: 100%;
	background-color: #e5f2ff;
}

.fixedroundcont {
	width: 258px;
	background-color: #e5f2ff;
	overflow: hidden;
}

.bottomfiller {
	width: 100%;
	background-color: #e5f2ff;
}

.roundcont p, .fixedroundcont p {
	margin: 0px 0px;
	padding: 0px;
}

.roundtop {
	background: url(../slike/square.gif) no-repeat top left;
	width: 15px;
	float: left;
}

.roundtopright {
	background: url(../slike/square.gif) no-repeat top right;
	float: right;
	width: 15px;
}

.roundbottom {
	background: url(../slike/square.gif) no-repeat top left;
	background-position: 0px -69px;
	width: 15px;
	float: left;
}

.roundbottomright {
	background: url(../slike/square.gif) no-repeat top right;
	background-position: -73px -69px;
	width: 15px;
	float: right;
}

img.corner {
	width: 15px;
	height: 15px;
	border: none;
	display: block !important;
}

