﻿


.left_top_corner
{
background-image: url("/__static__/images/structure/block/left_top_corner.png");
background-repeat: no-repeat;
background-position: left top;
width:30px;
height:30px;
}

.left_bottom_corner
{
background-image: url("/__static__/images/structure/block/left_bottom_corner.png");
background-repeat: no-repeat;
background-position: left bottom;
width:30px;
height:30px;
}

.right_top_corner
{
background-image: url("/__static__/images/structure/block/right_top_corner.png");
background-repeat: no-repeat;
background-position: right top;
width:30px;
height:30px;
}

.right_bottom_corner
{
background-image: url("/__static__/images/structure/block/right_bottom_corner.png");
background-repeat: no-repeat;
background-position: right bottom;
width:30px;
height:30px;
}

.left_y
{
background-image: url("/__static__/images/structure/block/left_space.png");
background-repeat: repeat-y;
background-position: left bottom;
width:30px;
}

.top_x
{
background-image: url("/__static__/images/structure/block/top_space.png");
background-repeat: repeat-x;
background-position: right top;
height:30px;
}

.right_y
{
background-image: url("/__static__/images/structure/block/right_space.png");
background-repeat: repeat-y;
background-position: right bottom;
width:30px;
}

.bottom_x
{
background-image: url("/__static__/images/structure/block/bottom_space.png");
background-repeat: repeat-x;
background-position: left bottom;
height:30px;
}

.block_content
{
background-color: #ffffff;
padding: 5px;
text-align: left;
}

.anons_padding {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border: 0px solid #ff0000;
}

.anons_content {
	width: 100%;
	border: 0px solid #ff0000;
}

#annons {
	position: relative;
	z-index: 10;
	margin: 0 auto;
}

.annons_body {
	position: absolute;
	border: 0px solid #cccccc;
	width: 100%;
	z-index: 100;
}

#DropDownAnnonsClose {
cursor: pointer; 
}
