button.switchButton {
	margin-top: 10px;
	width: 22%;
	cursor: pointer;
	padding: 10px;
	color: #fff;
	background-color: #053482;
	border-color: #053482;
	border-width: 0;
	font-weight: normal;
	font-size: 16px;
	margin-left: 10px;
}
button.switchButton:hover {
	color: #fff;
	background-color: #032051;
	border-color: #031c47;
}

#SwitchToPhotodup {
		color: #fff;
}