body { 
	background: url(../images/bg.jpg);
	font-family: Helvetica Neue, Arial, sans-serif;
	color: #333333;
	}

#container {
	width: 800px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
	}

#header {
	height: 160px;
	width: 800px;
	background: url(http://recipe.onwebtape.com/images/headers/4.jpg);
	}

#nav {
	width: 800px;
	height: 40px;
	background: url(../images/nav_bg.jpg) repeat-x;
	}

#nav li {
	height: 25px;
	float: left;
	/*background-color: #FFFACD;
	border: 1px solid #EEE9BF;*/
	}

.nav_item {
	width: 100px;
	padding-top: 15px;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	}

#left {
	width: 440px;
	margin: 20px;
	float: left;
	}

#right {
	width: 260px;
	padding: 0 20px 20px;
	margin: 20px 0;
	float: left;
	}

.clear {clear:both;height:0px;}

#footer {
	width: 800px;
	height: 200px;
	background: #ededed;
	}

.step_container {
	width: 420px;
	background: #f5feff;
	padding: 10px 10px 0 10px;
	position: relative;
	margin-top:10px;
	}

.step_arrow {
	width: 0; 
	height: 0;
	line-height: 0;
	border-bottom: 10px solid #f5feff;
	border-right: 10px solid white;
	border-left: 10px solid white;
	position: absolute;
	top: -10px;
	left: 10px;
	}

.subhead {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
	}

.input_single {
	width: 158px;
	height: 18px;
	background: url(../images/input_bg.jpg) repeat-x;
	border: 1px solid #c2c2c2;
	margin-bottom: 20px;
	}

.input_single_small {
	width: 48px;
	height: 18px;
	background: url(../images/input_bg.jpg) repeat-x;
	border: 1px solid #c2c2c2;
	margin: 0 10px 20px 0;
	}

.step_form_col {
	width: 170px;
	float: left;
	}

.upload_continue {
	width: 90px;
	height: 20px;
	margin: 20px 0 20px 0;
	float: right;
	background: url(../images/upload_continue.jpg);
	border: 0px;
	cursor: pointer;
	}

.upload_update {
	width: 90px;
	height: 20px;
	margin: 20px 0 20px 0;
	float: right;
	background: url(../images/upload_update.jpg);
	border: 0px;
	cursor: pointer;
	}

.upload_upload {
	width: 90px;
	height: 20px;
	margin: 20px 0 20px 0;
	float: right;
	background: url(../images/upload_upload.jpg);
	border: 0px;
	cursor: pointer;
	}

.disabled {
	background: url(../images/hash.png);
	}

.upload_completed_image {
	float: right;
	margin-top:-15px;
	}

h2 {
	width: 420px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 1.428em;
	}

.hidden {display: none;}

.upload_textarea {
	width: 400px;
	height: 200px;
	border: 1px solid #c2c2c2;
	margin: 0 10px 20px 0;
	}

#error_res {
	width: 97%;
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
	padding: 5px;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 5px;
	margin-top: 5px;
	}

.hint {
	color: #999999;
	font-style: italic;
	}

.pointer {cursor:pointer;}

.addmore {
	color: #999999;
	font-style: italic;
	font-size: 10px;
	text-decoration: none;
	}
	
.addmore:hover {text-decoration: underline;}

.smallerror {color: #FF0000;font-style:italic;font-size:10px;display:block;margin-bottom:2em;}