body{
	padding: 10px;
}
h1{
	text-align: center;
	margin: 0 0 30px 0;
}
h3{
	font-size: 14px;
}
h2{
	border-bottom: solid 1px #777777;
}

.sTestSrcTA{
	width: 80%;
	height: 300px;
}


.msg{
	padding: 10px;
	margin: 32px;
	height: 64px;
	width: 600px;
	border: solid 1px #ddd;
}

.msg.success{
	background-color: #dfd;
}

.msg.error{
	background-color: red;
}