html, body {
	background:#712C7C url(/images/bg_body.png);
	color:#fff;
	font:14px/1.35em "Arial Rounded MT Bold", arial, sans-serif;
/*	height: 100%;*/
	margin: 0;
	padding: 0;
	text-align:center;
}
html {background: #712C7C;}
img {border-style:none;}

a:link, a:visited {color:#fff; text-decoration:underline; outline:none;}
a:hover, a:active {color:#fff; text-decoration:underline; outline:none;}

p {margin:0;}

#wrapper {
	background:#f9f000 url(/images/bg_wrapper.jpg) no-repeat top left;
	border:3px solid #fff;
	margin:0 auto 1em;
	position:relative;
	top: 20px;
	text-align:left;
	width:960px;
	height: 655px;
}

.noflash #wrapper {
	height:655px; 
}

.inforequest #wrapper {
	width:960px;
	height:1080px;
	margin:30px auto;
	padding:0px;
	color:#fff; 
}

.error404 #wrapper {
	height:655px; 
}

.noflash #wrapper a, .error404 #wrapper a {
	display: block;
	width: 740px;
	height: 470px;
	text-indent: -500em;
	overflow: hidden;
	margin: 60px 0 0 110px;
}

.error #wrapper{
	height:655px;
}

.error #errorcopy{
	position:absolute;
	text-align:center;
	top:285px;
}

.error #errorcopy p{
	font-size:18pt;
	line-height:1.5;
	margin:0 auto;
	width:45%;
}

.error #errorcopy a, .error #errorcopy a:visited, .error #errorcopy a:hover{
	color:#7cd3dd;
}


#footer {
	clear:both;
	color:#fff;
	margin:0 auto;
	padding:5px;
	text-align:right;
	position: relative;
	top: 20px;
	width:960px;
}
#footer .left {float:left; text-align:left; width:75%;}
/*#footer .right {float:right; width:25%;}*/

#disclaimer {
	clear: both;
	padding-top: 8px;
	text-align: left;
}

#disclaimer p {
	margin: 8px 0 8px 0;
}

.fineprint {font:11px arial, sans-serif;}


/* Info Request Form Classes   */

	#form_orangeblock{

	}
	
	a#form_orangeblock_header{
		display:block;
		width:650px;
		height: 170px;
		margin: 30px auto 0px auto;
	}
	
	#form_orangeblock_content {
		width:650px;
		margin: 0px auto;
	}
		
	#form_orangeblock a {
		color:#fff;
		text-decoration:underline;
	}
	
	#form_orangeblock h1 {
		font-size:16px;
		font-weight:bold;
		margin-top:0px;
	}
	
	#form_orangeblock p {
		margin-bottom:0px;
	}
	
	#form_orangeblock_header a {
		display:block;
		width:747px;
		height:121px;
		border:0px;
	}
	
	div.formrow {
		width:100%;
		clear:both;
		margin-top:10px;
	}
	
	div.label{
		margin-right:10px;
		width:140px;
		float:left;
		text-align:right;
		display:inline;
	}
	
	
	div.input input, div.input select {
		font:14px/1.35em "Arial Rounded MT Bold", arial, sans-serif;
		color:#000;
	}
	
	#CritCommWrapper {
		background: #000
		url(http://library.kelloggs.com/critcomm/assets/alert_yellow.png) no-repeat;
		height: 55px;
		margin: 20px auto;
		padding: 0 0 0 70px;
		width: 970px;
	}
	
	#CritCommWrapper p {
		height: 25px;
		padding: 10px 0;
	}
	
	
	#CritCommWrapper a {
		color: #fff;
		font-size: 18px;
	}
	
	#CritCommWrapper a:hover {
		color: #cf000d;
	}
			