﻿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; }


body { 
	background-color:#f9f9f9;
	font: 14px/21px "Lucida Grande", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444; 
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: none;
}
p { margin: 0 0 18px; }	
h1 a {
	margin:100px auto 15px;
	width:201px;
	height:80px;
	text-indent:-9999em;
	overflow:hidden;
	/*background:url(../Graphics/logo_login.png) no-repeat;*/
	display:block;
}
::selection {
        background: #5dc6fc;
        color: #fff;
        }
::-moz-selection {
        background: #5dc6fc;
        color: #fff; 
}

.notice {
	width: 100%;
	background: #fff;
	border-bottom: 4px solid #eaeff3;
	color: #e34848;
	position: fixed;
	top: 0;
	font-size: 14px;
	font-weight: bold;
	height: 45px;
	-moz-box-shadow:0px 0px 3px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px 1px rgba(0,0,0,0.3);
	box-shadow:0px 0px 3px 1px rgba(0,0,0,0.3);
}

.notice p.warn {
	text-align: center;
	line-height: 45px;
}

.notice a.close {
	width: 9px;
	height: 9px;
	float: right;
	background: url(../Graphics/close.png) no-repeat top left;
	text-indent: -9999px;
	margin-right: 15px;
	margin-top: 20px;
}

.notice a.close:hover {
	background: url(../Graphics/close-hover.png) no-repeat top left;		
}

#wrapper
{
    height: 250px;
	width: 368px;
    position: absolute;
    top: 50%;
    margin-top: -175px;
    left: 50%;
    margin-left: -184px;
}
.form-bg {
	width: 368px;
	height: 248px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	margin: 25px auto 0;
	background: url(../Graphics/form-bg.png) top left;
	padding: 8px 0 0 8px;
	border:1px solid #dedede;
	}

.form-bg #login_form {
	width: 360px;
	height: 239px;
	background: #fff url(../Graphics/bg_form.jpg) repeat-x top left;		
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
	box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
}

.form-bg h2 {
	font: 16px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #777;
	text-shadow: 0 1px 0 #fff;
	line-height: 45px;
	margin-bottom: 24px;
}

input.usr, 
input.pss,
textarea, 
select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "Lucida Grande","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666 !important;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
    font-size:16px;
}

input.usr, input.pss{
	width: 290px;
	padding: 9px 12px;
	margin: 0 auto;
	color: #aeaeae;
	box-shadow:0 1px 3px rgba(0,0,0,.3) inset;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.3) inset;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3) inset;
	border:1px solid #aaa;
}

input.usr:focus, input.pss:focus{
	-moz-box-shadow:0 1px 4px rgba(0,0,0,.3) inset,0px 0 7px #7dd0f7;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3) inset,0px 0 7px #7dd0f7;
	box-shadow:0 1px 4px rgba(0,0,0,.3) inset,0px 0 7px #7dd0f7;
	background-color:#f6fcff;
	border:1px solid #1a759e;
	outline:0;
}

input[type="checkbox"] {
	vertical-align: middle;
}

#login_form p label {
    -moz-transition: opacity 0.1s linear 0s;
    color: #999999;
    cursor: text;
    height: 42px;
    line-height: 38px;
    padding-left: 12px;
    position: absolute;
    z-index: 1;
    font-size:16px;
	margin-left: 36px;
}

.submit {
	font-weight:normal;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px;
	float: right;
	margin-right: 24px;
	background: -moz-linear-gradient(
	top,
	#ffffff 0%,
	#efefef);
	background: -webkit-gradient(
	linear, left top, left bottom, 
	from(#ffffff),
	to(#efefef));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #e7e7e7;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);
	padding: 6px 15px;
	font-size:13px;
	cursor:pointer;	
	color: #666;
}

.error
{
    padding-top: 20px;
    text-align: center;    
}

.submit:hover {
	color:#3f7aa0 !important;
	cursor:pointer;
	cursor:hand;
	background:-moz-linear-gradient(top,#ffffff 0%,#e9f8ff);
	background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#e9f8ff));
	outline:none;
}

.submit:active {
	top:1px;
	position:relative;
	color:#000;
	cursor:pointer;
	cursor:hand;
	background:-moz-linear-gradient(top,#e4eff4 0%,#ffffff);
	background:-webkit-gradient(linear,left top,left bottom,from(#e4eff4),to(#ffffff));
	outline:none;
}
.footer {
	text-align: center;
	margin: 20px 0 0;
	color: #999;
	font-size: 12px;
	text-shadow: 0 1px 0 #ffffff;
}

.footer a {
	color: #69a2c6;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
}
.footer a:hover {
	color:#000;
}
.remember {
	float:left;
	width:150px;
	margin:6px 0 0 20px;
}
.remember input {
	margin-top:1px;
}
.remember label {
	color: #777;
	font-size: 12px;
	cursor:pointer;
}
.remember label:hover {
	color:#000;
}