
#Layout div#post_form {
	border:2px solid #8ABF00;
	background-color:#efefef;
	width:50%;
	/* margin:40px 0 30px 10%; */
	padding:2px 5px 10px 10px;
	position:absolute;
	top:70px;
	left:25%;
	z-index:300;
	display:none;
}
#Layout div#post_form h3 {
	margin-top:10px;
}
#Layout div#post_form table {
	margin:0 0 0 20px;
	font-size:11px;
}
#Layout div#post_form table td {
	vertical-align:top;
	padding: 2px 10px;
}
#Layout div#post_form table th {
	vertical-align:top;
	font-weight:bold;
}
#Layout div#post_form table input {
	width:280px
}
#Layout div#post_form table textarea {
	width:280px;
	margin-top:8px;
}
#Layout div#post_form table input[type='button'] {
	width:240px;
	color:#333333;
	font-weight:bold;
}



.wrapper {
	width: 78px;
	margin: 10px 0 0 0;
}

div.uploadImagebutton {
	height: 94px;	
	width: 78px;	
	font-size: 14px;
	color: #C7D92C;
	text-align: center;
	padding-top: 15px;
	border:1px solid #cccccc;
}
div.uploadImagebutton.hover {
	color: #95A226;	
	border: 1px solid #999999;
}

	#inp_headline, #inp_abstract, #inp_url, #inp_email {
		display:none;
	}
	#headline_edit, #abstract_edit, #url_edit, #email_edit {
		font-size:10px; 
		float:right; 
		font-weight:normal;
	}
	#Layout #post_form input.active,
	#Layout #post_form textarea.active {
		color:#000000;
		font-style:normal;
	}
	#inp_abstract textarea {
		margin:10px 0 0 0;
	}	
	#Layout #post_form input, #Layout #post_form textarea{
		color:#cccccc;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-style:italic;
	}

	#Layout #post_form div.close {
		float:right;
		display:block;
		margin:4px 0 0 0;
	}
	#Layout #post_form div.close img {
		width:12px;
		height:12px;
		margin:0;
		border:0;
	}