.webanet_login_base {
	float: left;
	height: 100%;
	width: 100%;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
.webanet_login_box {
	height: auto;
	width: 320px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
.webanet_login_box img {
	height: auto;
	width: 100%;
}
.webanet_login_form {
	clear: both;
	float: left;
	width: 100%;
}

.webanet_login_form input {
	line-height: 32px;
	float: left;
	height: 32px;
	width: 100%;
	box-shadow: inset 0px 0px 16px -14px #000000,0px 6px 18px -10px #000000;
	-webkit-box-shadow: inset 0px 0px 16px -14px #000000,0px 6px 18px -10px #000000;
	-moz-box-shadow: inset 0px 0px 16px -14px #000000,0px 6px 18px -10px #000000;
	-o-box-shadow: inset 0px 0px 16px -14px #000000,0px 6px 18px -10px #000000;
	background-color: rgba(50,50,50,0.27);
	border: 2px solid #333333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 5px;
	text-align: center;
}
.webanet_login_form input:focus {
	background-color: rgba(216,216,216,0.27);
}
.webanet_login_form input[type="submit"] {
	line-height: 36px;
	float: left;
	height: 40px;
	width: 100%;
	box-shadow: inset 0px 0px 16px -14px #000000,0px 6px 18px -10px #000000;
	-webkit-box-shadow: inset 0px 0px 16px -14px #000000,0px 6px 18px -10px #000000;
	-moz-box-shadow: inset 0px 0px 16px -14px #000000,0px 6px 18px -10px #000000;
	-o-box-shadow: inset 0px 0px 16px -14px #000000,0px 6px 18px -10px #000000;
	background-color: #ac2e3c;
	border: 2px solid #333333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 20px;
	cursor: pointer;
	font-weight: bold;
    color: rgba(255,255,255,1.00);
}
.webanet_login_form input[type="submit"]:hover {
	background-color: #311115;
	color: #FFF;
}
.webanet_login_form input[type="submit"]:focus {
	background-color: #E1E1E1;
	color: #FFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.webanet_login_form_label {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	clear: both;
	float: left;
}
.error_wrapper {
	color: #F00;
}
