#styleSwitcher{
position:fixed;
left:3px;
top:100px;
height:138px;
width:18px;
z-index:100;
background-color:#fff;
border:1px solid #ccc;
float:left;
}

#styleSwitcher span{
float:left;
line-height:12px;
font-size:11px;
font-weight:bold;
}

#styleSwitcher input{
	height:15px;
	width:15px;
	margin:1px;
	float:left;
	border:0px;
	font-weight:bold;
}

#bGreen{
	background-color:#77a31a;	
}

#bOrange{
	background-color:#d66018;	
}

#bBlue2{
	background-color:#344451;
}

#bBrown{
	background-color:#797260;
}

#bBlue{
	background-color:#303a46;
}

#bLight{
	background-color:#d7e0e9;
}

#bLblue{
	background-color:#529da0;
}

#questionButton{
	width:30px;
}


#confirmBox {
width:300px;
height:150px;
position:absolute;
left:50px;
top:50px;
z-index:200;
visibility:hidden;
background:#fff;
color:black;
border:2px solid #ccc;
text-align:center;
float:left;
padding:15px;
}

#okbutton{
	font-weight:bold;
	padding:5px;
	border:1px solid #ccc;
}




