.edit {
	background-color: #fff; 
	/* padding:4px; */ 
	cursor:text;
	padding-left:4px;
}
	
	.edit.border-0, .edit .border-0, .edit.border-0.mandatory {  
		background-color:transparent !important;
	}	
	
	.edit.border-default {  
		border:1px inset #adadad;
	}	
	
	.edit.border-1, .edit .border-1 {
		border-color:#bdbbbf;
	}
	
	.edit.border-3D-inset-2:focus:not(.read-only){
		border-color: #0078d7;
	}
	
	/* Special Thanks to Internet Explorer for the Extra Wurscht*/
	.edit[disabled]:not(.border-0), .edit.read-only:not(.border-0){
		background-color:#E9E5EA !important;
		cursor:default;		
	}
	
	.edit:disabled:not(.border-0), .edit:read-only:not(.border-0)
	{
		background-color:#E9E5EA !important;
		cursor:default;
	}