.popupInput {
	font-size: 12px;
	font-family: arial;
	padding: 3px;
	width: 200px;
	border: 2px solid #8B956A;
}

.popupInput.medium {
	width: 120px;
}

.popupButton {
	border: none;
	width: 80px;
	height: 35px;
	background: url(images/buttonBg.png) top left no-repeat;
	color: white;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	font-size: 14px;
	cursor: pointer;
}

.popupButton.active {
	background: url(images/buttonBgActive.png) top left no-repeat;
}
