#facebox .b {
  background:url(../images/css/facebox/b.png);
}

#facebox .tl {
  background:url(../images/css/facebox/tl.png);
}

#facebox .tr {
  background:url(../images/css/facebox/tr.png);
}

#facebox .bl {
  background:url(../images/css/facebox/bl.png);
}

#facebox .br {
  background:url(../images/css/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  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;
  width: 370px;
}

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

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/*******************************************************************************************************
****************************************** Facebox PCR *************************************************
********************************************************************************************************/
.facebox_content .title h2{
    background: transparent url(../images/css/facebox/bg_table_title.gif) no-repeat right top;
    color: #ffffff;
    font-size: 110%;
    font-weight: bold;
    text-transform: uppercase;
    height: 26px;
    margin-bottom: 3px;
}

.facebox_content .title h2 span{
    background: transparent url(../images/css/facebox/bg_left_table_title.gif) no-repeat left top;
    height: 26px;
    display: block;
    line-height: 26px;
    padding: 0 11px;
}

.facebox_content .message{
	background: #E7E7E7;
	float: left;
	text-align: center;
	width: 100%;
}

.facebox_content .message .bloc{
    background: #D7D7D7;
    margin: 10px 10px;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    padding: 10px;
}

.facebox_form fieldset{
	background: #E7E7E7;
	padding: 10px 0 0;
	float: left;
	width: 100%;
}

.facebox_form .bloc label{
	display: block;
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 4px 10px;
}

.facebox_form .bloc input{
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #A8A8A8;
	margin: 0 0 5px 10px;
	padding: 2px 4px;
	width: 90%;
}

.facebox_form .bloc textarea{
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #A8A8A8;
	color: #434343;
	display: block;
	font-size: 110%;
	margin: 0 0 5px 10px;
	padding: 2px 4px;
    width: 90%;
}

.facebox_form .sbmt{
    margin: 15px 0 15px 10px;
}