body {
	font-family: Arial;
	background-color: #069;
}
input {
	text-align: center;
	background-color: #ECF0F1;
	border: 2px solid transparent;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 200;
	padding: 10px 0;
	width: 250px;
	transition: border .5s;
	margin-bottom: 10px;
}
input:focus {
	border: 2px solid #3498DB;
	box-shadow: none;
}
.login {
	margin: 20px auto;
	width: 300px;
}
.login-screen {
	background-color: #FFF;
	padding: 20px;
	border-radius: 5px
}
.web-title {
	text-align: center;
	color:#999;
	font-size:25px;
	margin:5px;
}
.message {
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:0px;
	color:#F00;
	margin:5px;
}
.login-form {
	text-align: center;
}
.ui_text {
	text-align: left;
	color: #069;
	border: 2px solid transparent;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 200;
	padding-left:5px;
	width: 250px;
	transition: border .5s;
}
.btn {
	border: 2px solid transparent;
	background: #069;
	color: #ffffff;
	font-size: 16px;
	line-height: 25px;
	padding: 10px 0;
	text-decoration: none;
	text-shadow: none;
	border-radius: 3px;
	box-shadow: none;
	transition: 0.25s;
	display: block;
	width: 250px;
	margin: 0 auto;
}
.btn:hover {
	background-color: #2980B9;
}
.btn_processing {
	background-image:url(../images/loading_bar.gif);
	width:220px;
	height:19px;
}
.sText_link {
	font-size: 12px;
	color: #444;
	display:inline;
	margin: 30px;
}
.recommend {
	margin:10px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}
.recommend a {
	text-align: center;
	font-size: 12px;
	color: #FFF;
	text-decoration:none;
}
