body {
	background: black;
	color:#888;
	font-size:12px;
	font-family:verdana;
}
h1 {
	font-family:Times;
	font-size:2.33em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1em;
}
.leftCol {
	width:76%;
	float:left;
}
rightCol {
 width:20%;
 float:right;
}
.mainContainer {
	width:960px;
	margin:auto;
}

.top {

	background:#222;
	border:1px solid #777;	

}
.top div.img {
	float:left;
	width:300px;
	height:220px;
}
.top div.img img {
display:hidden;
}
.top div.desc {
	float:left;
	margin-left:20px;
	width:500px;
}
.c {
	clear:both;
}

.znicz {
	float:left;
	text-align:center;
}
.znicz div.candle {
	
	width:80px;
	height:80px;
	margin:10px 20px 10px 20px;
}
.znicz div.nick {
    text-align:center;
    overflow:hidden;
    width:120px;
    height:16px;
}
.znicz div.nick span {
	font-size:11px;
	font-weight:bold;
	color: #229922;
	
	
}
.znicz div.date {
	font-size:11px;
	text-align:center;
	color:#444;
}
a.button {
	float:left;
	width:180px;
	height:20px;
	border:2px solid #225522;
	background:#116611;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
text-decoration:none;
color:white;
}
#form {
border:1px solid #555;
    width:450px;
    height:180px;
    padding:10px;
    display:none;
    margin:auto;
}
a img {
    border:none;
}
input {
    background:#333;
    border:1px solid #777;
    color:#eee;
}
.blad {
    font-size:11px;
    color: #850000;
}
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 14px;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('shadow2.png');
	padding-top: 5em;
	height: 100px;
}
#tooltip.fancy.viewport-right {
	background: url('shadow2-reverse.png');
}
.links {
  width:200px;
}
.links a {
  font-size:11px;
  color:#888;
}
