.all-four-rounded-corners {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px orange solid;
	behavior: url(border-radius.htc);
	}
	
.top-rounded-corners-little {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	
	-khtml-border-radius-topright: 4px;
	-khtml-border-radius-topleft: 4px;
	
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	behavior: url(border-radius.htc);
	}
	
.clear-left
{
	clear:left;
}

.clear-right
{
	clear:right;
}

.clear-both
{
	clear:both;
}
