/* SLIMBOX (Customized version) */

#lbOverlay {
	position: absolute;
	top:0; left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 1000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
	background-color: #fff;
	z-index: 1000;
}

.lbLoading {
	background: #fff url(typo3conf/ext/pmkslimbox/res/images/sb_loading.gif) no-repeat center;
	z-index: 1000;
}

#lbCanvas {
	border: 9px solid #fff;
	z-index: 1000;
}

#lbCanvas iframe, #lbCanvas img {
	border:1px solid #999;
	margin:0; padding:0;
	z-index: 1000;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	background:url(/typo3conf/ext/pmkslimbox/res/images/sb_anchor_spacer.gif);
}


#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/typo3conf/ext/pmkslimbox/res/images/sb_prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/typo3conf/ext/pmkslimbox/res/images/sb_nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-size:10px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	margin:0 0 0 10px; padding:0;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(img/bn-close.gif) no-repeat center;
	margin:0; padding:0;
}

#lbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(/typo3conf/ext/pmkslimbox/res/images/sb_printicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(/typo3conf/ext/pmkslimbox/res/images/sb_saveicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink:hover,
#lbPrintLink:hover {
	border: 1px solid #666;
	padding: 0px;
}

#lbCaption, #lbNumber {
}

#lbCaption {
	font-weight: bold;
}
#lbTipLink {
	background: transparent url(img/bn-ecard.gif) no-repeat center;
}

#lbTipLink:hover {
	background-image: url(img/bn-ecard.gif);
}

#rgecardform input, #rgecardform textarea {
    border: 1px solid #d81389;
}

#rgecardform .submit, #rgecardform .submit:hover {
 	margin:4px 10px;
 	clear:both;
  	background-color: #d81389;
    border-style: none; 
    color: #FFFFFF;
    height: 18px;
    width: 85px;
    padding-bottom: 2px;
	cursor:pointer; 
}

.rgecard-formheader {
  font-weight:bold;
  text-align:center;
  color: white; 
  background:#d81389;
  border-bottom:0px solid #a9a9a9;
  border-top:0px solid #a9a9a9;
  font-size:10px;
  padding:2px 0;
}

#rgecardform textarea {
  width:253px;
  height:70px;
  margin:0 5px 5px 5px;
  padding:2px;
  font-size: 14px;
}

#rgecardform .error {
  background-color: #d81389;
  border: 1px solid #d81389;
}

.rgecard-text {
  width:140px;
  float:right;
  margin:5px 0 5px 5px;
}
.rgecard-msg {
  border-top:1px solid #d81389;
  border-bottom:1px solid #d81389;
  margin:10px 0px;
  padding:0px 5px 0px 5px;
}

.rgecard-img {
  width:210px;
  float:left;
}

.rgecard-img img{
  border:1px solid #eee;
  padding:2px;
  margin:2px;
    background:#f6f6f6;
}

.rgecard-info {
  border:1px solid #ccc;
  padding:3px 3px 3px 33px;
  margin:10px;
  background:#f6f6f6 url(irkick.png) no-repeat 5px center;
  color:#666;
  line-height:13px;
}

.rgecard-reminder {
  font-style: normal;
  color:#777;
  text-align:left;
  line-height:10px;
}

.error_f {
	border : 1px solid #d81389;
	margin-top : 5px;
	background-color : #EAEAEA;
}

.error_f p {
	margin : 5px;
	color : #d81389;
}

.error_f p span {
	font-size : 13px;
	color : #000;
	margin : 5px 0px 0px 0px;
}

.tipsbox {
	display: none;
}
