.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.png) no-repeat;
}
.select {
	position: absolute;
	wid th: 120px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	hei ght: 21px;
	overflow: hidden;
}

form#action_alert input,
form#action_alert_sidebar input {
	line-height: 20px;
	padding: 15px 0px;
	font-size: 20px;
	background-color: transparent;
	outline: none;
	border: none;
	color: white;
	display: block;
	width: 100%;
}
form#action_alert .select,
form#action_alert select,
form#action_alert_sidebar .select,
form#action_alert_sidebar select,
.jumpmenu-container select,
.jumpmenu-container .select  {
	height: 20px;
	font-size: 20px;
	padding: 15px 0px 17px 0px;
}
form#action_alert .select,
form#action_alert_sidebar .select,
.jumpmenu-container select,
.jumpmenu-container .select   {
	max-width: 150px;
	z-index: 1 !important;
}
form#action_alert input.submit,
form#action_alert_sidebar input.submit {
	color: transparent;
	width: 94px;
	height: 47px;
	cursor: pointer;
	text-shadow: none;
}
.jumpmenu-container {
	height: 35px;
	margin-bottom: 30px;
	background-color: #6b409b;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #6b409b;
	color: white;
}
.jumpmenu-container select.styled {

}

.jumpmenu-container select,
.jumpmenu-container .select  {
	width: 100%;
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	text-shadow:rgba(0, 0, 0, 0.419608) 1px 1px 1px;
	height: 25px;
	line-heght: 25px;
	padding: 6px 5px;
	z-index: 1 !important;
	max-width: 100%;
}