*{
	margin: 0; 
	padding: 0;
}
body{
	border: 0;
	/* background:url('http://img18.3lian.com/d/file/201704/03/349a9d5bd822732a6017613023eeaa74.jpg') no-repeat ; */
	background-color: #eee;
}

.textarea {
	width: 100%-20;
	line-height: 24px;
	/*height: 360px;*/
	color: #111;
	outline:none;
	border-right: #229ffd 1px solid;
	border-top: #229ffd 1px solid;
	border-left: #229ffd 1px solid;
	border-bottom: #229ffd 1px solid;
	border-radius:5px; /*圆角半径*/
	background-color: #fff;
	margin-top:5px;
	margin-bottom:0px;
	padding:10px;
	word-break:break-all; /*自动换行*/
	text-align:left;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	
}

#clone {
	width: 100%-20;
	line-height: 24px;
	outline:none;
	word-break:break-all;/*自动换行*/
	padding:10px;
	text-align:left;
	display:none;
}

#msg::-webkit-input-placeholder::after {
    display:block;
    content:"Line 2\A Line 3";
}

.textarea:empty::before{
			color:lightgrey;
			content:attr(placeholder);
}

.bthide{
	display:none;
}

.ax{
	margin-top:20px;
	margin-left:10px;
	color:#aaa;
	font-size:10px;
	
}

.btn{
	color: white;
	font-size:100%;
	text-align:center;
	text-decoration: none;
	display: inline-block;
	border: none;
	outline:none;
	padding:10px 1px; 
	background:#669fad;
	cursor: pointer;
	width:100%;
	border-radius:5px;
	-moz-border-radius:5px
}



a:link {color: #669fad} /* 未访问的链接 */
a:visited{color: #334}
a{text-decoration:none;}
.ax a:link {color: #443} /* 未访问的链接 */
#copyright a:link {color: #333} /* 未访问的链接 */
#butt p{color: #445;}