body {
	background-image: url("../images/login_bg.jpg")!important;
	background-position: top center!important;
	background-repeat: no-repeat!important;
}

#content {
	margin-top: 0px!important;
} 

.login {
	width: 470px;
	background-color: #fff;
	margin: 0 auto;
}

.login_margin {
	width: 390px;
	float: left;
	clear: both;
	margin-left: 40px;
}

.login_logo {
	width: 100%;
	height: 45px;
	padding-top: 20px;
}

#login_logo_div {

}

.login_form {
	width: 100%;
	height: 129px;
}

.login_line {
	clear: both;
	background-color: #8dc53e;
	width: 100%;
	height: 6px;
}

.login_input {
	float: left;
	clear: both;
	width: 100%;
	min-height: 25px;
	border-bottom: 1px solid #4b4c48;
}

.login_input_error {
	border-bottom: 1px solid #ff0000!important;
}

.login_buts {
	float: left;
	clear: both;
	width: 100%;
}

.login_username_state, .login_password_state {
	width: 17px;
	height: 17px;
	float: left;
	margin-top: 4px;
}

.login_input input {
	float: right;
	width: 93%;
	background-color: #fff;
	border: 0px;
	font-family: NeoSansRegular;
	min-height: 25px;
	font-size: 14px;
}

.login_btn {
	background: #8ec73c;
	border: 0px none;
	color: #ffffff;
	cursor: pointer;
	font-family: NeoSansMedium;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	width: auto;
	margin-top:14px;
	font-size: 14px;
	float: left;
}

.login_btn:hover {
	opacity: 0.5;
}

.login_sep {
	float: left;
	clear: both;
	margin-top: 4px;
}

.login_buts span {
	float: left;
	margin-top: 20px;
	margin-left: 12px;
}

.login_buts span a {
	color: #8dc53e;
	font-family: NeoSansRegular;
	font-size: 14px;
}

.login_buts span a:hover {
	opacity: 0.5;
}

.footer_login {
	background: none repeat scroll 0% 0% #8dc53e;
	bottom: 0px;
	color: #FFF;
	font-size: 10pt;
	left: 0px;
	position: fixed;
	right: 0px;
	width: 100%;
	height: 67px;
}

.footer_login_wrap
{
	float: left;
	position: relative;
	left: 50%;
}

.footer_login_cont
{
	float: left;
	position: relative;
	left: -50%;
}

.footer_login_logo, .footer_login_copyrights
{
	float: left;
	font-size: 14px;
	font-family: NeoSansRegular;
}

.footer_login_logo
{
	margin-top: 18px;
}

.footer_login_copyrights
{
	margin-top: 32px;
	margin-left: 8px;
}

.green label {
	color: #8dc53e;
	cursor: default;
	font-size: 12px;
	padding: 3px;
}

/* checkbox */
.custom-checkbox label {
	cursor: pointer;
	display: inline-block;
	float: left;
	margin: 0 0px 0 0 !important;
	padding: 4px 0px 0px 10px;
	position: relative;
}

.custom-checkbox	input[type="checkbox"] {
	display: none;
}

.custom-checkbox label:before {
	content: url('../img/menues/checkbox.png');
	display: inline-block;
	height: 19px;
	margin-right: 0px;
	overflow: hidden;
	padding: 0 !important;
	position: absolute;
	top: 3px;
	width: 15px;
}

span.ckx-right label:before {
	right: 0;
}

span.ckx-left label:before {
	left: 0;
	padding-left:19px;
}

span.ckx-left label {
	left: 0;
	padding-left:19px;
	font-family: NeoSansRegular;
	font-size: 14px;
}

span.ckx-left label:hover {
	opacity: 0.5;
}

.custom-checkbox input[type="checkbox"]:checked + label:before {
	content: url('../img/menues/checkbox_on.png');
	display: inline-block;
	height: 19px;
	margin-right: 0px;
	overflow: hidden;
	padding: 0 !important;
	position: absolute;
	top: 3px;
	width: 15px;
}

span.ckx-right input[type="checkbox"]:checked + label:before {
	right: 0;
}

span.ckx-left input[type="checkbox"]:checked + label:before {
	left: 0;
}
