 
.editableForm {
   
     position:relative;
     margin: 0px; 
     padding: 0px; 
     border: 1px dashed #4C506B; 
     padding: 5px; 
     display: block;
     background: white;
     height: auto;
     width: auto;
     box-shadow: 1px 1px 4px 2px #ccc;
     z-index: 100;
    
}

.editableForm textarea#edit {
	
	margin: 0px;
	padding: 5px; 
	border: none; 
	outline: none;
	display: block;
	background: inherit;
	font-size: inherit;
	height: auto;
	width: auto;
	color: #333;
}

.editableForm a.delete_btn {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px 4px;
	color: gray; 
	font-size: 13px; 
	text-decoration: none;
	display: block;
	font-weight: bold; 
	font-family: Tahoma, Helvetica;
} 
 
 .editableForm a.delete_btn:hover {
 	color: #000;
 }
 
 /*
 .editableForm {
		     margin: 0px; 
		     padding: 0px; 
		     border: 1px solid #EFEBB3; 
		     padding: 5px; 
		     display: block;
		     background: #FFFEEF;
		     height: auto;
		     width: auto;
		 }
			.editableForm textarea#edit {
				margin: 0px; 
				border: none; 
				outline: none;
				display: block;
				background: inherit;
				font-size: inherit;
				height: auto;
				width: auto;
			}
			
*/
