/*
 *		plik:			css/logowanie.css
 *		autor:		Marek Kleszyk
 *		data:			20 styczeń 2009
 *		system:		WebCreative-sklep-1.0
 */ 

			/* --------- standardowe ---------- */

.clear { clear: both; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.hidden { display: none; }
.error { color: #c00; }
.active { color: #666; }
.noactive { color: #999; }

img { border: none; }
a:focus { -moz-outline-style: none; }
a, a:hover, a:visited, a:active { text-decoration: none; color: #069; }
a.active { color: #069; }
a.noactive { color: #999; }
.kursor { cursor: pointer; }

hr { background: #069; height: 1px; border: none; }
h1 { font-size: 12pt; }
h2 { font-size: 10pt; }
h3 { font-size: 8pt; }

* {
	margin: 0;
	padding: 0;
}

p {
	margin: 5px 0;
}

			/* --------- glowna ---------- */

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
	font-family: "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 8pt;
	color: #666;
}

#container {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}

#top {
	width: 1000px;
	height: 76px;
	margin-top: 250px;
	padding-top: 20px;
	background-image: url('../img/cms-top.jpg');
	background-repeat: no-repeat;
	float: left;
}

#content {
	width: 1000px;
	height: 150px;
	position: relative;
	float: left;
}

#footer {
	width: 1000px;
	height: 36px;
	padding-top: 60px;
	background-image: url('../img/cms-footer.jpg');
	background-repeat: no-repeat;
	color: #6d0b82;
	float: left;
}

input.text {
	width: 150px;
	padding: 0 3px;
	margin: 0 3px;
	border-top: 1px solid #069;
	border-right: 1px solid #2a8ec0;
	border-bottom: 1px solid #2a8ec0;
	border-left: 1px solid #069;
	color: #666;
}

input.text:focus {
	border-top: 1px solid #2a8ec0;
	border-right: 1px solid #069;
	border-bottom: 1px solid #069;
	border-left: 1px solid #2a8ec0;
	outline: 0;
	color: #069;
}

input.submit {
	border: 1px solid #069;
	background-color: #2a8ec0;
	-moz-border-radius: 2px;
	color: #fff;
}

.error {
	height: 20px;
}
