body {
	background: url('../img/kosmoskopia.jpg') top left #000 no-repeat fixed;
	/* IE */
	text-align: center;
	margin: 0;
	padding: 0;
}
.inline-block-ie-fixer {
	display: inline;
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	height: 83px;
	text-align: center;
}
#top .t1 {
	width: 44px;
	height: 83px;
	background: url('../img/t1.png') no-repeat;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
#top .t1 img {
	position: absolute;
	border: 0;
}
#top .t2 {
	width: 328px;
	height: 83px;
	background: url('../img/t2.png') no-repeat;
	display: inline-block;
	vertical-align: top;
}
#top .t2 a {
	display: block;
	width: 328px;
	height: 83px;
}
#top .t3 {
	width: 396px;
	height: 83px;
	background: url('../img/t3.png') no-repeat;
	display: inline-block;
	vertical-align: top;
}
#top .t3 .ll { /* ll - last login */
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 27px;
	text-align: left;
	padding-left: 45px;
	display: inline-block;
}
#top .t3 .llf { /* llf - last login field */
	width: 50px;
	height: 50px;
	margin-left: 8px !important;
	margin-left: 10px;
	display: inline-block;
	/* REMOVE BEFORE FLIGHT... ERR.. START */
	border: 1px solid #000;
	padding: 0;
}
#top .t3 .llf:hover {
	border: 1px solid #ccc;
}
#top .t3 .ll :first-child {
	margin-left: 0px !important;
}
#top .t3 .llf img {
	padding: 0;
	margin: 0;
	border: 0;
	width: 50px;
	height: 50px;
}
#top .t4 {
	width: 232px;
	height: 83px;
	background: url('../img/t4b.png') no-repeat;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
#top .t4 span {
	margin-top: 3px;
	margin-left: 17px;
	color: #fff;
	display: block;
	font-weight: bold;
	font-family: cursive;
	font-size: 14px;
}
#top .t4 span span {
	margin: 0;
	padding: 0;
}
#top .t4 span span .l {
	display: inline;
	font-size: 10px;
	color: #aaa;
}
#top .t4 span span .p {
	display: inline;
	font-size: 10px;
	margin-left: 70px;
	color: #aaa;
}
#top .t4 span span .s {
	margin-top: 5px;
	display: block;
	font-size: 10px;
	color: #aaa;
}
#top .t4 input {
	margin-top: 1px;
	width: 75px;
	border: 1px outset #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	font-family: cursive;
	padding-left: 5px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	-webkit-opacity:.70;
	opacity:.70;
}
#top .t4 .logout {
	text-decoration: none;
	color: #fff;
}
#top .t4 .logout:hover {
	color: #faa;
}
#top .t4 .username {
	margin-left: 15px;
}
#top .t4 .pass {
	margin-left: 10px;
}
#top .t4 .check {
	width: 15px;
	margin-left: 5px;
	vertical-align: baseline;
}
#top .t4 .go {
	width: 21px;
	height: 20px;
	margin-left: 2px;
	background: url('../img/t5.png') center top #fff;
	border: 1px solid #000;
	vertical-align: baseline;
}
#top .t4 .search {
	margin-left: 15px;
	width: 130px;
}
#top .t4 a {
	margin-top: 0px;
	font-size: 10px;
	font-family: cursive;
}
#top .t4 .pass_recover {
	margin-left: 15px;
	color: #fff;
}
#top .t4 .register {
	margin-left: 5px;
	color: #b835d5;
}
#top .t4  #userinfo_p {
	display: none;
	border: 3px solid #a33;
	background: #000;
	position: absolute;
	width: 200px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#menu_top {
	height: 37px;
	margin-top: 0px;
	background: url('../img/mt5.png') top center no-repeat;
	position: relative;
	z-index: 100;
}
#menu_top ul, ul li, ul ul, ul li ul, ul ul li, ul li ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu_top ul li {
	white-space: nowrap;
	float: left;
	height: 37px;
	text-align: left;
}
#menu_top ul li:hover {
	background-color: #2f6fd7;
}
#menu_top ul li span {
	margin-top: 5px;
	background-color: #f00;
}
#menu_top ul li a {
	display: block;
	height: 27px !important;
	height: 29px;
	border: 1px solid transparent;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	font-family: arial;
	margin: 0;
	padding-top: 8px;
}
#menu_top ul li a:hover {
	height: 27px !important;
	height: 29px;
}
#menu_top ul li a div {
/*	margin-top: 8px; */
}
#menu_top ul li ul {
	width: 165px;
	display: none;
	position: absolute;
	z-index: 100;
	-moz-box-shadow: 5px 5px 2px #333;
	-webkit-box-shadow: 5px 5px 2px #888;
	box-shadow: 5px 5px 2px #888;
}
#menu_top ul li ul li {
	width: 165px;
	background: #2f6fd7;
	display: block;
	margin: 0;
	padding: 0;
	height: 25px;
}
#menu_top ul li ul li a {
	text-align: left;
	height: 20px;
	display: block;
	font-size: 17px;
	margin: 0;
	padding: 0;
}
#menu_top ul li ul li a:hover {
	text-align: left;
	height: 20px;
	text-indent: 7px;
	background: none;
	text-shadow: #444 3px 2px 2px;
}
#menu_top ul li:hover ul {
	display: block;
}
#menu_top  .li1 {
	width: 10px;
	margin-left: 1px;
}
#menu_top  .li1 a {
	height: 10px;
	position: relative;
	top: 25px;
}
#menu_top  .li1 a:hover {
	background-color: transparent;
}
#menu_top  .li1:hover {
	background-color: transparent;
}
#menu_top .li2 {
	width: 55px;
	margin-left: 6px;
}
#menu_top .li3 {
	width: 125px;
	margin-left: 3px;
}
#menu_top .li4 {
	width: 118px;
	margin-left: 5px;
}
#menu_top .li5 {
	width: 95px;
	margin-left: 5px;
}
#menu_top .li6 {
	width: 113px;
	margin-left: 5px;
}
#menu_top .li7 {
	width: 100px;
	margin-left: 5px;
}
#menu_top .li8 {
	width: 143px;
	margin-left: 5px;
}
#menu_top .li9 {
	width: 100px;
	margin-left: 5px;
}
#menu_top .li10 {
	width: 80px;
	margin-left: 5px;
}
#top_frame {
	width: 858px;
	height: 216px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	/*border: 3px #7e0099 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	text-align: right;
}
#top_frame:hover {
	/*border: 3px #ccc solid;*/
}
#top_frame .changer {
	width: auto;
	height: 30px;
	text-align: right;
	position: relative;
	top: -33px;
	margin-bottom: -33px;
	z-index: 100;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	-webkit-opacity:.70;
	opacity:.70;
	display: inline-block;
	cursor: pointer;
}
#top_frame .changer span {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: bottom;
	background: #fff;
	font-size: 26px;
	text-align: center;
	border: 1px solid #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#top_frame .changer span:hover {
	background-color: #7e0099;
	color: #fff;
}
#top_frame img {
	border: 0;
	height: 216px;
}
#main_frame {
	height: 100%;
	margin-top: 10px;
	background: url('../img/mb.png');
	text-align: right;
	overflow:hidden;
	clear: both;
}
#main_frame .m1 {
	width: 100%;
	height: 17px;
	background: url('../img/m1.png') no-repeat;
}
#main_frame .m2 {
	width: 180px;
	margin-left: 25px;
	float: left;
	text-align: left;
	vertical-align: bottom;
}
#main_frame .m2 a img {
	border: 0;
}
#main_frame .m2 .userinfo {
	width: 150px;
	height: 245px;
	border: 3px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	background: url('../img/m3a.png');
	text-align: left;
	vertical-align: top;
	position: relative;
}
#main_frame .m2 .userinfo .rank_img {
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	text-align: center;
	display: block;
}
#main_frame .m2 .userinfo .rank_img img {
	vertical-align: middle;
	border: 0;
}
#main_frame .m2 .userinfo .rank_name {
	margin-top: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	display: block;
	text-shadow: #000 3px 2px 2px;
	text-align: center;
}
#main_frame .m2 .userinfo .score {
	margin-top: 5px;
	display: block;	
	text-align: center;
	color: #0f0;
	font-weight: bold;
	font-size: 22px;
	text-shadow: #000 3px 2px 2px;
	width: 140px;
}
#main_frame .m2 .userinfo .parties {
	width: 100%;
	margin-top: 3px;
	display: block;
	padding: 0;
	color: #fff;
	text-shadow: #000 1px 1px 1px;
	text-align: center;
	font-weight: bold;
}
#main_frame .m2 .userinfo .parties .extra, #main_frame .m2 .userinfo .parties .free {
	display: block;
	text-align: left;
	font-size: 1em;
	margin-left: 5px;
}
#main_frame .m2 .userinfo .parties span span {
	display: inline-block;
	float: right;
	color: #000;
	text-shadow: #fff 1px 1px 1px;
	margin-right: 5px;
}
#main_frame .m2 .rank_bar {
	width: 15px;
	height: 245px;
	margin-left: 3px;
	border: 2px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	background-color: #a0a0a0;
	line-height: 245px;
	overflow: hidden;
}
#main_frame .m2 .rank_bar .bar {
	width: 15px;
	background-color: #7e0099;
	display: block;
	vertical-align: bottom;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	top: 50%;
	height: 50%;
}
#main_frame .m5 { /* główna treść */
	width: 760px;
	min-height: 515px;
	border: 3px solid #000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin-left: auto;
	margin-right: 20px;
	background: #6e6e6e url('../img/mb1.png') repeat-x top;
}
#main_frame .m5 .header { /* Nagłowek ramki */
	height: 25px;
	background: #333;
	color: #fff;
	font-weight: bold;
	font-family: cursive;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	text-align: left;
	padding: 2px 20px 2px 20px;
	text-shadow: #000 3px 2px 2px;
}
#main_frame .m5 .menu { /* Menu ramki */
	background: #6e6e6e url('../img/pasekz.png') no-repeat top center;
	height: 43px;
	padding: 0;
}
#main_frame .m5 .menu a {
	text-decoration: none;
	color: #fff;
	font-family: cursive;
	font-size: 1.3em;
}
#main_frame .m5 div { /* zawartość ramki */
	text-align: center;
	padding: 2px 20px 20px 20px;
}
#main_frame .m5 table .error td {
	background: #fcc;
}
#main_frame .m5 table .warning  td {
	background: #ffc;
}
#main_frame .m5 table .ready  td {
	background: #cfc;
}
#main_frame .m5 span.success {
	border: 2px solid #0f0;
	display: block;
	color: #fff;
}
#main_frame .m5 span.warning {
	border: 2px solid #ff0;
	display: block;
	color: #fff;
}
#main_frame .m5 span.error {
	border: 2px solid #f00;
	display: block;
	color: #fff;
}
#main_frame .m6 { /* czat */
	width: 760px;
	height: 330px;
	border: 3px solid #000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin-left: auto;
	margin-right: 20px;
	margin-top: 25px;
	padding: 15px 0 15px 0;
	background-color: #6e6e6e;
	text-align: center;
}
#main_frame .m6 p {
	vertical-align: bottom;
}
#main_frame .m9 {
	width: 1024px;
	height: 16px;
	background: url('../img/m9.png') no-repeat;
	clear: both;
}
#bottom {
	height: 100px;
	margin-top: 10px;
	text-align: left;
	color: #fff;
	background: url('../img/b1.png') no-repeat top center;
	padding-top: 8px;
}
#bottom span {
	margin-left: 15px;
	margin-right: 15px;
}
#bottom a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#bottom a:hover {
	color: #ccc;
}
#bottom_bar {
	width: 100%;
	height: 30px;
	background: #ff0;
	position: fixed;
	z-index: 20;
	/*top: 97%;*/
	bottom: 0px;
	left: 0px;
	background: url('../img/bb.png');
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	-webkit-opacity:.80;
	opacity:.80;
}
#bottom_bar .main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
#bottom_bar .main span {
	font-weight: bold;
}
#bottom_bar .main span a img {
	border: 0;
	vertical-align: bottom;
}
#bottom_bar .main span span {
	color: #ff0;
}
#bottom_bar .main span span span {
	font-style: italic;
}
#notifier {
	width: 100%;
	position: fixed;
	top: 20%;
	left: 0;
	display: none;
	text-align: left;
}
#notifier .border {
	width: 600px;
	padding: 10px;
	background: url('../img/ntf1.png');
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	z-index: 110;
}
#notifier .title {
	font-size: 2.2em;
	background: #57a;
	font-weight: bold;
	border-bottom: solid 1px #000;
}
#notifier .content {
	height: 200px;
	width: auto;
	padding: 10px;
	background: #aeaeae;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
#notifier label {
	display: block;
	height: 25px;
}
#notifier label input {
	display: block;
	float: right;
	margin-right: 255px;
	width: 200px;
}
#notifier .toolbar {
	font-size: 1.4em;
	background: #57a;
	font-weight: bold;
	border-bottom: solid 1px #000;
	text-align: right;
}
.notify {
	width: 600px;
	height: 300px;
	border: 5px solid #C11B17;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #000;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -300px;
	z-index: 105;
	display: none;
}
.notify .image {
	width: 208px;
	height: 208px;
	padding-top: 46px;
	text-align: center;
	background: url('../img/kolekcjoner/99.png') no-repeat;
	float: right;
}
.close_window {
	float: right;
	background: url('../img/close.png') #111 no-repeat 0 0;
	width: 22px;
	height: 22px;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.close_window:hover {
	background-position: -22px 0;
	background-color: #222;
}
.new_message {
	width: 200px;
	height: 100px;
	position: fixed;
	bottom: 30px;
	left: 0;
	background: url('../img/new_msg.png') no-repeat;
	z-index: 105;
	display: none;
}
.new_entry {
	width: 200px;
	height: 100px;
	position: absolute;
	top: 0px;
	background: url('../img/new_entry.png') no-repeat;
	z-index: 105;
	display: none;
	margin-left: -200px;
}
.goto {

}
#facebookFrame {
	position: fixed;
	top: 20%;
	right: -217px;
	z-index: 105;
	text-align:right;
	width: 250px;
}
#facebookFrame:hover {
	right: 0;
}
#facebookFrame div {
	background: #3d5fad;
	margin-left: 33px;
}
#facebookFrame img {
	margin-top: 20%;
	float: left;
}
.frame {
	margin: 5px 5px 5px 5px;
	text-align: center;
	font-weight: bold;
	font-size: x-large;
	border: 3px solid #33e;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.error {
	margin-top: 5px;
	padding-left: 20px;
	text-align: left;
	font-weight: bold;
	font-size: large;
	border: 3px dashed #f55;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
