body, html {
	height: 100%;
	width: 100%;
}

#myContainer
 {
       width:90%;
       height:90%;
       margin:auto;
       border:1px;
       border-style:solid;
       border-color:#696969;
}

input.goto-page {
	width: 36px;
}

.controls {
	text-align: center;
}

.controls .controls-90 {
    margin: 0 auto;
    position: relative;
    width: 90%;
}

.controls .controls-90 div {
    display: inline-block;
}

.controls .controls-90 .controls-inner {
    padding: 20px;
}

.controls .controls-90 .close {
    position: absolute;
    right: 20px;
}

