﻿#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  text-align: left;
}
 
#facebox .popup {
  position: relative;
}
 
#facebox table {
  border-collapse: collapse;
}
 
#facebox td {
  border-bottom: 0;
  padding: 0;
}
 
#facebox .body {
  padding:0px;
  width: 453px;
}
 
#facebox .loading {
  text-align: center;
}
 
#facebox .image {
  text-align: center;
}
 
#facebox img {
  border: 0;
  margin: 0;
}

/*--------new------------*/
#popup-wrapper
{
	float:left;
	width:453px;
	font-size:11px;
}

#popup-header
{
	width:453px;
	height:82px;
	background-image:url(/images/facebox/popup_headerRecipeBoxLogin.gif);
	background-repeat:no-repeat;
}

.popup-header-rename
{
	width:453px;
	height:82px;
	background-image:url(/images/facebox/popup_headerRecipeBoxRename.gif);
	background-repeat:no-repeat;
}

.popup-header-add
{
	width:453px;
	height:82px;
	background-image:url(/images/facebox/popup_headerRecipeBoxAdd.gif);
	background-repeat:no-repeat;
}

.popup-header-delete
{
	width:453px;
	height:82px;
	background-image:url(/images/facebox/popup_headerRecipeBoxDelete.gif);
	background-repeat:no-repeat;
}

#popup-header-a { padding:15px 0px 0px 390px; color:#0050A2;}
#popup-header a { color:#0050A2; text-decoration:none;}

#popup-left
{
	float:left;
	background-color:#EB2F26;
	width:7px;
}
#popup-right
{
	float:left;
	background-color:#EB2F26;
	width:7px;
}
#popup-main
{
	float:left;
	width:439px;
	background-color:#FEEE67;
}
#popup-iframe-wrapper
{
	font-size:12px;
	background-color:#FEEE67;
	width:439px;
	padding:10px;
}

.loginBox { height:190px;}
.loginBoxiFrame { height:170px;}

.recipeBox { height:133px;}
.recipeBoxiFrame { height:113px;}

#popup-iframe-left { float:left; width:300px;}
#popup-iframe-middle { float:left; width:1px; padding:5px 10px 0px 10px;}
#popup-iframe-right { float:left; padding-top:10px;}

.popup-iframe-lbl { float:left; width:60px; padding-top:5px; color:#666666; font-family:Verdana; font-size:11px;}
.popup-iframe-input { float:left; padding-top:5px;}
.popup-iframe-input input { width:215px;}
#popup-iframe-forgotpwd { padding-top:5px; padding-left:60px; color:#0055A5; font-family:Verdana; font-size:11px;}
#popup-iframe-forgotpwd a { color:#0055A5; font-family:Verdana; font-size:11px;}
#popup-iframe-btn { padding-left:195px; padding-top:5px;}
.popup-iframe-heading { color:#0055A5; font-family:Verdana; font-size:11px; }
/*--------end new------------*/
 
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
 
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
 
.facebox_hide {
  z-index:-100;
}
 
.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
 
.content {margin:0px; padding:0px;} 

.login	{height:307px; width:453px;}
.recipebox	{height:250px; width:453px;}
 
* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
 
