﻿.ppfu_Container 
{
    border: solid 0px #333333;
    background-color:  Transparent; /*#FFFFCC;*/
}

.ppfu_SaveButton
{
    float:right;
    display:block;
    margin-top: 8px;
    cursor:pointer;
	background-color:#0d0d0c;
	font-size:16px;
	height: 28px;
	background-image:url('../images/saveb28bg.gif');
	background-repeat: repeat-x; 
	color: #FFFFFF;
	overflow: hidden;

   /* border-left: solid 1px #000000;
    border-top: solid 1px #000000;*/
}

.ppfu_SecondButton
{
    float:right;
    display: none; /*block ;*/
    border-left: solid 1px #000000;
    border-top: solid 1px #000000;
}

.ppfu_PreviewCard
{
    position: relative;
	float: left;
	border: solid 1px #222222;
	background-color: #FFFF99;
	overflow: hidden;
}

.ppfu_DeleteButton
{
    position: absolute;
    z-index: 3;
}

.ppfu_Thumbnail
{
	position: absolute;
}
.ppfu_Caption
{
    position: absolute;
	clear: both;
}
.ppfu_CaptionText
{    
    float:left;
    background-color: #FFFFFF;
}
.ppfu_CaptionControls 
{ 
    float:right; 
}
.ppfu_Caption input  
{
    position: absolute; top: 1px; left: 1px;
    width: 95px; 
    }




div.ppfufileinputs {
	position: relative;
}

div.ppfufakefile {
	position: absolute;
	line-height: 16px;
	top: 0px;
	left: 0px;
	bottom:0px;
	right:0px;
	display: inline;
	z-index: 1;
	
}

div.ppfufakefile input {
	border: solid 1px #333333; padding: 0px; margin-right: 1px;  
}

input.ppfufilehidden {
	position: relative;
		border: solid 0px #333333;
text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
