*	{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
BODY {
	background: #444;
	color: #000;

	direction: ltr;
}
DIV#bck_msg {
	margin-top: 10px;
	font-weight:bold;
	padding-left:50px;
	height:45px;
	line-height:45px;
	margin-bottom:10px;
}
DIV.msg_red {
	background: url(../images/ico_nok.gif) no-repeat 10px 10px;
	background-color:#FBD3B1;
	border:1px solid #F5C69A;
	color: #ce2700;
}

HR.clear {
	clear: both;
	visibility: hidden;
}
DIV.logo {
	margin: 0 auto;
	margin-top: 60px;
	padding-top: 20px;
	text-align: center;
	color:#FCFCFC;
	font-size:25px;
	background-color:#FFF;
	width: 360px;
}
DIV.content {
	background-color: #fff;
	width: 360px;
	margin: 0 auto;
	padding: 1px 30px 15px 30px;
}
H3 {
	margin-top: 20px;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300 !important;
	margin-bottom: 25px;
	text-align:center;
}
DIV.form_group {
	margin-bottom: 15px;
}

INPUT.input_icon {
	font-size: 14px;
	border:1px solid #e5e5e5;
	border-left: 2px solid #35aa47;
	padding-left: 33px;
	height:35px;
	line-height:35px;
	width:100%;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
INPUT.input_icon:focus {
  border-color: #999999;
  border-left:2px solid #35AA47;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

INPUT.input_login {
	border-left:2px solid #35AA47;
	background: url('../images/login_icon_login.gif') no-repeat 7px 9px;
}
INPUT.input_pass {
	border-left:2px solid #35AA47;
	background: url('../images/login_icon_pass.gif') no-repeat 7px 9px;
}
INPUT#loginBt {
	border:0;
	background-color:#35AA47;
	color:#FFF;
	text-align:center;
	line-height:34px;
	padding:0 15px;
	cursor:pointer;
	float:right;
}
INPUT#loginBt:hover {
	background-color:#1D943B;
}
DIV#copyright {
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	color: #999;
	font-size: 11px;
}
	DIV#copyright A {
		color:#999999;
	}
	DIV#copyright A:hover{
		color:#FFF;
	}
