.spanBackground > span{
	background:#ffd205;
}
.forumMargin{
	margin:0px 0px 30px 0px;
}
.fieldset {
    /*border: 2px groove threedface;*/
    border-top: none;
    padding: 0.0em;
    margin: 0.0em 0px 0px 2px;
}
.fieldset p{
	margin-top:0px;
}
.fieldset > h1 {
    font: 1em normal !important;
    /*margin: -1em -0.5em 0;*/
     /*margin:0em -0.5em 0px;*/
     margin:0em 0em 0px;
     margin-bottom: 1em !important;
     cursor:pointer;  
}   
.fieldset > h1 > span {
    float: left;
    font-family:Tahoma, sans-serif !important;
    background:#ffd205;
	padding:7px 15px;
  margin:0px 0px 10px 0px;
	text-transform:capitalize;

}
    .fieldset > h1:before {
       /*border: 2px groove threedface;*/
        content: ' ';
        float: left;
        /*margin: 0.5em 2px 0px -1px;*/
        width: 0.75em;
    }
    .fieldset > h1:after {
        /*border: 2px groove threedface;*/
        content: ' ';
        display: block;
        height: 1.5em;
        left: 2px;
        margin: 0 1px 0 0;
        overflow: hidden;
        position: relative;
        top: 0.5em;
    }
    .forumDate{
    	font-size:0.7em;
    	font-weight:bold;
    }
	.forum .qestion{
		/*margin:5px 5px 0px 5px;*/
		padding:15px 20px;
		background:#f0f0f0;
		font-style:italic;
		line-height:1.4em;
	}
	
	.dziubek{
		margin:0px 0px 0px 30px;
		width:30px;
		height:30px;
		background:url('../img/dziubek.png')no-repeat;
	}

blockquote {
  /*background:red;*/
  /*
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  */
 font-family:times;
 float:left;
  margin: 1.5em 10px;
  padding: 4.0em 0px 0px 0px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 15em;
  /*line-height: 0.5em;*/
  margin: 0px 0.1em 0px 0px;
  /*vertical-align: -0.4em;*/
}
.quoteMark{
	float:left;
}
.forum img{
	max-width:120px;
}
