/*
.ori_html_calss{
	padding:10px;
	margin:0 0 0 50px;
        position: absolute;
        font-size: 16px;
        width:40%;
		height:500px;
        top: 200px;;
        opacity: 50;
        filter: alpha(opacity=50);
		background-color:snow;

}
*/

input{
	width: 120px;
	height: 30px;
	
	} 
.orig_html_calss{
	width: 500px;
	height: 640px;
	background-color:snow;
	} 
.new_html_calss{
	width: 400px;
	height: 300px;
	background-color:mintcream;
	} 
.del_html_calss{
	width: 400px;
	height: 300px;
	background-color:lightyellow;
	} 
.ok_html_calss{
	width: 500px;
	height: 640px;
	background-color:snow;
	} 
	
	
input,textarea{ 
	-webkit-transition: all 0.30s ease-in-out; 
	-moz-transition: all 0.30s ease-in-out; 
	-ms-transition: all 0.30s ease-in-out; 
	-o-transition: all 0.30s ease-in-out; 
	outline: none; 
	padding: 3px 0 3px 3px; 
	margin: 5px 1px 3px 0; 
	border: #ddd 1px solid; 
	}
 input:focus,textarea:focus{ 
	box-shadow: 0 0 5px rgba(216,76,41,1); 
	padding: 3px 0 3px 3px; 
	margin: 5px 1px 3px 0; 
	border: rgba(216,76,41,1) 1px solid;
	} 
