.widget-preview-pane {
	float: left;
	width: 630px;
	text-align: center;
}

.widget-pref-pane {
	float: right;
	max-width: 400px;
	margin-top: 8px;
	box-sizing: border-box;
	padding: 0 30px 12px;
	background: #f2f2f2;
	border-radius: 9px;
	box-shadow: 0px 0px 2px rgba(150,150,150,0.8);
}
.widget-pref-pane label {
	display: block;
	padding-top: 12px;
	font-size: 14px;
}
.widget-pref-pane label:first-child {
	padding-top: 0px !important;
}
.widget-pref-pane input {
	display: block;
	width:130px;
	
}
.widget-pref-pane select {
	width:130px;
}
.widget-pref-pane h3 {
	margin: 0;
font-size: 23px;
margin-top: 10px;
color: #555;
}
.widget-pref-pane h3 span {
	padding-right: 10px;
}
.banner-inner {
	

background: url(/images/bg-pattern.png) 50% 0 no-repeat;

}
body {
	background:#fff !important;
	
}
.inner-main {
	box-shadow: none !important;
	min-height:300px;
}