body{
	behavior: url(csshover.htc);
	background-image: url(../img/main_bg.jpg);
	background-position: 50%;
	background-repeat: repeat;
	background-color: #010101;
	font-family: Trebuchet MS;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size:14px;
	text-align: justify;
	color:white;
}
a{
	border-bottom: dotted #5C004E 1px;
	text-decoration: none;
	color: #5C004E;
	cursor:pointer;
}
#stopka a{
	border-bottom: dotted white 1px;
}
a:hover{
	border-bottom: 1px solid #5C004E;
}
#stopka a:hover{
	border-bottom: 1px solid white;
}
h1, .h1{
	color: #5C004E;
	font-size: 22px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
h2, .h2{
	color: #5C004E;
	font-size:16px;
	margin:0px;
	padding:5px 0px 5px 0px;
}
a img{
	border:none;
}
.nounderline, .nounderline:hover{
	border:none;
}

form{
	padding:0px;
	margin:0px;
}
#main_div{
	width: 955px;
	margin: auto;
	background: White;
	padding-bottom:20px;
	margin-top:26px;
	color:black;
}
#left_column{
	width:463px;
	padding:10px 9px 5px 23px;
}
#right_column{
	width:428px;
	float:right;
	padding:10px 25px 5px 2px;
}
.logout{
	float:right;
}
#krawat{
	background-image: url(../img/krawat.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 350px;
	margin-left: 50px;
	position: relative;
	top: -10px;
}
#krawat a{
	height: 180px;
	width: 350px;
	display:block;
	border:none;
}
#krawat_gora{
	height: 26px;
	width: 455px;
	background-image: url(../img/krawat_gora.png);
	position: relative;
	top: -10px;
	margin-top:-26px;
	margin-left:-31px;
}
#opisywiazan{
	margin:10px;
}
#logowanie{
	background-color: #F1F1F1;
	padding:10px 20px 10px 20px;
	margin:20px 0px 20px 0px;
}
#logowanie h1, #rejestracja h1{
	margin:0px;
	padding:0px;
	font-size:18px;
}
#logowanie input{
	vertical-align: top;
	height:27px;
	padding: 0px;
	margin:10px 0px 0px 0px;
	border:0px;
}
#logowanie .login{
	width: 265px;
	margin-right:10px;
	font-size: 15px;
	color:#8e0078;
	padding:5px 10px 0px 10px;
	height:23px;
}
#logowanie div{
	padding-top:3px;
	margin-left:10px;
	font-size:11px;
}
#logowanie a{
	color:#8e0078;
}
#krawatomania{
	padding:20px 25px 20px 25px;
}
#porady{
	margin-top:20px;
}
#porady .porada div{
	text-align: right;
}
#scrolableplaylist .blocked{
	cursor: not-allowed;
}
#scrolableplaylist .blocked span{
	background-image: url(../img/klodka2.png);
	position: relative;
	display: block;
	top: -25px;
	left: 120px;
	width: 15px;
	height: 20px;
	background-repeat: no-repeat;
}
#lista_porad .blocked{
	cursor: not-allowed;
}
ul#lista_porad a{
	color:black;
}
ul#lista_porad, ul.standard{
	list-style: none;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
ul#lista_porad li, .standard li{
	margin: 0px;
	padding: 3px 0px 3px 20px;
	background-image: url(../img/li_dott.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}
ul#lista_porad li:hover, .standard li:hover{
	background-image: url(../img/li_dott_hover.gif);
}
#porada img{
	float:right;
	border:4px solid #8e0078;
	margin: -67px 0px 10px 10px;
}
#porada h1{
	margin-top:0px;
	margin-bottom:20px;
}
#porada p{
	margin:0px;
	padding:0px 0px 0px 0px;
}
#stopka{
	width: 955px;
	margin: auto;
	padding-top:2px;
	color: white;
}
#stopka a{
	color:white;
	margin:0px 10px 0px 10px;
}
#stopka #enzo{
	
	float:right;
	margin-right:10px;
}
#stopka #enzo a{
	border:0px;
}
#playbar_left{
	background-color: #F1F1F1;
	margin: 10px 0px 10px 0px;
	padding:10px 0px 10px 14px;
	font-size:11px;
}

#playbar_left .playbar_element{
	width:148px;
	height:148px;
	display:block;
	float:left;
	text-decoration:none;
	margin:0px;
	border:none;
	outline-style: none
}
#playbar_left p {
	font-size: 17px;
	text-align: center;
	margin: 8px 0px 8px 0px;
	padding: 0px;
	color: #5C004E;
}
#playbar_left img {
	width:135px;
	border: 1px solid #8e0078;
}
#playbar_left a div {
	background:url(../img/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-72px;
	left:47px;	
	opacity:0.9;
	margin-bottom:-50px;
}
#playbar_left a:hover div{
	background-position:0 -51px;	
}
.clear{
	clear: both;
	font-size:0px;
}
#scrolablesection{
	margin: 25px;
}

.message{
	position: absolute;
	background-color: #F1F1F1;
	color: #5C004E;
	border: 2px solid #5C004E;
	top: 40%;
	left: 50%;
	font-size: 20px;
	font-weight: bold;
	padding-top: 22px;
	padding-bottom: 22px;
	z-index: 1;
	margin-left: -165px;
	font-weight: bold;
	width: 350px;
	text-align: center;
}
.user_input{
	width:404px;
	height:24px;
	font-size: 15px;
	color:#8e0078;
	padding:4px 10px 0px 10px;
	border:0px;
}
.checkbox{
	margin-top:15px;
	vertical-align:-3px;
}
.form_error_message{
	padding-top: 3px;
	padding-bottom: 3px;
	width:270px;
	font-family: Garamon, Verdana, Arial;
	display: block;
	color: #B22222;
	font-size: 10px;
	font-weight: bold;
}
#rejestracja{
	background-color: #F1F1F1;
	padding:10px 20px 10px 20px;
	margin:20px 0px 20px 0px;
}
#rejestracja .right{
	position:relative;
	top:10px;
	left:33px;
}
#rejestracja div{
	text-align:center;
	margin-top:20px;
}