div.center {
	width: 100%;
	height: 450px;
	text-align: center;
	vertical-align: middle;
}

table.login {
	background-color: #cccccc;
}

input.user {
	width: 100px;
}

input.password {
	width: 100px;
}

.image {
	vertical-align: middle;
}

div.recover_password_frame {
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 4px 0 4px;
	width: 200px;
	height: 130px;
	z-index: 1004;
	background-color: #f0efef;
	overflow-y: auto;
	border: 2px solid;
	display: none;
	overflow: hidden;
}

div.recover_password_frame_i {
	display: table-cell;
	vertical-align: top;
	height: 120px;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

div.recover_password_frame_template {
	display: table-cell;
	vertical-align: top;
	height: 120px;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

a.recover_close {
	width: 20px;
	height: 20px;
	background: url('/view/image/close_button.png') no-repeat;
	border: 0;
	float: right;
}

div#recover_password_result {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
}

span.exception {
	font-weight: bold;
	color: #f02121;
}
