/* Register */
.register_form {
	padding-left:80px;
}
.register_form label {
	width: 200px;
}
.register_form ol ol li {
	padding: 0;
}
.register_form ol li {
	position: relative;
}
.register_form ol ol.results {
	position: absolute;
	left: 205px;
	top: 26px;
	z-index: 5;
	background: #FFF;
	border: 1px solid #C0C0C0;
	border-top: none;
	width: 174px;
	height:100px;
	overflow:auto;
}
.register_form ol ol#cityResult {
	top: 52px;
}
.register_form ol ol.results li {
	padding: 5px;
	cursor: pointer;
}
.register_form ol ol.results li:hover {
	background: #78BBE6;
	color: #FFF;
	font-weight: bold;
}
.register_form ol ol.results li.tomayresult {
	cursor: auto;
	font-style: italic;
	font-weight: normal;
}
.register_form ol ol.results li.tomayresult:hover {
	background: none;
	color: #959595
}
/* Login */
.login_form {
	padding-left:80px;
}
.login_form label.checkbox {
	width: 300px;
	margin: 0 0 0 120px;
}
ul.casetabulle li img {
	height: 230px;
	display: block;
}
