/* @option theme rounded corners*/

#contentsupersized {	
	-moz-border-radius-bottomleft: 15px;
  	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
  	-webkit-border-top-left-radius: 15px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
}