.cookbookstyle {
}
/********** ZEROing OUT SETTINGS ***********/
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, 
table, tr, td, img {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #644d58;
	width: 100%;
	margin: 0 auto;
	font-style: normal;
	font-variant: normal;
	}
	
a, a:visited {
	color: #1f151c;
	font-weight: bold;
	text-decoration: underline;
	-moz-outline-style: none;
	outline-style: none;
	}
	
a:hover {
	color: #dd723f;
	}

div.container {
	width: 776px;
	background: #faeac1;
	margin: 0 auto;
	border:solid #FFFFFF 1px;
	display: block;
	vertical-align: top;
	}
	
div.header {
	width: 776px;
	height: 147px;
	background:url(../recipes/images/internal-banner2.jpg) no-repeat top;
	vertical-align:bottom;
	text-align:right;
	display: block;
	}
	
		a#backlink {
			width: 200px;
			height: 30px;
			float: left;
			margin-top: 117px;
			text-decoration:none;
		}
	
		table.nav {
			margin-top: 117px;
			float: right;
		}
	
div.body_container {
	width:742px;
	height:auto;
	background:url(../recipes/images/internal-bg-gradient.jpg) no-repeat top;
	padding: 17px;
	vertical-align:top;
	}
	
	#comingsoon {
	height: 600px;
	}
	
	
	div.textblock_border {
		width: 720px;
		height:auto;
		background-color: transparent;
		border:solid #FFFFFF 1px;
		padding: 5px;
		margin: 5px;
		}
		
	div.textblock {
		width: 700px:
		height:auto;
		background-color: #fdf2d6;
		padding: 10px;
		text-align:justify;
		}
		
	div.headline {
		color: #E9732B;
		text-align:center;
		font-size: 20px;
		margin:0 0 20px 0;
		}
		
		#comingsoon2 {
		margin:40px 0 40px 0;
		}
		
			
	table.form {
		margin-top: 30px;
		font-size: 18px;
	}
		table.form td {
			padding: 5px;
		}
		td.terms {
			font-size: 12px;
		}
		input {
			height: 24px;
			font-size: 18px;
			color: #644d58;
			padding: 3px;
			border: 2px solid #e7dac1;
			vertical-align:middle;
		}
		.alert {
			color: red;
			margin-bottom: 10px;
		}
		textarea {
			height: 200px;
			width: 340px;
			font-size: 18px;
			color: #644d58;
			padding: 3px;
			border: 2px solid #e7dac1;
		}
			input#firstname {
				width: 232px;
			}
			input#lastname {
				width: 232px;
			}
			input#address {
				width: 232px;
			}
			input#phone {
				width: 232px;
			}
			select#state {
				height: 34px;
				font-size: 18px;
				color: #644d58;
				padding: 3px;
				border: 2px solid #e7dac1;
				width: 172px;
			}
			* html select#state {
				vertical-align: bottom;
			}
			input#zip {
				width: 82px;
			}
			input#email {
				width: 232px;
			}
			input#recipe {
				width: 332px;
			}
			textarea#history {
				height: 100px;
			}
			input#newsletter {
				height: none;
				border: none;
			}
			input#terms {
				height: none;
				border: none;
			}
			input#submit {
				border: none;
				margin-top: 30px;
				width: 506px;
				height: 58px;
				margin: 0px auto;
			}
			td.terms {
				font-size: 10px;
				text-align: left;
				line-height: 12px;
			}
			.line{
	border-top: 2px solid #867383;
	color: #E9732B;
	padding: 20px 0 0 0;
			}

