#recipe_form_container {
	margin-bottom: 30px;
}

#recipe_form_container p input {
	width: 500px;
	font-size: 14px;
	position: relative;
	z-index: 1;
	float:none;
}

#recipe_form_container p label {
	position:relative;
	font-size: 1em;
	width: 100%;
	float: none;
	clear:both;
}

#recipe_form_container p textarea {
	position:relative;
	width: 500px;
	height: 250px;
	font-size: 14px;
	margin-top: 5px;
	float: none;
	clear:both;
}

#recipe_form_container fieldset {
	border: 1px solid #999999;
	padding: 0 10px 10px 10px;
	width: 482px;
}

legend {
	font-weight: bold;
}

#recipe_form_container fieldset p input {
	width: 478px;
	font-size: 14px;
}


#hidden_ingredients {
	display: none;
}

#submit_wrapper {
	margin:0.5em 0 0 0;
	border: none;
	width: 505px;
}

#special_requirements, #additional_requirements {
	height: 100px !important;
}

#error_box {
	border: 1px solid #FF0000;
	padding: 5px 10px 10px 10px;
	width: 480px;
	margin-bottom: 10px;
	color:#FF0000;
}

#ingredient_shower, #submit_button  {
font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color: #FF0000;
	float: right;
	display: inline;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
	border-top: 1px solid #CC6666;
	border-left: 1px solid #CC6666;
	text-shadow: #FF0000 0 0 0;
	display: block;
	padding: 3px 5px;

}

#cake_submit_button {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color: #FF0000;
	display: inline;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
	border-top: 1px solid #CC6666;
	border-left: 1px solid #CC6666;
	text-shadow: #FF0000 0 0 0;
	display: block;
	padding: 3px 5px;
	width: 200px;
	text-align: center;
	text-decoration: none;
	margin-top: 1em;
}

#cake_submit_button:hover {
	text-decoration: underline;
}

#recipe_check {
	font-size: 82.5%;
	width: 100%;
}

#recipe_check th {
	color: #000000;
	font-weight: bold;
	width: 140px;
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 200px;
	vertical-align: top;
}

#recipe_check td {
	padding: 5px;
	border-bottom: 1px solid #999999;
}

#recipe_check td img {
	border: 1px solid #666666;
	display: inline;
}

th.lastrow, td.lastrow {
	border-bottom: none !important;
}

input.characters {
	width: 50px !important;
}


/** Recipes page **/
#galleryrecipesHolder {
	width:660px;
	clear: both;
	padding: 20px 0 30px 0;
/*	float: left;
	display: inline;
	*/
	display: block;
}

.galleryrecipe {
	width:530px;
	height:100px;
	padding-bottom: 40px;
	float: left;
	clear: both;
	display: inline;
}


.galleryrecipe .leftcake {
	float:right;
	margin: 10px 30px 0 0;
	display: inline;
}

.galleryrecipe .rightcake {
	float: left;
	margin: 10px 30px 0 30px;
	display: inline;
}

.galleryrecipe .lefttable {
	float:left;
	margin: 10px 0 0 100px;
	display: inline;
}

.galleryrecipe .righttable {
	float: right;
	margin: 10px 100px 0 0;
	display: inline;
}

.lefttable td, .righttable td {
	background-color: #222222;
	color: #FFFFFF;
	padding: 3px 8px;
	font-size: 12px;
	border-bottom: 1px solid #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
}

.lefttable td a:link, .righttable td a:link {
	color: #66ccff;
}

.lefttable td a:hover, .righttable td a:hover {
	color: #FFFFFF;
}

.lefttable td a:visited, .righttable td a:visited {
	color: #669999;
}

.lefttable h3, .righttable h3 {
	font-weight:  bold;
	color: #FFFFFF;
}

.bottomrow {
	border-bottom: none !important;
}


.galleryfrills {
	background:transparent url(../images/recipe_frills.gif) no-repeat 0 bottom;
	height:50px;
}

/* New styles */

div.recipe_item_left {
	width: 300px; 
	height: 169px; 
	background: url(../images/empty_folder.jpg) no-repeat; 
	position: relative;
	float: left;
	margin-bottom: 30px;
}

div.recipe_item_right {
	width: 300px; 
	height: 169px; 
	background: url(../images/empty_folder.jpg) no-repeat; 
	position: relative;
	float: right;
	margin-bottom: 30px;

}


div.recipe_item_left_spare {
	width: 300px; 
	height: 169px; 
	background: url(../images/empty_folder_red.jpg) no-repeat; 
	position: relative;
	float: left;
	margin-bottom: 30px;
}

div.recipe_item_right_spare {
	width: 300px; 
	height: 169px; 
	background: url(../images/empty_folder_red.jpg) no-repeat; 
	position: relative;
	float: right;
	margin-bottom: 30px;

}


div.recipe_info {
	width: 155px; 
	height: 169px; 
	float: right; 
	display: inline;
	margin-right: 5px;
	text-align: left;
}

.recipe_info h3 {
	font-size: 16px;
	margin: 2em 0 .25em 0;
	line-height: 1.2;
}

.recipe_info p {
	font-size: 12px;
	margin: 0 0 .25em 0;
	padding: 0;
	line-height: 1.3em;
}

div.recipe_item_left .recipe_thumb, div.recipe_item_right .recipe_thumb {
	position: absolute;
	left: 31px;
	top: 62px;
}