/* Een extra Stylesheet voor dingen waar XCSS op stuk gaat */

select.custom_dropdown {
	height: 				26px;
	float: 					left;
	position: 				absolute;
	z-index: 				2;
	margin-top: 			2px;
	padding-top: 			8px;
	display:				inline;
	background-color: 		#ffffff;
	-moz-opacity: 			0;
	filter:					alpha(opacity: 0);
	opacity: 				0;
	cursor: 				pointer;	
}
p.dropdown_small select.custom_dropdown {
	width: 					57px;
}
p.dropdown_medium select.custom_dropdown {
	width: 					64px;
}


/* Submit Button Hack for Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	button span {
		margin-top: -1px;
	}
	
	form.sendafriend fieldset legend span {
		left: 30px;
	}
}
