#switcher {
        float:center;
        margin:12px 0 0 0;
        width:80%;
        padding:0px;
        text-align:left;
        border:0px solid #f8f8f8;
        background:#ffffff;
}
#switcher h3 {
        width:auto;
        margin:2px 0 0 0;
        text-align:center;
        font-size:0.94em;
}
#switcher div {
        float:center;
        text-align:center;
}
#switcher form input {
        width:20px;
	border:1px solid #fff;
	margin:4px 2px;
	padding:0 1px;
	cursor:pointer;
	font-size:0.95em;
}
#switcher form input#minus {
}
#switcher form input#plus {
}
#switcher form input#default {
        width:auto; padding:0;
}
