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