input[type= text]{
		width: 30%;
		height: 30px;
		border:1px black solid;
	}
	input[type= email]{
		width: 20%;
		height: 30px;
	}
