/** BORDER **/
.left_top,.left_bottom,.right_top,.right_bottom{
	position:absolute;
	width: 7px;
	height: 7px;
	background-repeat: no-repeat;
}

.left_top{
	background-image: url("../images/maleri/tl.gif");
}

.left_bottom{
	background-image: url("../images/maleri/bl.gif");
}

.right_top{
	background-image: url("../images/maleri/tr.gif");
}

.right_bottom{
	background-image: url("../images/maleri/br.gif");
}