.popupContainer{
	background-color:#FFFFFF;
	width:100%;
	height:100%;}


/*#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index:9998;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {

  padding: 0;
  margin:0;
  width: 899px;
  background-color:#FFFFFF;
}

#facebox .content {

  padding: 0;
  margin:0;
  width: 899px;
  background-color:#FFFFFF;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  padding: 5px 0 20px 0;
  margin:0 auto;
  text-align: center;
  width:899px;
}

#facebox .footer a{
	color:#0033FF;
	font-size:12px;}*/

/*************** Facebox ***************/

#facebox .b {
  background:url(/js/facefiles/b.png);
}

#facebox .tl {
  background:url(/js/facefiles/tl.png);
}

#facebox .tr {
  background:url(/js/facefiles/tr.png);
}

#facebox .bl {
  background:url(/js/facefiles/bl.png);
}

#facebox .br {
  background:url(/js/facefiles/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
 
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#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: 999;
}

#facebox  p.caption {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:15px;
        background: #777;
        color:#fff;
		
        text-align: center;
        margin: 0;
        padding:0.3em;
} 

.f-step, .f-step_2{
  position: relative;
  height: 40px;
  background-color: #FFF;
}


.f-step div{
  position: absolute;
  right: 47px;
  bottom: 0;
}

.f-step_2 div{
  position: absolute;
  right: 0;
  bottom: 0;
}
