@CHARSET "UTF-8";
body {
	font-family:arial,helvetica,clean,sans-serif;
	font-size: 12px;
}
.main {
	position:fixed;
	top:30%;
	left:30%;
}
.logo {
	background: url(/library/images/logo_low.jpg) no-repeat scroll center bottom;
	height:222px;
	position:relative;
	width:540px;
}
#form {
	height:70px;
	position:relative;
	width:460px;
	margin:0px 40px;
}
.input {
	font-size:24px;
	height:26px;
	position:absolute;
	top:20px;
	left:15px;
	width:350px;
	border:1px solid #ccc;
}
.input_button {
	position:absolute;
	top:20px;
	left:380px;
}
.clearer {
	clear: both;
	font-size: 0px;
	height: 0px;
}
.loading {
	left:50%;
	position:absolute;
	top:30%;
}
.text {
	text-align: center;
	font-size: 16pt;
	font-weight:bold;
	padding-left:30px;
	color:#BFB3A3;
}
.error {
	color: #ff6d93;
}
