input[type="text"],
input[type="password"] {
    background-image: none;
    display: block;
    font-size: 32px;
    line-height: 1.4;
    padding: 0.4em;
    width: 97%;
	border-radius:10px;
}


input[type="submit"] {
    background-image: none;
    display: block;
    font-size: 32px;
    line-height: 1.4;
    padding: 0.4em;
    width: 97%;
	height:64px;
	border-radius:5px;
}


textarea {
    width: 97%;
    height: 150px;
    transition: height 200ms linear 0s;
	border-radius:10px;
    font-size: 32px;
}

select {
	margin:0 0 32px 0;
    font-size: 32px;
    width: 300px;
	height:64px;
	border-radius:5px;
}

label {
    display: block;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 0.3em;
}

h2.menber {
    border-bottom: 1px solid #ffffff;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 10px;
}