body, html {
    background: #f1f1f1;
}
html {
    color: #222;
    font-size: 1em;
    line-height: 2;
	font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.parent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
}

.block {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	text-align: center;
    

}

input {
    line-height: normal;
	width: 200px; height: 20px;
}

input[type="submit"]  {
    width: 210px; height: 25px;
}