/* @option user-selected rounded corners */

#ec3bg,
#ec3bgborder,
#submenubg,
#menu2topline,
#myExtraContent4,
#myExtraContent5,
#myExtraContent9,
.blog-entry-title,
.filesharing-item-title {
	-moz-border-radius-topleft: 5px;
  	-moz-border-radius-topright: 5px;
  	-webkit-border-top-left-radius: 5px;
  	-webkit-border-top-right-radius: 5px;
}

#container,
#ec3bg,
#ec3bgborder,
#footer,
#myExtraContent4,
#myExtraContent5,
#myExtraContent7,
.blog-entry-title,
.filesharing-item-title {
	-moz-border-radius-bottomleft: 5px;
  	-moz-border-radius-bottompright: 5px;
  	-webkit-border-bottom-left-radius: 5px;
  	-webkit-border-bottom-right-radius: 5px;
}

#container {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

