td, tr, p, div {
  font-family      : Verdana;
  color            : white;
}

a,a:link,a:active,a.visited {color: white; font-weight: bold; text-decoration: none;}
a:hover {color:grey; font-weight: bold; text-decoration: blink;}

                * { margin: 0; padding: 0; }
                
                body {
                		height:100%;
                }
                
                html { 
                        height:100%;
                        padding: 0;
                        margin: 0;
                        border: none;
                        background: no-repeat center center fixed; 
						background-color: #000000;
                        -webkit-background-size: cover;
                        -moz-background-size: cover;
                        -o-background-size: cover;
                        background-size: cover;
                        font-family: Verdana;
						font-size: x-small;
                        color: white;
                }
                
                #main {
						height:100%;
						width:100%; 
						vertical-align: middle;
				}    
				.formname {
  							font-size: 18px;
  							color: #808080;
							width: 180px;
							}

				.forminput {
							  background-color: #000000;
							  color: #ffffff;
							  border: 1px solid #ffffff;
							  padding: 5px;
							  width: 200px;
							}
							
/* glowny div z like box'em */
#like-box {
	position: fixed;
	z-index: 99;
	top: 150px;  /* jego polozenie od gory */
	left: -296px; /* szerokosc wygenerowanego boxa + 4px obramowania */
	-webkit-transition: left 0.5s ease-out;
	-moz-transition: left 0.5s ease-out;
	-o-transition: left 0.5s ease-out;
	transition: left 0.5s ease-out;
}
 
/* wysuniecie like box'a */
#like-box:hover {
	left: 0px;
}
 
/* zewnetrzna ramka boxa */
#like-box .outside {
	position: relative;
	z-index: 1;
	background: #3b5999;
	padding: 2px;
	min-width: 1px;
	float: left;
}
 
/* wewnetrzne tlo boxa */
#like-box .inside {
	position: relative;
	z-index: 2;
	background: #fff;
}
 
/* pasek z logo FB */
#like-box .belt {
	position: relative;
	z-index: 0;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg); 
	-o-transform: rotate(90deg); 
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); 
	float: left;
	width: 100px; 
	height: 40px;
	padding: 7px 0px 0px 20px;
	margin: 50px 0px 0px -55px;
	background: #3b5999;
	color: #fff;
	font-weight: bold;
	font-family: Verdana;
	font-size: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* odnosniki do bandcamp */
#bandcamp
{
  position:fixed;
  position:expression("absolute");
  top:50px;
  top:expression(screen.width*0+document.body.scrollTop);
  right:-145px;
  width:171px;
  cursor:default;
  border:1px solid black;
  background:#465053;
  padding:0 2px 0 8px;
  font-family:Tahoma, Verdana, Helvetica;
  font-weight:bold;
}
#bandcamp a
{
  font-size:13px;
  text-decoration:none;
  color:black;
}