@charset "utf-8";
/* CSS Document */

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


/*login*/
@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('../font/pt-sans/PTN57F-webfont.eot');
    src: url('../font/pt-sans/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/pt-sans/PTN57F-webfont.woff') format('woff'),
         url('../font/pt-sans/PTN57F-webfont.ttf') format('truetype'),
         url('../font/pt-sans/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('../font/pt-sans/PTN77F-webfont.eot');
    src: url('../font/pt-sans/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/pt-sans/PTN77F-webfont.woff') format('woff'),
         url('../font/pt-sans/PTN77F-webfont.ttf') format('truetype'),
         url('../font/pt-sans/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

#login-block {
	margin: 0 auto;
	font-family: "PTSansNarrowBold", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	width: 250px;
	background-color: #333;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 7px 5px 0 7px;
	color: #999;
	text-transform: uppercase;
}

#login-block a {
	color: #FFF;
	text-decoration: underline;	
}

#login-block a:hover {
	color: #FFF;
	text-decoration: none;	
}

#login-block .titel {
	background-color: #26B7CC;
	width: 100%;
	display: block;
	font-family: "PTSansNarrowBold", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 30px;
	text-transform: uppercase;
	color: #FFF;
	padding: 7px 5px 0 7px;
	margin: -7px 0 15px -7px;
}

input[type="text"].login-reg, input[type="password"].login-reg, textarea.login-reg {	
	background-color:#fff; 
	border: 1px solid #999999;
	color: #000;
	
	font-family: "PTSansNarrowRegular", Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size:13px;
	
	width: 240px;
	height: 25px;
	padding: 3px;
	
	margin: 0 0 10px 0;
}

input[type="text"].login-reg:hover, input[type="password"].login-reg:hover, textarea.login-reg:hover {
	background-color:#fff; 
	border: 1px solid #ccc;
	color:#000;
	
	font-family: "PTSansNarrowRegular", Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size:13px;
}

input[type="text"].login-reg:focus, input[type="password"].login-reg:focus, textarea.login-reg:focus {
	background-color:#fff; 
	border: 1px solid #999999;
	color:#666; 
	
	font-family: "PTSansNarrowRegular", Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size:13px;
}

input[type="submit"].login-reg {
	background-color:#26B7CC;
	color:#fff;
	font-family: "PTSansNarrowRegular", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 15px 3px 15px;
	text-decoration:none;
	margin: 10px 0 10px 0;
	border: 0px;
	}

input[type="submit"].login-reg:hover {
	background-color: #94C01F;
	color:#fff;
}

input[type="submit"].login-reg:active {
	position:relative;
	top:1px;
}

#false_input {
	border: 1px solid #F00;
}

.notice-log-reg {
	border:1px solid gold;
	background:lightyellow;
	padding:10px 10px 10px 10px;
	margin:5px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#DEAE00;
	line-height:120%;
	width: 90%;
	vertical-align: center;
	text-shadow:0px 1px rgba(255,255,255,0.5);
	position:relative;
	top:0;
	left:0;
	clear:both;
}

.notice-log-reg.error{border:1px solid red;background:pink;color:red;}
.notice-log-reg.success{border:1px solid green;background:lightgreen;color:green;}

.notice-log-reg.reg-end {
	margin-left: 70px;
	width: 50%;
}

.red-admin { color: #F00; }
.green-admin { color: #6C0; }