.roundedbox-showhide-container{
	background-color:#E8E8E8; /*change background-color*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
}