body{
	margin: 0;
	padding: 0;
	font-family: Segoe UI;
}
.wrapper{
	width: 1040px;
	margin: 0 auto;
}
.clearfix::after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
textarea:focus,input:focus{
        outline : 0;
}

