#styleswitcher-panel {
	position: fixed;
	top: 330px;
	z-index: 9999;
}
#styleswitcher-panel-inner {
	background: #777;
	color: #bbb;
	float: left;
	padding: 20px;
	width: 160px;
}
#styleswitcher-panel-open {
	background: url(open.jpg) no-repeat;
	display: block;
	float: right;
	height: 50px;
	width: 50px;
}
#styleswitcher-panel h6 {
	color: #ddd;
	border-bottom: 1px solid #888;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#styleswitcher-panel ul, #styleswitcher-panel ul li {
	margin-bottom: 0;
}
#styleswitcher-panel ul.switcher li a {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #777;
}
#styleswitcher-panel ul.switcher li a.m0 {
	margin-right: 0;
}
.switchersubmit
{
	width: 65px;
	height: 33px;
	padding: 2px 0 3px 0;
	cursor: pointer;
	background: #48649f;
	color: #FFF;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border: 2px 2px 2px 2px;
	font: 100% 'Droid Sans', arial;
	border: 0;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}