#background-styler{
	width: 90%;
	margin: 20px auto;
}
#background-setup{
	border: 1px solid #ddd;
	background: #eee;
	box-shadow: 0px 1px 4px #ccc;
	border-radius: 5px;
	padding: 10px;
	overflow: hidden;
	position: relative;
	height: 253px;
	max-width: 500px;
	margin: 0 auto 20px auto;
}
#colorpicker{
	position: absolute;
	z-index: 10000;
	border:0px solid #000;
	right: 0;
	top: 0;
}
#trans-slider{
	width: 300px;
	margin-bottom: 30px;
}
#background-preview{
	width: 90%;
	height: 300px;
	margin: 10px auto;
	border: 3px solid #000;
}
#background-trans{
	width: 100%;
	height: 300px;
}
div.setup-field{
	margin-bottom: 10px;
}
div.setup-field > label{
	font-weight: bold;
}
.text-box{
	padding: 5px 0;
}
.color-box{
	width: 100px;
}