#switcher form {
        display : inline;
}
#switcher p {
        display : inline;
}
#switcher h3 {
        display : inline;
        font-weight : normal;
        font-size : 1em;
}
#switcher form input {
	border : 1px solid #ccc;
	padding-left : 1px;
	padding-right : 1px;
	cursor : pointer;
	font-size : 1.2em;
	background-color: transparent;
	color: #2C4686;
}
