#fph-wrap {
	position:relative;
	width:465px;
	padding-left:185px;
	margin-top:1px;
	border-top:1px solid #d1d1d1;
	height:500px;
}
#fph-wrap #shadow {margin-left:-185px;padding-left:185px;}
#fph-properties {
	position:absolute;
	left:10px;
	top:15px;
	height:417px;
	width:150px;
	padding:10px;
	border-right:1px solid #d1d1d1;
	}
#fph-menu {
	position:relative;
	width:550px;
	margin:auto;
	height:20px;
	text-align:center;
	padding-left:100px;
}
#fph-menu a {
	float:left;
	display:block;
	width:120px;
	height:20px;
	border:1px solid #d1d1d1;
	margin-left:20px;
	text-align:center;
	background:#fff;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	font-size:18px;
}
#fph-menu a:hover, #fph-menu a.fph-active {background:#d1d1d1}
#fph-clearer {
	clear:both;
	position:relative;
	width:1px;
	height:1px;
}
#fph-footer {
	position:relative;
	margin:auto;
	margin-top:-20px;
	width:300px;
	text-align:center;
	padding-right:30px;
}
#fph-footer a {margin-left:30px;}
/* ------------- Buttons-------------- */
.fph-button {
	position:relative;
	float:left;
	margin:6px;
	width:100px;
	height:100px;
}

.fph-button a {
	position:absolute;
	top:0;
	height:100px;
	width:50px;
	background:#000;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
/* opacity*/
	filter:alpha(opacity=0);
	opacity:0;	
}
.fph-button a:hover {
	filter:alpha(opacity=70);
	opacity:0.7;	
}
.fph-button-edit {left:0;}
.fph-button-delete {right:0;}
.fph-button a img{margin-top:32px;}

/* ------------------- Buttons end ----------- */



/* ADD PAGE */
#fph-add-wrap {
	position:relative;
	width:100%;
	margin-top:1px;
	border-top:1px solid #d1d1d1;
}
#fph-add-menu {
	position:relative;
	width:550px;
	margin:auto;
	height:20px;
	text-align:center;
	padding-left:100px;
}
#fph-add-menu a {
	float:left;
	display:block;
	width:120px;
	height:20px;
	border:1px solid #d1d1d1;
	margin-left:20px;
	text-align:center;
	background:#fff;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	font-size:18px;
}
#fph-add-menu a:hover, #fph-add-menu a.fph-active {background:#d1d1d1}
#fph-clearer {
	clear:both;
	position:relative;
	width:1px;
	height:1px;
}
#fph-form {
	margin:10px;
	}
#fpb_uploadlist {
	border:1px solid #d1d1d1;
	width:625px;
	margin-top:50px;
	border-bottom:0;
	}
#fpb_uploadlist div {
	position:relative;
	display:block;
	height:20px;
	width:100%;
	border-bottom:1px solid #d1d1d1;
	text-align:center;
	background:#eeffee;
	}
#fpb_uploadlist div a{
	display:block;
	float:left;
	width:100px;
	height:20px;	
	background:#666;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}	
#fpb_uploadlist div a:hover{background:#999;}
#fpb_uploadlist div.active {
	position:absolute;
	top:85px;
	left:80px;
	border-bottom:0;
	text-align:left;
	background:none;
	}
input.fph-author {
	margin-left:26px;
	background:#fff;
	width:400px;
	height:20px;
	border:1px solid #090;
	padding:2px;
}
input.fph-file {
	background:#fff;
	width:300px;
	height:24px;
	border:1px solid #090;
	padding:2px;
}
.fph-submitdiv {
	width:100%;
	height:30px;
	padding-top:10px;
	text-align:center;
	}

.fph-submitdiv input{
	border-bottom:1px solid #090;
	border-right:1px solid #090;
	border-top:1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;
	background:#fff;
	width:100px;
	height:30px;
}
.fph-submitdiv input:active {
	border-top:1px solid #090;
	border-left:1px solid #090;
	border-bottom:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
}
#fph-submissions-wrap {
	position:relative;
	width:100%;
	margin-top:1px;
	border-top:1px solid #d1d1d1;
	text-align:center;
	}
#fph-submissions-wrap textarea {margin-left:70px;}