
form{
	width: 70%;
	margin: 150px auto;
}
main .right{
	position: relative;
}
main h3{
	text-align: center;
	font-size: 24px;
	letter-spacing: 1.5px;
	position: absolute;
	left: 200px;
	top:80px;
}
form .t1{
	width: 300px;
	height: 35px;
	margin-bottom: 15px;
	background-color: rgba(0,0,0,0.1);
	border: 1px solid gray;
}
form input{
	margin-bottom: 15px;
}
form span{
	display: inline-block;
	width: 130px;
}
form button{
	width: 80px;
	height: 35px;
	background-color: rgba(0,0,0,0.1);
	border: 1px solid gray;
	margin-left: 200px;
	margin-top: 20px;
}