/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */
body.laheta-sahkopostilla-fs {
	margin:0;
	padding:0;
	text-align:center;
	color:#000;
	background:#F4F4F4 url(../img/bg/tahtitausta.gif);
}
#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:520px;
	height:400px;
	margin:-220px 0 0 -260px;
	/*border:1px solid #fff;*/
	background:#fff;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}
body.laheta-sahkopostilla-fs #linkin-lahetys {
	width:520px;
	height:400px;
	background:#fff;
	text-align:left;
}
#linkin-lahetys {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto; 
	font-size:12px;
	position:relative;
}
#linkin-lahetys form {
	padding:10px; margin:0;
	background:url(../img/bg/pisteet-vaaka.gif) repeat-x;
}
#linkin-lahetys h3 {
	color:#fff;
	background:#a30016;
	height:23px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 0;
	padding:13px 0 0 10px;
}
#linkin-lahetys h3 span {
	color:#fff;
	background:#a30016 url(../img/plaza_redwhite.gif) no-repeat;
	display:block;
	float:left;
	width:78px;height:16px;
	font-size:30px;
	text-indent:-9999px;
	margin:-4px 0 0 0;
	padding:0;
}
#linkin-lahetys h4 {
	color:#333; font-size:20px;
	margin:0 0 0 0;
	padding:0 0 0 10px;
}
#linkin-lahetys div#close-window {
	position:absolute;
	left:400px;
	top:10px;
	width:90px;
	height:26px;
	font-size:11px;
	font-weight:bold;
}
#linkin-lahetys div#close-window a.lbAction:link, #linkin-lahetys div#close-window a.lbAction:visited {
	color:#fff;
	background:#a30016 url(../img/x.gif) no-repeat 100% 50%;
	padding:0 23px 0 0;
	text-decoration:none;
}
#linkin-lahetys div#close-window a.lbAction:active, #linkin-lahetys div#close-window a.lbAction:hover {
	color:#f6e5e7;
	background:#a30016 url(../img/x.gif) no-repeat 100% 50%;
	padding:0 23px 0 0;
	text-decoration:none;
}
#link-info {
	background:#e2e2e2;
	padding:10px 0;
}
#link-info p {
	margin:0 0 0 0;
	padding:0 0 0 10px;
	font-size:11px;
}
#link-info a:link, #link-info a:visited {
	color:#666;
}
#link-info a:hover {
	color:#000;
}
#linkin-lahetys fieldset {
	border:0 none;
	margin:0;
	padding:0;
}
#linkin-lahetys form label {
	display:block;
	font-weight:bold;
}
#linkin-lahetys form label span {
	font-weight:normal;
	color:#666;
}
#linkin-lahetys form textarea, #linkin-lahetys form input {
	margin:0 0 10px 0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:365px;
}
#linkin-lahetys form .button {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	background:#a30016;
	border:2px solid #c35967;
	border-bottom:2px solid #62000d;
	border-right:2px solid #62000d;
	width:auto;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
	background:url(../img/bkg-laheta-linkki.png);
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}
p.huomio {font-weight:bold;color:#c00;margin-top:-15px;}

body.laheta-sahkopostilla-fs #linkin-lahetys p.huomio {
	width:520px;height:15px;background:#fff;margin:-15px auto 0 auto;
}
