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

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	background:url(../img/bg.png);
}

html, body {
	min-height: 100%;
	height: 100%;
	overflow: visible;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

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

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

.wrapper {
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -250px;
}
h1 {
	margin-top: 10px;
	font-weight: 400;
	font-size: 30px;
	float: right;
	color: #393939;
	text-shadow: 0 1px 0 #fff;
}
.inner {
	width: 460px;
	margin: auto;
}
.logo {
	height: 40px;
	width: 165px;
}

.error {
	margin:auto;
	padding:10px;
	text-align:center;
	font-size:13px;
	text-shadow: 0 1px 0 #ffd9d9;
	background:#f79797;
	border:1px solid #db5757;
}
	
.lg-body {
	margin-top: 10px;
	height: 235px;
	/*background: url(../img/login-bg.jpg);*/
	border-radius: 4px;
	border: 1px solid #067fa1;
	box-shadow: 0px 0px 1px 0px #000;
	background-image:-o-linear-gradient(top, #39bade, #0c333e);
	background-image:-ms-linear-gradient(top, #39bade, #0c333e);
	background-image:-moz-linear-gradient(top, #39bade, #0c333e);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#39bade), to(#0c333e));
	background-image:-webkit-linear-gradient(top, #39bade, #0c333e);
	background-image:linear-gradient(top, #39bade, #0c333e);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);
}
#lg-head {
	height: 30px;
	margin: 10px 0;
	background: url(../img/secure.png) no-repeat;
	background-position: -2px 0px;
}
#lg-head p {
	padding: 6px 0 0 33px;
	font-size: 17px;
	color: #3d3d3d;
	text-shadow: 0 1px 0 #7fddf7;
}
.separator {
	height: 2px;
	background: url(../img/devider.png) repeat-x;
	margin: 14px 0;
}
.login {
	width: 460px;
	margin: auto;
	position: relative;
	padding-top: 5px;
}
.login ul li {
	margin-top: 14px;
}
#usr-field {
	width: 462px;
	height: 40px;
	background: url(../img/user.png) no-repeat;
	background-position: 7px 8px;
	background-color:#bad2d9;
	border:1px solid #1b6b82;
	-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.3), 0 1px 0px rgba(255,255,255,0.2);
	-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.3), 0 1px 0px rgba(255,255,255,0.2);
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.3), 0 1px 0px rgba(255,255,255,0.2);
}
#psw-field {
	width: 462px;
	height: 40px;
	background: url(../img/form.png) no-repeat;
	background-position: 7px 8px;
	background-color:#bad2d9;
	border:1px solid #0f4f61;
	-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.3), 0 1px 0px rgba(255,255,255,0.2);
	-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.3), 0 1px 0px rgba(255,255,255,0.2);
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.3), 0 1px 0px rgba(255,255,255,0.2);
}

.input {
	width: 422px;
	height: 40px;
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	padding-left: 40px;
	position: relative;
	font-size: 14px;
	color: #4c4c4c;
	text-shadow: 0 1px 0 #fff;
}
#checkbox {
	margin: 16px 0 16px 4px;
}
.checkbox-text {
	color: #d3d3d3;
	margin-left: 6px;
	font-size: 13px;
	float: none;
}
.submit {
	height:30px;
	line-height:0;
	padding:0px 20px 0px 20px;
	text-decoration:none;
	background-image:-o-linear-gradient(top, #ff981f, #e07401);
	background-image:-ms-linear-gradient(top, #ff981f, #e07401);
	background-image:-moz-linear-gradient(top, #ff981f, #e07401);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff981f), to(#e07401));
	background-image:-webkit-linear-gradient(top, #ff981f, #e07401);background-image:linear-gradient(top, #ff981f, #e07401);
	border-color:#AAA;-moz-box-shadow:inset 0 1px 0 #FFF, 0 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow:inset 0 1px 0 #FFF, 0 1px 3px rgba(0,0,0,0.15);
	box-shadow:inset 0 1px 0 #ffc582, 0 1px 3px rgba(0,0,0,0.15);color:#111;text-shadow:0 1px 0 #ffb661;
	border:1px solid #f59320;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:pointer;
}

.submit:hover {
	background-image:-o-linear-gradient(top, #ffa338, #eb7a00);
	background-image:-ms-linear-gradient(top, #ffa338, #eb7a00);
	background-image:-moz-linear-gradient(top, #ffa338, #eb7a00);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffa338), to(#eb7a00));
	background-image:-webkit-linear-gradient(top, #ffa338, #eb7a00);background-image:linear-gradient(top, #ffa338, #eb7a00);
	border-color:#AAA;-moz-box-shadow:inset 0 1px 0 #FFF, 0 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow:inset 0 1px 0 #FFF, 0 1px 3px rgba(0,0,0,0.15);
	box-shadow:inset 0 1px 0 #ffc582, 0 1px 3px rgba(0,0,0,0.15);color:#111;text-shadow:0 1px 0 #ffb661;
	border:1px solid #f59320;
}

.submit:active {
	background-image:-o-linear-gradient(top, #fea236, #ee7f08);
	background-image:-ms-linear-gradient(top, #fea236, #ee7f08);
	background-image:-moz-linear-gradient(top, #fea236, #ee7f08);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fea236), to(#ee7f08));
	background-image:-webkit-linear-gradient(top, #fea236, #ee7f08);
	background-image:linear-gradient(top, #fea236, #ee7f08);
	-moz-box-shadow:inset 0 3px 3px rgba(0,0,0,0.3), 0 1px 0px rgba(255,255,255,0.2);
	-webkit-box-shadow:inset 0 3px 3px rgba(0,0,0,0.3), 0 1px 0px rgba(255,255,255,0.2);
	box-shadow:inset 0 3px 2px rgba(0,0,0,0.3), 0 1px 0px rgba(255,255,255,0.2);
	border:1px solid #042731;
}

#lost-psw {
	float: right;
	color:#2e99b7;
	text-shadow: 0 1px 0 #0d1a1e;
	margin-top: -26px;
}

#lost-psw a {
	color: #d3d3d3;
	font-size: 13px;
}

#lost-psw a:hover {
	color:#fa921a;
}

label.error {
	width: 100px;
	height: 22px;
	display: block;
	clear: both;
	text-indent: -9999px;
	position: relative;
	top: -25px;
	left: 354px;
	background: url(../img/login-sprite.png) no-repeat;
	background-position: -360px -111px;
	border: none;
	float: none;
}
#login-msg {
	margin-top: 10px;
	padding: 6px 10px;
	background: url(../img/grad-overlay.png) #27abff;
	border: 1px solid #1290e0;
	border-radius: 3px;
	color: #003252;
	text-shadow: 0 1px 0 #7fcdff;
	font-size: 12px;
}


/* forget password  style */

.wrapper-forget {
	position:relative;
	width: 500px;
	margin:auto;
	margin-top:50px;
}

.wrapper-forget a{
	position:relative;
	top:20px;
	margin-left:140px;
	font-size:18px;
	color:#0C333E;	
	text-shadow: 0 1px 0 #fff;
}

.wrapper-forget a:hover {
	color:#d96100;
	}

.error-forget {
	width:430px;
	margin:auto;
	padding:10px;
	text-align:center;
	font-size:13px;
	text-shadow: 0 1px 0 #ffd9d9;
	background:#f79797;
	border:1px solid #db5757;
}

.lg-body-forgetpass {
	margin-top: 10px;
	padding-bottom:30px;
	border-radius: 4px;
	border: 1px solid #067fa1;
	box-shadow: 0px 0px 1px 0px #000;
	background-image:-o-linear-gradient(top, #39bade, #0c333e);
	background-image:-ms-linear-gradient(top, #39bade, #0c333e);
	background-image:-moz-linear-gradient(top, #39bade, #0c333e);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#39bade), to(#0c333e));
	background-image:-webkit-linear-gradient(top, #39bade, #0c333e);
	background-image:linear-gradient(top, #39bade, #0c333e);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);
}

.logoforget_pass{
	height: 40px;
	width: 425px;
}

.box{
	margin:0 auto;
	padding-left:30px;
}

.labelforum{
	width:100%;
	display: block;
	padding:5px 0 5px 0;
}

.inputname{
	display: block;
	color:#fff;
	text-shadow: 0 1px 0 #104e5f;
	font-size:13px;
	line-height:28px;
	float:left;
	width:100px;
	text-align:left;
	padding:5px 20px 0 0;
}

.input_text{
	padding:8px 5px 8px 5px;
	width:230px;
	border:1px solid #bdbdbd;
	background-color:#bad2d9;
	border:1px solid #1b6b82;
	-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.3), 0 1px 0px rgba(255,255,255,0.2);
	-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.3), 0 1px 0px rgba(255,255,255,0.2);
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.3), 0 1px 0px rgba(255,255,255,0.2);
	font-size: 14px;
	color: #4c4c4c;
	text-shadow: 0 1px 0 #fff;
}

.labelforum p{ 
	font-size:11px;
	margin:8px 0 0 120px;
	color:#fff;
	text-shadow: 0 1px 0 #104e5f;
}

.spamcode {
	width:240px;
	margin-top:3px;
	border:1px solid #c0c0c0;
}

.info2 {
    clear: left;
	color:#fff;
	text-shadow: 0 1px 0 #104e5f;
    font-size: 11px;
    margin: 0 0 10px 22px;
}

.info2 li {
	list-style:square;	
	margin-left:110px;
	margin-top:none;
}

.message{
	padding:7px 7px;
	width:320px;
	height:100px;
	overflow:auto;
	background:url(../images/bgform3.jpg) repeat-x;
	background-color:#ffffff;
	border:1px solid #bdbdbd;
}

.resetpass {
	margin:20px 0 0 120px;
	height:35px;
	line-height:0;
	padding:0px 30px 0px 30px;
	text-decoration:none;
	background-image:-o-linear-gradient(top, #ff981f, #e07401);
	background-image:-ms-linear-gradient(top, #ff981f, #e07401);
	background-image:-moz-linear-gradient(top, #ff981f, #e07401);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff981f), to(#e07401));
	background-image:-webkit-linear-gradient(top, #ff981f, #e07401);background-image:linear-gradient(top, #ff981f, #e07401);
	border-color:#AAA;-moz-box-shadow:inset 0 1px 0 #FFF, 0 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow:inset 0 1px 0 #FFF, 0 1px 3px rgba(0,0,0,0.15);
	box-shadow:inset 0 1px 0 #ffc582, 0 1px 3px rgba(0,0,0,0.15);color:#111;text-shadow:0 1px 0 #ffb661;
	border:1px solid #f59320;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:pointer;
}

.resetpass:hover {
	background-image:-o-linear-gradient(top, #ffa338, #eb7a00);
	background-image:-ms-linear-gradient(top, #ffa338, #eb7a00);
	background-image:-moz-linear-gradient(top, #ffa338, #eb7a00);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffa338), to(#eb7a00));
	background-image:-webkit-linear-gradient(top, #ffa338, #eb7a00);background-image:linear-gradient(top, #ffa338, #eb7a00);
	border-color:#AAA;-moz-box-shadow:inset 0 1px 0 #FFF, 0 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow:inset 0 1px 0 #FFF, 0 1px 3px rgba(0,0,0,0.15);
	box-shadow:inset 0 1px 0 #ffc582, 0 1px 3px rgba(0,0,0,0.15);color:#111;text-shadow:0 1px 0 #ffb661;
	border:1px solid #f59320;
}

.resetpass:active {
	background-image:-o-linear-gradient(top, #fea236, #ee7f08);
	background-image:-ms-linear-gradient(top, #fea236, #ee7f08);
	background-image:-moz-linear-gradient(top, #fea236, #ee7f08);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fea236), to(#ee7f08));
	background-image:-webkit-linear-gradient(top, #fea236, #ee7f08);
	background-image:linear-gradient(top, #fea236, #ee7f08);
	-moz-box-shadow:inset 0 3px 3px rgba(0,0,0,0.3), 0 1px 0px rgba(255,255,255,0.2);
	-webkit-box-shadow:inset 0 3px 3px rgba(0,0,0,0.3), 0 1px 0px rgba(255,255,255,0.2);
	box-shadow:inset 0 3px 2px rgba(0,0,0,0.3), 0 1px 0px rgba(255,255,255,0.2);
	border:1px solid #042731;
}

/* end forget pass */