@charset "utf-8";
/* CSS Document */

html{
	width: 100%;
	height: 100%;
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
}
body {
    background: #edf4f5;
	width: 100%;
	height: 100%;
}
section{
	width:35%;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

#form {
	
	margin: 0 auto;
	position:relative;
	height: 100%;
	padding-top: 20px;
	margin-left: 137px;
}