A:LINK {
        font-size: 8pt;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
}

A:VISITED {
        font-size: 8pt;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
}

A:HOVER {
       	font-size: 8pt;
        color: #CC0000;
        font-weight: normal;
        text-decoration: underline;
}
IMG {
	border: 0;
}
TD {
	font-family: Verdana;
        font-size: 8pt;
        font-weight: normal;
        text-decoration: none;
}

BODY {
        font-family: Verdana;
        font-size: 8pt;
        font-weight: normal;
        text-decoration: none;
        color: #333333;   
}
INPUT.submit_login {
	BORDER-RIGHT: #ED5D27 1px solid; BORDER-TOP: #ED5D27 1px solid; FONT-WEIGHT: normal; FONT-SIZE: 8pt; BORDER-LEFT: #ED5D27 1px solid; COLOR: #000000; BORDER-BOTTOM: #ED5D27 1px solid; FONT-FAMILY: Verdana, "Arial CE", Arial
}
.bold {
    font-weight: bold;
}





/* glowny div z like box'em */
#like-box {
	position: fixed;
	z-index: 99;
	top: 30px;  /* jego polozenie od gory */
	right: -302px; /* szerokosc wygenerowanego boxa + 4px obramowania */
	-webkit-transition: right 0.5s ease-out;
	-moz-transition: right 0.5s ease-out;
	-o-transition: right 0.5s ease-out;
	transition: right 0.5s ease-out;
}

/* wysuniecie like box'a */
#like-box:hover {
	right: 0px;
}

/* zewnetrzna ramka boxa */
#like-box .outside {
	position: relative;
	z-index: 1;
	background: #3b5999;
	padding: 2px;
	min-width: 1px;
	float: right;
}

/* 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;
	right: -50px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	float: right;
	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;
}
.alert {
background-color: #FCF8E3;
border: 1px solid #FBEED5;
border-radius: 4px;
color: #C09853;
padding: 8px 35px 8px 14px;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.506);
}
.close {
color: #000000;
float: right;
font-size: 20px;
font-weight: 700;
line-height: 20px;
opacity: 0.2;
text-shadow: 0px 1px 0px #FFFFFF;
}