/* ====================================================
	Title:		Ecard Tightbox Style Sheet - Minderzout.nl
	Author:		Harm Wimmenhove
	Site:		http://www.siyou.nl
	Date:		2008.06.05
==================================================== */
	@import url("main.css");

*{
	margin: 0;
	padding: 0;
}
html { 	
	color: #1a171b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: left;
}
h4 { font-size: 12px; }

form li { list-style: none; }
textarea { font: 12px Arial, Helvetica, sans-serif; }

a { color: #004c93; }
a:hover { text-decoration: none; }

a img, img, fieldset { border: 0;}
a:focus { outline-width: 0; }

legend { text-indent: -10px; padding: 0 0 2px 0; font-weight: bold; }
label { cursor: pointer; }

.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
.cl { clear: both; overflow: hidden; }

/* cardbox */
#cardbox { position: relative; font-size: 1.2em; width: 720px; height: 498px; background: #fff; }
	#cardbox a.close { position: absolute; top: 1px; right: 15px; font-size: 11px; color: #000; text-decoration: none; }
	#cardbox .wrap { width: 690px; height: 445px; overflow: hidden; border-top: 20px solid #fff; border-left: 15px solid #fff; background: #5087c7; }
	#cardbox .sentcard { position: relative; width: 355px; height: 239px; margin: 10px 0 0 166px; background: url(../images/bg_sent.jpg) 0 0 no-repeat; }
	#cardbox .sentcard div { position: absolute; top: 17px; left: 17px; width: 321px; height: 205px; }
	
	#cardbox .form { position: relative; width: 609px; height: 161px; margin: 0 0 0 24px; padding: 16px 14px 0 19px; background: url(../images/bg_cardform.gif) 301px 11px no-repeat #fff; }
	#cardbox .form li,
	#cardbox .form h4 { margin: 0 0 2px 0;}
	.left { width: 275px; }
	.left li { display: block; }	
	#cardbox .tf,
	#cardbox .ta { width: 188px; height: 17px; padding: 3px 0 0 3px; color: #000; border: 1px solid #aba28a; background: url(../images/bg_tf_card.gif) 0 0 no-repeat;}	
	#cardbox .ta { width: 290px; height: 73px; background-image: url(../images/bg_ta_card.gif); }
	#cardbox label { float: left; display: inline; width: 78px;}
	#cardbox .verstuur { position: absolute; top: 470px; right: 34px; }
	#cardbox .preview { width: 710px; height: 465px; background-position: 15px 20px; background-repeat: no-repeat; }
	#cardbox .preview a { position: absolute; top: 50px; width: 32px; height: 40px;  }	
	#cardbox a.prev { left: 15px; background: url(../images/prev.gif) 0 0 no-repeat; }
	#cardbox a.next { right: 15px; background: url(../images/next.gif) 0 0 no-repeat; }
	#cardbox .terug,
	#cardbox .overzicht { position: absolute; left: 30px; top: 470px; width: 65px; height: 23px; background: url(../images/btn_terug.gif) 0 0 no-repeat; }
	#cardbox .overzicht { width: 155px; background-image: url(../images/btn_terugoverzicht.gif); }
	#cardbox .pager { position: absolute; left: 329px; top: 474px; width: 66px; font-weight: bold; font-size: 12px; }
	#cardbox .terugsite { position: absolute; left: 526px; top: 470px; width: 160px; height: 23px; background: url(../images/btn_terugwebsite.gif) 0 0 no-repeat; }
	#cardbox .allekaarten { position: absolute; left: 570px; top: 470px; width: 160px; height: 27px; background: url(../images/btn_allekaarten.gif) 0 0 no-repeat; }	
	.bedankt { background: #5087c7; width: 470px; height: 445px; position: relative; margin: 0 auto; }
	.bedankt h2 { position: absolute; left: 30px; top: 44px; width: 393px; height: 56px; background: url(../images/h_ecardbedankt.gif) 0 0 no-repeat; }

	
	.bedankt .thumbs { float: left; padding: 110px 0 0 7px; }
	.bedankt .thumbs li { float: left; display: inline; margin: 0 4px 8px 0; list-style: none; }
	.bedankt .thumbs li a { width: 223px; height: 149px; }
	.bedankt .thumbs li a:hover { background-position: 0 0; }
	
	.bedankt .kaart1 a {  background: url(../images/ecards/thx/kaart1.jpg) 0 -149px no-repeat; }
	.bedankt .kaart2 a {  background: url(../images/ecards/thx/kaart2.jpg) 0 -149px no-repeat; }
	.bedankt .kaart3 a {  background: url(../images/ecards/thx/kaart3.jpg) 0 -149px no-repeat; }
	.bedankt .kaart4 a {  background: url(../images/ecards/thx/kaart4.jpg) 0 -149px no-repeat; }
	.bedankt .kaart5 a {  background: url(../images/ecards/thx/kaart5.jpg) 0 -149px no-repeat; }
	.bedankt .kaart6 a {  background: url(../images/ecards/thx/kaart6.jpg) 0 -149px no-repeat; }
   .bedankt .kaart7 a {  background: url(../images/ecards/thx/kaart7.jpg) 0 -149px no-repeat; }
	.bedankt .kaart8 a {  background: url(../images/ecards/thx/kaart8.jpg) 0 -149px no-repeat; }
	.bedankt .kaart9 a {  background: url(../images/ecards/thx/kaart9.jpg) 0 -149px no-repeat; }
	
	
	
/* hide */
.bedankt h2,
.bedankt .thumbs li a { text-indent: -9999px; overflow: hidden; display: block; }

