#themes_panel {
	position:fixed;
	top:150px;
	z-index:9999;
}
#themes_panel h1,#themes_panel  h2,#themes_panel  h3, #themes_panel h4,#themes_panel  h5,#themes_panel  h6 {
	color:#222;
}
#themes_menu {
	float:left;
	width:254px;
	color:#444;
	background:#fff;
	box-shadow:0px 5px 30px -6px rgba(0, 0, 0, .3);
}
#themes_menu .segment {
	padding:10px;
	margin-bottom:10px;
	overflow:hidden;
	border-bottom:1px solid #e8e8e8;
}
#themes_menu h4 {
	font-size:16px;
	padding-top:10px;

}
#themes_menu .segment.noborder {
	border:none;
}
#themes_menu ul.buttons {
	margin:4px 0px 0px 0px;
}
#themes_menu ul.buttons li {
	float:left;
}
#themes_menu ul.buttons li a {
	display:block;
	margin:0px 5px 5px 0px;
	line-height:0px;
	border:1px solid #c9c5c1;
	box-shadow:0px 1px 2px #eee;
}
#themes_menu ul.buttons li a:hover {
	border:1px solid #aaa;
}
#themes_menu label {
	display:inline-block;
	font-weight:bold;
	min-width:50px;
}
#themes_panel select {
	margin:5px 0;
	display:inline-block;
	color:#555;
	background-color:#f9f9f9;
}
#toggle_button {
	margin:0px;
	margin-left:-2px;
	padding:0px;
	float:left;
	width:30px;
	height:30px;
	background: #fff url("themes_panel.png") no-repeat center center;
	-moz-border-top-right-radius:3px;
	border-top-right-radius:3px;
	-moz-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	box-shadow:1px 1px 2px rgba(0, 0, 0, .1);
}
#toggle_button a {
	display:block;
	padding:14px 0px;
}
a.reset_btn {
	color: #999999;
	text-shadow: 1px 1px 0px #ffffff;
	border: 1px solid #cccccc;
	background: #f0f0f0;
	background: linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
	background: -o-linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
	background: -moz-linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
	background: -webkit-linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
	background: -ms-linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.12, rgb(240,240,240)), color-stop(1, rgb(250,250,250)) );
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 5px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 10px 10px 0;
}
a.reset_btn:hover {
	border: 1px solid #999999;
	color: #333333;
	-moz-box-shadow: 0px 1px 0px #cccccc;
	-webkit-box-shadow: 0px 1px 0px #cccccc;
	box-shadow: 0px 1px 0px #cccccc;
}
