﻿.imagewrapper {
position: relative;
float: left;
border:1px solid #000;
}

.imagewrapper span {
position: absolute;
z-index: 2;
height: 12px;
width: 12px;
}


.imagewrapper span.Normal {
	position:static;
	height::auto;
	width:auto;
}

.curve1 {
background: transparent url(topright.gif) top right no-repeat;
top: -1px;
right: -1px;
}

.curve2 {
background: transparent url(topleft.gif) top left no-repeat;
top: -1px;
left: -1px;
}

.curve3 {
background: transparent url(bottomright.gif) bottom right no-repeat;
bottom: -1px !important;
bottom: -2px;
right: -1px;
}

.curve4 {
background: transparent url(bottomleft.gif) bottom left no-repeat;
bottom: -1px !important;
bottom: -2px;
left: -1px;
}

.imagewrapper .ContentPane p 
{
	padding: 10px;
	margin:0;
	line-height:1.1em;
	font-size: 11px;
}
