.scroll {
	height: 150px;
	width: 550px;
	overflow: auto;
	border: 1px solid #666;
	background-color: #eee;
	padding: 0px 8px;
}
.input_error {
	display: none;
	color: #A00;
}

.button, input[type="submit"]{
	text-align: center;
	border-radius: 8px;
	background-color: rgb(198,208,218);
	color: black;
	cursor: pointer;
	width: 8em;
	lineheight: ;
	line-height: 1.6em;
	font-family: "Helvetica Neue", Tahoma, "Lucida Grande", Helvetica, sans-serif;
}

#layout {
   padding-left:10%;
   height:100%;
   margin: auto;
   text-align: center;
}

.fixed_bottom {
	margin-top: 10%;
    text-align:center;
}
