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:inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;list-style-position:outside;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing:0;}
 
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body{
	color: #000;
	font-family: Helvetica,sans-serif;
	font-size: 11px;
	background-color: #FFF;
}
#outer {
	 display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

#block{
	width: 300px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10%;
    
}
#block2{
	width: 400px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10%;

}
#block .logo{margin-left:35px;}
.form{
	background: url(img/form.png) repeat-y;
	margin-top: 18px;
	position: relative;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.form .login-box{background:url(img/login-box.png) no-repeat;color:#fff;font-size:14px;font-weight:bold;text-transform:uppercase;
	width:93px;padding:14px 0 14px 16px;margin-bottom:11px;position:relative;left:-4px;float:left;}
.form .login-box2{background:url(img/login-box1.png) no-repeat;color:#fff;font-size:14px;font-weight:bold;text-transform:uppercase;
	width:142px;padding:14px 0 14px 16px;margin-bottom:11px;position:relative;left:-4px;float:left;}
.form .loading {height:28px;padding:0 0 0 60px;margin:15px 0px 0 113px;position:relative;}
.form .warning {height:28px;padding:0 0 0 34px;margin:7px 0px 0 5px;position:relative;}
.form .warning p {
	background: url(img/warning-p.png) repeat-x left center;
	color: #FF0000;
	font-size: 11px;
	height: 28px;
	font-weight: bold;
	padding: 9px 6px 0 0;
	float: left;
}
.form .warning p.c {text-indent:-1000px;padding:0 0 0 0;height:28px;width:2px;}
.form input {
	color: #5d5d5d;
	font-size: 12px;
	font-style: italic;
	width: 250px;
	height: 33px;
	padding-left: 10px;
	border: none;
	clear: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}
.form .btn {padding-bottom:0;float:left;}
.form .chkb {padding-bottom:0;float:left;}
.form .btn input{background:url(img/p.btn-input.png) no-repeat;color:#fff;font-size:12px;font-weight:bold;text-transform:uppercase;font-style:normal;text-indent:-1000px;
	width:111px;line-height:43px;padding:0;margin:0 0 0 40px;border:none;cursor:pointer;float:left;}
	.form .btn2 input{background:url(img/p.btn-input2.png) no-repeat;color:#fff;font-size:12px;font-weight:bold;text-transform:uppercase;font-style:normal;text-indent:-1000px;
	width:111px;line-height:43px;padding:0;margin:0 0 0 40px;border:none;cursor:pointer;float:left;}
.form .chkb input{font-size:12px;font-weight:bold;text-transform:uppercase;font-style:normal;text-indent:-1000px;	width:20px;line-height:43px;padding:0;margin:0 0 0 40px;border:none;cursor:pointer;float:left;}
.form .btn input:hover{background:url(img/p.btn-input.hover.png) no-repeat;}
.form .btn2 input:hover{background:url(img/p.btn-input.hover2.png) no-repeat;}
.form .nav-path{
	margin-left: 10px;
}

.c {background:url(img/c.png) no-repeat-x;height:28px;width:2px;}
.c2 {background:url(img/warning.png) no-repeat top left;position:absolute;top:0;left:50px;height:28px;width:2px;}
.ctop {background:url(img/ctop.png) no-repeat;width:426px;height:6px;position:absolute;top:-6px;left:0;}
.cbottom {
	background: url(img/cbottom.png) no-repeat;
	width: 426px;
	height: 6px;
	position: absolute;
	bottom: -4px;
	left: 1px;
}
