div.shadow_big_corner_tl {
	position: relative;
	position: absolute;
	width: 14px;
	height: 14px;
	top: -7px;
	left: -7px;
	background-image: url("../images/shadows/big/corner_tl.png");
	z-index: 3;
	font-size: 1px;
	line-height: 1px;
}

div.shadow_big_corner_tr {
	position: relative;
	position: absolute;
	width: 14px;
	height: 14px;
	top: -7px;
	right: -7px;
	background-image: url("../images/shadows/big/corner_tr.png");
	font-size: 14px;
	line-height: 14px;
	z-index: 3;
	font-size: 1px;
	line-height: 1px;
}

div.shadow_big_corner_br {
	position: relative;
	position: absolute;
	width: 14px;
	height: 14px;
	bottom: -7px;
	right: -7px;
	background-image: url("../images/shadows/big/corner_br.png");
	z-index: 3;
	font-size: 1px;
	line-height: 1px;
}

div.shadow_big_corner_bl {
	position: relative;
	position: absolute;
	width: 14px;
	height: 14px;
	bottom: -7px;
	left: -7px;
	background-image: url("../images/shadows/big/corner_bl.png");
	z-index: 3;
	font-size: 1px;
	line-height: 1px;
}

div.shadow_big_edge_top {
	position: relative;
	position: absolute;
	height: 8px;
	top: -8px;
	left: 4px;
	right: 4px;
	background-image: url("../images/shadows/big/edge_top.png");
	background-repeat: repeat-x;
	z-index: 2;
}

div.shadow_big_edge_bottom {
	position: relative;
	position: absolute;
	height: 8px;
	bottom: -8px;
	left: 4px;
	right: 4px;
	background-image: url("../images/shadows/big/edge_bottom.png");
	background-repeat: repeat-x;
	font-size: 1px;
	line-height: 1px;
	z-index: 2;
}

div.shadow_big_edge_right {
	position: relative;
	position: absolute;
	width: 8px;
	right: -8px;
	top: 4px;
	bottom: 4px;
	background-image: url("../images/shadows/big/edge_right.png");
	background-repeat: repeat-y;
	z-index: 2;
}

div.shadow_big_edge_left {
	position: relative;
	position: absolute;
	width: 8px;
	left: -8px;
	top: 4px;
	bottom: 4px;
	background-image: url("../images/shadows/big/edge_left.png");
	background-repeat: repeat-y;
	z-index: 2;
}

div.shadow_medium_corner_tl {
	position: relative;
	position: absolute;
	width: 9px;
	height: 9px;
	top: -3px;
	left: -3px;
	background-image: url("../images/shadows/medium/corner_tl.gif");
	font-size: 1px;
	line-height: 1px;
	z-index: 5;
}

div.shadow_medium_corner_tr {
	position: relative;
	position: absolute;
	width: 9px;
	height: 9px;
	top: -3px;
	right: -3px;
	background-image: url("../images/shadows/medium/corner_tr.gif");
	z-index: 5;
	font-size: 1px;
	line-height: 1px;
}

div.shadow_medium_corner_br {
	position: relative;
	position: absolute;
	width: 9px;
	height: 9px;
	bottom: -3px;
	right: -3px;
	background-image: url("../images/shadows/medium/corner_br.gif");
	z-index: 5;
	font-size: 1px;
	line-height: 1px;
}

div.shadow_medium_corner_bl {
	position: relative;
	position: absolute;
	width: 9px;
	height: 9px;
	bottom: -3px;
	left: -3px;
	background-image: url("../images/shadows/medium/corner_bl.gif");
	z-index: 5;
	font-size: 1px;
	line-height: 1px;
}

div.shadow_medium_edge_top {
	position: relative;
	position: absolute;
	height: 2px;
	top: -2px;
	left: 0px;
	right: 0px;
	background:#e7e8e9;
	z-index: 1;
}

div.shadow_medium_edge_bottom {
	position: relative;
	position: absolute;
	height: 2px;
	bottom: -2px;
	left: 0px;
	right: 0px;
	background:#e7e8e9;
	z-index: 1;
	font-size: 1px;
	line-height: 1px;
}

div.shadow_medium_edge_right {
	position: relative;
	position: absolute;
	width: 2px;
	right: -2px;
	top: 0px;
	bottom: 0px;
	background:#e7e8e9;
	z-index: 1;
}

div.shadow_medium_edge_left {
	position: relative;
	position: absolute;
	width: 2px;
	left: -2px;
	top: 0px;
	bottom: 0px;
	background:#e7e8e9;
	z-index: 1;
}

div.shadow_small_corner_tl {
	position: relative;
	position: absolute;
	width: 4px;
	height: 4px;
	top: -1px;
	left: -1px;
	background-image: url("../images/shadows/small/corner_tl.png");
	z-index: 2;
	font-size: 1px;
	line-height: 1px;
}

div.shadow_small_corner_tr {
	position: relative;
	position: absolute;
	width: 4px;
	height: 4px;
	top: -1px;
	right: -1px;
	background-image: url("../images/shadows/small/corner_tr.png");
	z-index: 2;
	font-size: 1px;
	line-height: 1px;
}

div.shadow_small_corner_br {
	position: relative;
	position: absolute;
	width: 4px;
	height: 4px;
	bottom: -1px;
	right: -1px;
	background-image: url("../images/shadows/small/corner_br.png");
	z-index: 2;
	font-size: 1px;
	line-height: 1px;
}

div.shadow_small_corner_bl {
	position: relative;
	position: absolute;
	width: 4px;
	height: 4px;
	bottom: -1px;
	left: -1px;
	background-image: url("../images/shadows/small/corner_bl.png");
	z-index: 2;
	font-size: 1px;
	line-height: 1px;
}

div.shadow_small_edge_top {
	position: relative;
	position: absolute;
	height: 1px;
	top: -1px;
	left: 0px;
	right: 0px;
	background-image: url("../images/shadows/small/edge_top.png");
	background-repeat: repeat-x;
	z-index: 1;
}

div.shadow_small_edge_bottom {
	position: relative;
	position: absolute;
	height: 1px;
	bottom: -1px;
	left: 0px;
	right: 0px;
	background-image: url("../images/shadows/small/edge_bottom.png");
	background-repeat: repeat-x;
	z-index: 1;
	font-size: 1px;
	line-height: 1px;
}

div.shadow_small_edge_right {
	position: relative;
	position: absolute;
	width: 1px;
	right: -1px;
	top: 0px;
	bottom: 0px;
	background-image: url("../images/shadows/small/edge_right.png");
	background-repeat: repeat-y;
	z-index: 1;
}

div.shadow_small_edge_left {
	position: relative;
	position: absolute;
	width: 1px;
	left: -1px;
	top: 0px;
	bottom: 0px;
	background-image: url("../images/shadows/small/edge_left.png");
	background-repeat: repeat-y;
	z-index: 1;
}

div.corner_small_tl {
	position: relative;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 2px;
	height: 2px;
	line-height: 2px;
	font-size: 2px;
	background-image: url("../images/corners/small/corner_tl.png");
	font-size: 1px;
	line-height: 1px;
}

div.corner_small_tr {
	position: relative;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 2px;
	height: 2px;
	line-height: 2px;
	font-size: 2px;
	background-image: url("../images/corners/small/corner_tr.png");
	font-size: 1px;
	line-height: 1px;
}

div.corner_small_bl {
	position: relative;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 2px;
	height: 2px;
	line-height: 2px;
	font-size: 2px;
	background-image: url("../images/corners/small/corner_bl.png");
	font-size: 1px;
	line-height: 1px;
}

div.corner_small_br {
	position: relative;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 2px;
	height: 2px;
	line-height: 2px;
	font-size: 2px;
	background-image: url("../images/corners/small/corner_br.png");
	font-size: 1px;
	line-height: 1px;
}

div.corner_medium_tl {
	position: relative;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 7px;
	height: 7px;
	background-image: url("../images/corners/medium/corner_tl.png");
	z-index: 2;
	font-size: 1px;
	line-height: 1px;
}

div.corner_medium_tr {
	position: relative;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 7px;
	height: 7px;
	background-image: url("../images/corners/medium/corner_tr.png");
	z-index: 2;
	font-size: 1px;
	line-height: 1px;
}

div.corner_medium_bl {
	position: relative;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 7px;
	height: 7px;
	background-image: url("../images/corners/medium/corner_bl.png");
	z-index: 2;
	font-size: 1px;
	line-height: 1px;
}

div.corner_medium_br {
	position: relative;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 7px;
	height: 7px;
	background-image: url("../images/corners/medium/corner_br.png");
	z-index: 2;
	font-size: 1px;
	line-height: 1px;
}

/* Border with rounded corner */

div.border_edge_medium_left {
	position: relative;
	position: absolute;
	background: white;
	left: -2px;
	top: 4px;
	bottom: 4px;
	width: 2px;
}

div.border_edge_medium_right {
	position: relative;
	position: absolute;
	background: white;
	right: -2px;
	top: 4px;
	bottom: 4px;
	width: 2px;
}

div.border_edge_medium_top {
	position: relative;
	position: absolute;
	background: white;
	left: 4px;
	right: 4px;
	top: -2px;
	height: 4px;
}

div.border_edge_medium_bottom {
	position: relative;
	position: absolute;
	background: white;
	left: 4px;
	right: 4px;
	bottom: -2px;
	height: 2px;
	font-size: 1px;
	line-height: 1px;
}

div.border_corner_medium_tl {
	position: relative;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 10px;
	height: 10px;
	background-image: url("../images/borders/medium/corner_tl.png");
	font-size: 1px;
	line-height: 1px;
}

div.border_corner_medium_tr {
	position: relative;
	position: absolute;
	top: -2px;
	right: -2px;
	width: 10px;
	height: 10px;
	background-image: url("../images/borders/medium/corner_tr.png");
	font-size: 1px;
	line-height: 1px;
}

div.border_corner_medium_bl {
	position: relative;
	position: absolute;
	bottom: -2px;
	left: -2px;
	width: 10px;
	height: 10px;
	background-image: url("../images/borders/medium/corner_bl.png");
	font-size: 1px;
	line-height: 1px;
}

div.border_corner_medium_br {
	position: relative;
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 10px;
	height: 10px;
	background-image: url("../images/borders/medium/corner_br.png");
	font-size: 1px;
	line-height: 1px;
}

div.border_edge_big_left {
	position: relative;
	position: absolute;
	background: white;
	left: -12px;
	top: 0px;
	bottom: 0px;
	width: 12px;
}

div.border_edge_big_right {
	position: relative;
	position: absolute;
	background: white;
	right: -12px;
	top: 0px;
	bottom: 0px;
	width: 12px;
}

div.border_edge_big_top {
	position: relative;
	position: absolute;
	background: white;
	left: 0px;
	right: 0px;
	top: -12px;
	height: 12px;
}

div.border_edge_big_bottom {
	position: relative;
	position: absolute;
	background: white;
	left: 0px;
	right: 0px;
	bottom: -12px;
	height: 12px;
}

div.border_corner_big_tl {
	position: relative;
	position: absolute;
	top: -12px;
	left: -12px;
	width: 12px;
	height: 12px;
	background-image: url("../images/borders/big/corner_tl.png");
	font-size: 1px;
	line-height: 1px;
}

div.border_corner_big_tr {
	position: relative;
	position: absolute;
	top: -12px;
	right: -12px;
	width: 12px;
	height: 12px;
	background-image: url("../images/borders/big/corner_tr.png");
}

div.border_corner_big_bl {
	position: relative;
	position: absolute;
	bottom: -12px;
	left: -12px;
	width: 12px;
	height: 12px;
	background-image: url("../images/borders/big/corner_bl.png");
}

div.border_corner_big_br {
	position: relative;
	position: absolute;
	bottom: -12px;
	right: -12px;
	width: 12px;
	height: 12px;
	background-image: url("../images/borders/big/corner_br.png");
}

div.border_corner_small_tl {
	position: relative;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 3px;
	height: 3px;
	background-image: url("../images/borders/small/corner_tl.png");
	font-size: 1px;
	line-height: 1px;
}

div.border_corner_small_tr {
	position: relative;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 3px;
	height: 3px;
	background-image: url("../images/borders/small/corner_tr.png");
	font-size: 1px;
	line-height: 1px;
}

div.border_corner_small_bl {
	position: relative;
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 3px;
	height: 3px;
	background-image: url("../images/borders/small/corner_bl.png");
	font-size: 1px;
	line-height: 1px;
}

div.border_corner_small_br {
	position: relative;
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 3px;
	height: 3px;
	background-image: url("../images/borders/small/corner_br.png");
	font-size: 1px;
	line-height: 1px;
}


