#facebox .b {
	background-image: url(../img/facefiles/b.png);
}

#facebox .tl {
	background-image: url(../img/facefiles/tl.png);
}

#facebox .tr {
	background-image: url(../img/facefiles/tr.png);
}

#facebox .bl {
	background-image: url(../img/facefiles/bl.png);
}

#facebox .br {
	background-image: url(../img/facefiles/br.png);
}

#facebox {
	position: absolute;
	width: 100%;
	z-index: 100;
 
}

#facebox .popup {
	margin-top: -30px;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
	padding: 5px;
	width: 400px;
	background-color: #FFFFFF;
}

#facebox .loading {
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
/* link */

a:link {
   color : #666666;
   text-decoration : none;
}
a:hover {
   color : #CC0000;
   text-decoration : none;
}
a:visited {
   color : #666666;
   text-decoration : none;

}
/*style*/
.style2 {
   color:#999999
 
} 
