/***** XHTML, HTML4, HTML5 Reset *****/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}






body {
	background: #dddddd url('../img/bg_checker1.png');
	font-family: "Lucida Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #444444;
	font-size: 12px;
}

.centerContainer {
	width: 580px;
/* 	border: 1px solid black; */
	margin: 100px auto;
}

#form_body {
	margin-top: 10px;
	height: 225px;
	background: #aaaaaa url('../img/bg_login_form7.png');
	border-radius: 5px;
	border: 1px solid #888888;
	border-bottom: 2px solid #666666;
	box-shadow: inset 0px 1px 0px 0px #eee;
}

#login_form {
	width: 500px;
	margin: auto;
	padding-top: 5px;
}

#login_form ul li {
	margin-top: 15px;
}

#login_form_header {
	height: 26px;
	margin: 10px 0px;
	background: url('../img/login-sprite.png') no-repeat 0px 0px;
}

#login_form_header p {
	padding: 5px 0px 0px 28px;
	font-size: 16px;
	text-shadow: 0px 1px 0px #dddddd;
	
}

form {
	display: block;
}

#lf_user, #lf_pass {
	box-shadow: inset 0px 0px 1px #444;
	background: rgba(0,0,0,0.12);
	height: 32px;
	position: relative;
	border-radius: 4px;
}

.input {
	width: 460px;
	height: 32px;
	background: transparent;
	border: none;
	padding-left: 40px;
	font-size: 14px;
	text-shadow: 0px 1px 0px #dddddd;
}

.separator {
	height: 2px;
	margin: 12px 0px;
	background:  url('../img/hr2.png') repeat-x;
}

#form_user_icon {
	position: absolute;
	display: block;
	width: 22px;
	height: 18px;
	background: url('../img/login-sprite.png') repeat-x 0px -28px;
	top: 7px;
	left: 7px;
}

#form_pass_icon {
	position: absolute;
	display: block;
	width: 22px;
	height: 18px;
	background: url('../img/login-sprite.png') repeat-x 0px -49px;
	top: 7px;
	left: 8px;
}

.button {
	height: 28px;
	width: 100px;
	border: 1px solid #f36819;
	background: #f4752c -webkit-linear-gradient(#f38e54 0%, #f4752c 100%);
	background: #f4752c -moz-linear-gradient(#f38e54 0%, #f4752c 100%);
	background: #f4752c -o-linear-gradient(#f38e54 0%, #f4752c 100%);
	background: #f4752c -ms-linear-gradient(#f38e54 0%, #f4752c 100%);
	background: #f4752c linear-gradient(#f38e54 0%, #f4752c 100%);
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #888;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 1px 0px rgba(1, 1, 1, 0.1);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 1px 0px rgba(1, 1, 1, 0.1);
	cursor: pointer;
	color: #fff;
}

.button:hover {
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(1, 1, 1, 0.1), inset 0px -1px 1px 0px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0px 1px 1px 0px rgba(1, 1, 1, 0.1), inset 0px -1px 1px 0px rgba(255, 255, 255, 0.2);
	background: #f4752c;
	color: #ddd;
}

#login_form a {
	float:right;
	margin-top: -20px;
	color: #fff;
	text-shadow: 0px 1px 0px #888;
	font-weight: bold;
}

#login_form a:hover {
	text-decoration: none;
	color: #eee;
}

#footer_login {
	margin-top: 5px;
	font-size: 12px;
	float: right;
	text-shadow: 0px 1px 0px #fff;
}

#message {
	color: #fff;
	text-shadow: 0px 1px 0px #888;
	width: 490px;
	border: 1px solid rgba(160,0,0,0.81);
	background: rgba(239,0,0,0.6);
	border-radius: 4px;
	padding: 5px;
	display: none;
}