.boxcontent {
	border:1px solid #ccc;
	border-top:none;
	background-image:url(images/box_background.png);
	padding:5px;
}

.box {
	background:url(images/golgeleme.jpg) no-repeat;
	background-position:bottom right;
	padding:0px 0px 10px 0px;
}

.box h1 {
	background:url(images/background.png);
	font-size:18px;
	height:25px;
	text-align:center;
	color:#000000;
}


.channelViewerComponent .box h1 {
	background:url(images/newsbackground.gif) no-repeat;
	padding:10px 0px 0px 0px ;
	height:30px;
	margin:0px;

}

.channelViewerComponent ul {
	margin:0px;
}
.linksComponent .box h1 {
	background:url(images/linksbackground.gif) no-repeat;
	height:30px;
	padding:10px 0 0 0;
	margin:0px;
}

.kurComponent .box h1 {
	background:url(images/kurbackground.gif) no-repeat;
	height:30px;
	padding:10px 0 0 0;
	margin:0px;
}

.pollComponent .box h1 {
	background:url(images/pollbackground.gif) no-repeat;
	height:30px;
	padding:10px 0 0 0;
	margin:0px;
}

.weatherComponent .box h1 {
	background:url(images/weatherbackground.gif) no-repeat;
	height:30px;
	padding:10px 0 0 0;
	margin:0px;
}

.sitesearchComponent .box h1 {
	background:none;
	font-size:14pt;
	margin:0px;
}

.sitesearchComponent .boxcontent {

}

.sitesearchComponent form {
	margin:0px;
}
.sitesearchComponent input {
	border:1px solid #999999;
}

