#facebox .b {
  background:url(/facebox/b.png);
}

#facebox .tl {
  background:url(/facebox/tl.png);
}

#facebox .tr {
  background:url(/facebox/tr.png);
}

#facebox .bl {
  background:url(/facebox/bl.png);
}

#facebox .br {
  background:url(/facebox/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 532px;
  border:1px solid #766c53;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox_table textarea {
	width:485px;
	height:82px;
	overflow:auto;
}

.input {
	width:230px;
}

#facebox_table p{
	padding:0;
	margin:20px 0 2px 0;
	font-size:9px;
}

#facebox_table td{
	padding:0;
	margin:0;
}

.facebox_send{
	background:url(images/facebox/send.gif) no-repeat;
	border:none;
	width:52px;
	height:22px;
	cursor:pointer;
}

#facebox .footer {
  padding-top:0;
  margin-top: 0;
  text-align: right;
}


#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
