#style-switcher-wrap {
	position:fixed;
	top:160px;
	left:0px;
	z-index:10000000000;
	cursor:pointer;
}
			
#style-switcher {
	position:absolute;
	left:0px;
	font-size:2.6em;
	background-color:#fff;
	padding:8px 12px;
	box-shadow:0px 0px 1px #555;
	color:#444;
	z-index:10000000;
}
			
#style-form {	
	position:relative;
	display:none;
	width:110px;
	height:auto;
	background-color:#ffffff;
	padding:10px 5px 30px 20px;
	box-shadow:0px 0px 1px #555;
	z-index:100000000000;
}
			
#red-color, #purple-color, #pink-color {
	width:30px;
	height:20px;
	float:left;
	margin:2px;
	cursor:pointer;
}
			
#bg-pattern1, #bg-pattern2, #bg-pattern3, #bg-pattern4 {
	width:40px;
	height:30px;
	float:left;
	margin:3px;
	cursor:pointer;
}
			
#bg-image1, #bg-image2, #bg-image3 {
	width:80px;
	height:30px;
	float:left;
	margin:3px;
	cursor:pointer;
}
			
#bg-image1 {
	background:url(../images/bg1.png);
}
			
#bg-image2 {
	background:url(../images/bg2.png);
}
			
#color-scheme1 .first-color, #color-scheme1 .second-color,
#color-scheme2 .first-color, #color-scheme2 .second-color,
#color-scheme3 .first-color, #color-scheme3 .second-color,
#color-scheme4 .first-color, #color-scheme4 .second-color {
	width:40px;
	height:25px;
	cursor:pointer;
	background:#000;
	float:left;
	opacity:0.8;
}

#color-scheme1, #color-scheme2, #color-scheme3, #color-scheme4 {
	margin-bottom:6px;
	height:25px;
}

#color-scheme1 .first-color {
	background-color:#c49456;
}

#color-scheme1 .second-color {
	background-color:#677c8b;
}

#color-scheme2 .first-color {
	background-color:#de543e;
}

#color-scheme2 .second-color {
	background-color:#677c8b;
}

#color-scheme3 .first-color {
	background-color:#c49456;
}

#color-scheme3 .second-color {
	background-color:#424242;
}

#color-scheme4 .first-color {
	background-color:#de543e;
}

#color-scheme4 .second-color {
	background-color:#424242;
}
			
#pink-color {
	background-color:#c03673;
}
			
#purple-color {
	background-color:#6b58c2;
}
			
#bg-pattern1 {
	background:url(../images/bgp1.png);
}
			
#bg-pattern2 {
	background:url(../images/bgp2.png);
}
			
#bg-pattern3 {
	background:url(../images/bgp3.png);
}
			
#bg-pattern4 {
	background:url(../images/bgp4.png);
}
			
#style-form .head {
	font-family:"Open Sans", "Arial", sans-serif;
	font-weight:700;
	text-transform:uppercase;
	color:#a8a8a7;
	margin:6px 0 6px 0;
	font-size:0.9em;
}
		
#layout-select {
	width:90px;
	margin-top:10px;
}