div#recomqs .box_item {
	border: 1px solid #C9C9C9;
	height: 64px;
}
div#recomqs a { 
	color: #000
}
div#recomqs img.thumb {
	float: left;
	margin-right: 10px;
	border-right: 1px solid #C9C9C9;
	height: 64px;
	width: 64px;
}

div#recomqs h3 {
	font-size: 12px;
	margin: 0;
	padding-top: 10px;

}
div#recomqs h3 a { 
	color: #000;
	font-size: 13px;
	font-weight: bold
}
div#recomqs h4 {
	font-size: 9px;
	padding-top: 10px;
}
div#showThread div.column2 ins  { text-align: center }


div#recomqs .question_box {
	margin: 0 auto 5px;
	width: 253px;
	margin-top: 30px
}
div#recomqs .question_box_header {
	background: url(https://dojrzewamy.pl/dojrzewamy/img/asking_header.jpg);
	height: 46px;
}
div#recomqs .question_box_content {
	background: #149ECC;
}

div#recomqs .question_box_header h2 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	float: left;
	font-size:14px;
	line-height: 46px;
	padding :0 0 0 35px;
	margin: 0;
}

div#recomqs div.input label {
	display: block;
	float: left;
	width: 200px;
	font-size: 12px;
	color: #fff;
	margin: 0 8px;
}

div#recomqs #AskingForm #QuestionContent {
	padding: 2px;
	margin: 0 8px;
	width: 237px;
	background: #fff;
	color: #000;
}
div#recomqs #AskingForm .submit {
	padding: 5px 0;
}
div#recomqs #AskingForm .submit input {
	float: none;
	height: 58px;
	margin: 0;
	padding: 0;
	width: 214px;
	margin: 0 8px;
	border: none;
}
div#recomqs .question_box_footer {
	height: 4px;
	overflow: hidden;
}


#add-task {
	margin-top: 30px;
	width: 300px;
	height: 200px;
	display: block;
	position: relative;
	background: url('https://zadane.pl/img/home/form-task-bg.png') repeat-x;
	padding: 10px;
}

#add-task-block fieldset {
	border: 0px;
}

#add-task-block h2 {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 5px 0;
}

#add-task-block .task-content-area {
	height: 145px;
	width: 300px;
	margin-bottom: 5px;
	color: #999;
}

#add-task-block select {
	margin: 3px 10px 0 0;
}

#add-task-block select.select-school {
	width: 130px;
}

#add-task-block select.select-category {
	width: 100px;
}

#add-task-button {
	background: url('https://zadane.pl/img/home/form-task-button.png') no-repeat;
	width: 48px;
	height: 26px;
	border: 0px;
	color: white;
	font-size: 13px;
	vertical-align: middle;
	margin: 0px;
}

.top-left {
	position: absolute;
	top: 0px;
	left: 0px;
}

.top-right {
	position: absolute;
	top: 0px;
	right: 0px;
}

.bottom-left {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.bottom-right {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.fleft { 
	float: left
}
.fright {
	float: right;
}




