#style-switcher {  
  position:fixed;
	top:5%;
	left:2%;
	background:#FFF;
	border:1px solid #e0e0e0;
	-moz-box-shadow:0px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.1);
	box-shadow:0px 3px 3px rgba(0,0,0,0.1);
	width:104px;
	height:auto;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding:10px 10px 10px 10px ;
	text-align:center;
} 	
.color-box {
	width:20px;
	height:20px;
	display:block;
	float:left;
	margin-right:2px;
	margin-left:2px;
  margin-bottom: 5px;
  border: 1px solid #cacaca;
}
#colorpicker {
	width: 36px;
	height: 36px;
	background: url(http://imediautama.com/templates/ecobiz/images/colorpicker/select2.png);
}
#colorpicker div {
	width: 28px;
	height: 28px;
	background: url(http://imediautama.com/templates/ecobiz/images/colorpicker/select2.png) center;
}
.bg-box ,.pattern-box{
	float:left;
	height:19px;
	width:45px;
	border:1px solid #d7d7d7;
	margin:5px 5px 0 0;
	display:block;
	text-indent:-9999px;

}
#body-font, #headings-font { width: 100px; }
.line{
	width:100%;
	margin:5px auto;
	float:left;
	background:url("../images/pattern-pixel.png") repeat;
	height:5px;
}
.last {margin-right:0px!important;}