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

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

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

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

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

#facebox {
  position: absolute;
  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: 350px;*/
}

#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: #cccccc;
  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_content{
	width: 550px;
	 color: #666666;
	
}


 .sidebar_box {
  background-color: #fff;/*#e8eef7;*/
  font-family: "lucida grande", verdana;
  margin-bottom:  5px;
  /* border: 1px solid #999999; */
  
}

 .sidebar_box img {
	border: 1px;
	border-style: solid;
	border-color:  gray; /*this is for pictures */
}

 .sidebar_box h2 {
   margin-top:  0px;   
   margin-bottom: 0px;
   padding: 3px 10px;
   font-weight: bold;
   background-color: #F4EBC5;/*#F0C413;#F4EBC5; */
   font-size: 10px;    
   color: #DD0000;
   border-bottom: 1px solid #aaa; 
   /* border-bottom: 1px solid #aaa; */
   
    
}

/*label1 is for upload form */
 .sidebar_box label{
	font-size: 11px;
}

 .sidebar_box form_row{
	font-size: 11px;
}

/*td.label2 is for show pg, label column */
 .sidebar_box td.label2{
	width: 10em;
	text-align: left;
	margin-right: 0.2em;
	color: #333333;
	display: table;
	
}

 .sidebar_box p {
   padding-left:  6px;
   padding-right: 6px;
}

 .sidebar_box .header  {
  float: left;
}

.sidebar_box .edit_link {
  float: right;
}

.sidebar_box_contents {
	

	padding: 5px;
	font-size: 11px;
	color:#666666;
	
}

#bizname{
	font-size: 16px;
	font-weight: bold;
	color: #DD0000;
}

#add_remove{
	position: relative;
	top: -22px;
	right: 0px;
	font-weight: bold;
	font-size: 12px;
}




