#facebox .a {
}
#facebox .b {
}

#facebox .tl {
}

#facebox .tr {

}

#facebox .bl {
}

#facebox .br {
}
#facebox .buyButton{
	background: #FF0066 url('/images/uniGrade.png');
	padding: 2px 20px 2px 20px;
	border-radius: 0;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
#facebox .buyButton:hover{
	background-position: 50% 50%;
}
#facebox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox .body {
  padding: 20px;
  background: #fff;
  border: 5px solid #757575;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox .footer {
  padding-top: 10px;
  margin-top: 0;
  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: 999;
}

/*	specific over-rides for h4, img, and table tags which often occur in popups, but need to have slightly different margins/borders */
#facebox h4 {
	margin-top: 0px;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox table {
  border-collapse: collapse;
}
