@import url("../common/commonStyles.css");
@import url("../common/adStyles.css");
@import url("../common/preferencesAndPagingStyle.css");
@import url("cardStyle.css");

iframe#frameContent, div#image {
	margin: 0 auto;
	width: 630px;
	height: 290px;
}

.flashCardInner {
	top: 0;
	left:0;
	position: absolute;
	font-size: 12px;
    z-index: -1;
    visibility: hidden;
}

div#badges {
  background-image: url(../pictures/paperMid.jpg);
  background-repeat: repeat-y;
  background-position: center;
  text-align: center;
  margin: 20px auto;
  width: 830px;
  border: none;
}
div#paging {
  background-image: url(../pictures/paperTop.jpg);
  height: 72px;
}
div#pagingCopy {
  background-image: url(../pictures/paperBottom.jpg);
  height: 72px;
}
img#titleBackBottom { 
   margin-bottom: -5px;
   left:0;
}
div#badges table {
  position: static;
  margin: auto;
  z-index: inherit;
}
div#badges td {
  text-align: center;
}
div.badge {
  margin: 7px;
  border: 4px inset #cc6633;
  background-color: white;
  text-align: center;
}

div.badge form { /* 'Card N' & checkBox*/
  margin: 2px 0;
  width: auto;
  height: auto;
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
  color: #663300;
}
div.badge a {
  margin: 10px;
  border: none;
}
