@charset "utf-8";
/* CSS Document */
span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 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:inherit; 
	list-style:none; 
	outline:none;
}
html, body{
    margin:0;
    padding:0;
	height:100%;
    background:#ffffff;
    font-family:"Segoe UI", Arial, Helvetica, sans-serif;
    font-size:11px;
}
a, input{
	outline:none;
}
.loginbg{
	background:url(../images/login-page-bg.png) repeat-x top;
	background-size:auto 100%;
}
.login-box{
	width:532px;
	height:592px;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	background:#fff;
	padding:4px;
	box-shadow:0 0 20px #ccc;
}
.login-boxinner{
	width:100%;
	height:100%;
	background:#eee;
}
.usertext, .usertext a{
    font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:lighter;
}
.usertext a{
	text-decoration:underline;
}
.usertext span{
	text-decoration:underline;
}
.usertextbox input[type=text], .usertextbox input[type=password]{
	width:340px;
	height:34px;
	border:1px solid #ccc;
	padding:0 5px;
	border-radius:5px;
	outline:none;
}
.usertextbox input[type=button], .usertextbox input[type=submit]{
	height:34px;
	background:url(../images/login-button-bg.png) repeat-x center;
	border:1px solid #ccc;
	border-radius:5px;
	padding:0 15px;
	outline:none;
	font-size:18px;
	font-weight:100;
    font-family:"Segoe UI", Arial, Helvetica, sans-serif;
}
.usertextbox input[type=text]:focus, .usertextbox input[type=text]:active, .usertextbox input[type=password]:focus, .usertextbox input[type=password]:active, .usertextbox input[type=button]:focus, .usertextbox input[type=button]:active, .usertextbox input[type=submit]:focus, .usertextbox input[type=submit]:active{
	border-color:#005daa;
}
