#lightbox{
	display:none;
	position:absolute;
	z-index:100;
	background-color:#222;
	color: #eaeaea;
	padding: 6px;
	border-bottom: 2px solid #111;
	border-right: 2px solid #111;
	width: 400px;	
	font-size:1.2em;
	border-radius:9px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	box-shadow: 11px 11px 22px rgba(0,0,0,.6);
	-webkit-box-shadow: 11px 11px 22px rgba(0,0,0,.6);
	-moz-box-shadow: 11px 11px 22px rgba(0,0,0,.6);
}
#lightbox #preview{
	display:none;
	padding:20px 10px;
	border:1px solid #666;
	border-radius:9px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
}
#lightbox #preview #previewhead {
	height:34px;
}
#lightbox #preview #previewhead_txt {
	display:inline;
	color:#f00;
	font-size:1.4em;
	margin: 0 20px;
	clear:none;
	height:200px;
}
#lightbox #preview #previewbuttons_top {
	display:inline;
	clear:none;
	float:right;
	margin-right:50px;
}
#lightbox #preview #previewbuttons {
	padding-bottom:20px;
}
#lightbox #previewbody {
	
}
#lightbox #preview #webtitle a:link,
#lightbox #preview #webtitle a:visited {
	text-transform:uppercase;
	text-decoration:none;
}
#lightbox #result {
	font-size:3em;
	color:#e00;
	font-weight:bold;
	text-align:center;
	padding:3em 0;	
	display:none;
	letter-spacing: -0.1em;
	text-transform: uppercase;
}
#lightbox #contain {
	padding:6px;
	border: 1px solid #666;
	border-radius:9px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
}
#lightbox #contain #pictdelete, #lightbox #preview #pictdelete_top {
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	border:1px dotted #262626;
}
#lightbox #preview #pictdelete_top {
	top:25px;
	right:15px;
}
#lightbox #contain #pictdelete:hover, #lightbox #preview #pictdelete_top:hover {
	border:1px dotted #666;
}
#lightbox #contain #containhead{
	/*border-bottom:1px solid #666;
	height:100px;*/
	position:relative;
	margin-top:15px;
	clear:both;
	padding-bottom:20px;
}
#lightbox #contain #picthumb{
	margin:4px 0;
	float:left;
}
#lightbox #contain #containhead #taf_1{
	float:right;
	margin:2px 0;
	padding:10px 0 0 0;
	line-height:1.3em;
	width:220px;
}
#lightbox #contain #tblcontain {
	clear:both;
	margin-top: 20px;
	padding-top: 10px;
	border-top:1px solid #f00;
}
#lightbox #contain input, #lightbox #contain textarea, #lightbox #contain p, #lightbox #contain td { 
	margin:3px;
	padding:0;
}
#lightbox #contain input, #lightbox #contain textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	width: 240px;
	color: #000;
	padding:3px;
	border:none;
	background-color: #999;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
#lightbox #contain input:focus, #lightbox #contain textarea:focus {
	color: #000;
	background-color: #fff;
	border:none;
}
#lightbox #contain td input.btn, #lightbox #preview input.btn {
	background-color:#2a2a2a;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background: -moz-linear-gradient(top, #444, #111);
	color:#fff;
	border-left:1px solid #444;
	border-top:1px solid #666;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	font-size:0.9em;;
	letter-spacing:0.2em;
	vertical-align: middle;
	margin:0;
	padding:6px 0;
	text-transform: lowercase;
	cursor:pointer;
}
#lightbox #preview input.btn {
	margin:0 15px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#lightbox #contain td input.btn:hover, #lightbox #preview input.btn:hover {
	background-color:#e00;
	background: -webkit-gradient(linear, left top, left bottom, from(#e00), to(#300));
	background: -moz-linear-gradient(top, #e00, #300);
}
#lightbox #preview #preview_submit, #lightbox #preview #preview_submit_top {
	padding-right:20px;
	background: url(img/user_16x16.gif) 94% 2px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
}
#lightbox #preview #preview_submit:hover, #lightbox #preview #preview_submit_top:hover {
	padding-right:20px;
	background: url(img/user_16x16.gif) 94% 2px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#e00), to(#300));
}
#lightbox #contain td input.check {
	width:auto;
	background-color:transparent;	/*#444;*/
}
#lightbox #contain #taf_privacy {
	font-size:0.8em;
	margin-top:1em;
	color:#ccc;
}