
body {
    background: #fff url('../images/skin/main_bg.jpg') repeat-x;
	text-align: center;
	margin: 0;
    color: #333;
    font: 10px arial, helvetica, sans-serif;
}

body a {
    outline: none;
}

#flashContainer {
	width: 950px;
	height: 660px;
	margin: 0 auto;
}

.mainContainer {
	background: none;
	width: 450px;
	position: relative;
	text-align: left;
	z-index: 1;
}
.mainBody {
	background: #fff url('../images/bg_popup.gif') repeat-y;
	width: 400px;
	#width: 450px;
	height: auto;
	float: left;
	position: relative;
	top: 50px;
	z-index: 100;
	padding: 10px 20px 5px 20px;
}
.headerImg {
	position: absolute;
	right: -24px;
	z-index: 200;
	top: -43px;
}
.txtBold {
	font-weight: bold;
}
.mainBody h1 {
	width: 250px;
	top:-15px;
	position: relative;
}
.mainBody h2 {
	width: 200px;
	/*top:-5px;*/
	font-size: 12px;
	position: relative;
	font-weight: normal;
	color: #fe2f2f;
}

h2.recipeSubHead {
	color:#FE2F2F;
	font-size:12px;
	font-weight:bold;
	position:relative;
	top:-25px;
	width:200px;
}

.mainBody ul {
	padding:5px 0px 5px 15px;
	margin:0;
}
.mainBody li{
	list-style-type:square;
}
.footerImg{
	float: left;
	width: 135px;
	height: 115px;
}

.footerRight{
	position: absolute;	
	width: 50px;
	z-index: 106;
	top: 128px;
	right: 60px;
	width: 42px;
	height: 52px;

}
.footerRight img {
	cursor:pointer;
}
.floatL {
	float: left;
}
.floatR{
	float: right;
}

.close-floatbox-container {
	text-indent: -9000px;
	position: absolute;
	bottom: 0px;
	width: 40px;
	height: 46px;
	top: 128px;
	right: 13px;
	z-index: 105;
	background-image: url(../images/btn_close.gif);
	background-repeat: no-repeat;
	
}

.close-floatbox {
	display: block;	
	width: 40px;
	height: 46px;
}

