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

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

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

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

#facebox .br {
  background:url('images/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 {
  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;
  padding-bottom: 1px;
  margin-top: 10px;
  text-align: right;
  float:left;
  width:100%;
}

#facebox .footer img{
	margin-right: 5px;
}

#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');
}


/* ASPETTO PAGINE STATICHE */



#facebox .boxBody{
	color:#666;
	padding: 10px;
	font-size: 10px;
}

#alert_body{
	padding: 0 10px;
	height: 200px;
	
}

#alert_body.error{
	background: url('images/alert_error.png') no-repeat;
	background-position:0 -10px;
}
#alert_body.warning{
	background: url('images/alert_warning.png') no-repeat;
	background-position:0 -10px;
}
#alert_body.done{
	background: url('images/alert_done.png') no-repeat;
	background-position:0 -15px;
}
#alert_body.info{
	background: url('images/alert_info.png') no-repeat;
	background-position:15px -3px;
}
#alert_body.suggest{
	background: url('images/alert_suggest.png') no-repeat;
	background-position:0 -3px;
}

#alert_body.confirm{
	background: url('images/alert_confirm.png') no-repeat;
	background-position:0 -3px;
}



#alert_body p.alert_alert_title{
	font-size: 16px;
	font-weight: bold;
	color: #0076A0;	
}

#alert_body p.alert_alert_title_centered{
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	color: #0076A0;	
}




#alert_body p.alert_alert_title span.error{
	color: #BB0A0A;	
}
#alert_body p.alert_alert_title span.warning{
	color: #FE9F0D;	
}
#alert_body p.alert_alert_title span.info{
	color: #0076A0;	
}
#alert_body p.alert_alert_title span.done{
	color: #56B30B;	
}


#alert_body p, #alert_body ul{
	line-height: 18px;
	//margin-left: 150px;
	color: #666;
	
}

input.confirm_button{
	font-weight: bold; 
	text-align: center; 
	font-variant: small-caps;
	border: 0px solid #CCC;
	margin-left: 20px;
	color: #FFF;
	background-color: #339a99;
}


