body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,textarea,select{margin:0;padding:0} 
body{font:16px"ËÎÌå","Arial Narrow",HELVETICA;background:#fff;-webkit-text-size-adjust:100%;} 

.test_box {
	margin:0;
	padding:0;
    width: 320px; 
    min-height: 120px; 
    max-height: 480px;
    _height: 220px; 
    margin-left: auto; 
    margin-right: auto; 
    padding: 2px; 
    outline: 0; 
    border: 0px solid #a0b3d6; 
    font-size: 16px; 
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
    _overflow-y: visible;
}
.test_box1 {
	margin:0;
	padding:0;
    width: 320px; 
    min-height: 120px; 
    max-height: 480px;
    _height: 220px; 
    margin-left: auto; 
    margin-right: auto; 
    padding: 2px; 
    outline: 0; 
    border: 1px solid #a0b3d6; 
    font-size: 16px; 
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
    _overflow-y: visible;
}
.test_box_copy {
	margin:0;
	padding:0;
    width: 320px; 
    min-height: 280px; 
    max-height: 500px;
    _height: 220px; 
    margin-left: auto; 
    margin-right: auto; 
    padding: 2px; 
    outline: 0; 
    border: 1px solid #a0b3d6; 
    font-size: 16px; 
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
    _overflow-y: visible;
    border-radius:6px;
	color:#f44336;
	background:url("image/bglogo.png") no-repeat center ;
}
.button {
   /* background-color: #4CAF50; /* Green */
	/*background-color: #f44336;/* Red */ 
   background-color: #455556;
    border: none;
    color: white;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 10px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.button_x {
    /*background-color: #4CAF50; /* Green *//*ºìÉ«Ð¡°´Å¥*/
	background-color: #f44336;/* Red */ 
    border: none;
    color: white;
    padding: 3px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 5px;
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
}
.input {
    background-color: white; 
	/*background-color: #f44336;/* Red */ 
    border: 2;
    color: Red;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: text;
    border-radius: 4px;
    box-shadow: 1 8px 16px 1 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.textArea{

margin: 10px 10px;
width: 80%; 
height:150px;
padding: 1;
 min-height: 120px; 
    max-height: 300px;
    _height: 120px; 
    margin-left: auto; 
    margin-right: auto; 
    padding: 3px; 
    outline: 0; 
    border: 1px solid #a0b3d6; 
    font-size: 16px; 
    word-wrap: break-word;
    resize:none;
    overflow-x: auto;/*hidden;*/
    overflow-y: auto;
    border-radius:5px;

}