#top_nav .sub_nav{
	border: 1px solid #ccc;
	border-top: 0px solid #ccc;
}

#top_nav_products .sub_nav{
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.input_container{
	border: 1px solid #ccc;
}

.input_container:hover, .lte8 .input_container_active{
	border: 1px solid #d83f55;
}

.secondary_sub_nav{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ccc;
	border-top: 0px solid #ccc;
}

.horiz_centered{
	display: inline;
	zoom: 1;
}

.alert{
	box-shadow: 0px 2px 3px 0px rgb(55, 55, 55);
	behavior: url("/Brands/SnackWorks/Presentation/Assets/htc/PIE.htc");
}

/* turn off pie behavior for print/mobile IE8 */

#recipe_details_mobile *{
	border-radius: none;
	box-shadow: none;
	-pie-background: none;
	behavior: none !important;
}
div#content .scfEmailTextBox, .scfSingleLineTextBox, div#content input.scfCaptchaTextBox, textarea{
	box-shadow: 0px 1px 5px 1px #888 !important;
}
div#content .scfEmailTextBox:hover, .scfSingleLineTextBox:hover, div#content input.scfCaptchaTextBox:hover, textarea:hover{
	box-shadow: 0px 1px 5px 1px #d83f55 !important;
}
input.scfCaptchaTextBox{
	behavior: url("/Brands/SnackWorks/Presentation/Assets/htc/PIE.htc");	
}