.greenimagewrapper {
position: relative;
float: left;
background: #d4df20;
width:100%;
}

.greenimagewrapper span {
position: absolute;
z-index: 2;
height: 11px;
width: 11px;
}

.greencurve1 {
background: transparent url(greentopright.gif) top right no-repeat;
top: 0;
right: 0 !important;
/*right: -1px;*/
}

.greencurve2 {
background: transparent url(greentopleft.gif) top left no-repeat;
top: 0;
left: 0;
}

.greencurve3 {
background: transparent url(greenbtmright.gif) bottom right no-repeat;
bottom: 0 !important;
bottom: -1px;
right: 0 !important;
/*right: -1px;*/
}

.greencurve4 {
background: transparent url(greenbtmleft.gif) bottom left no-repeat;
bottom: 0 !important;
bottom: -1px;
left: 0;
}

.greenimagewrapper .ContentPane p 
{
	padding: 8px;
}

.imagewrapper {
position: relative;
float: left;
border:1px solid #000;
}

.imagewrapper span {
position: absolute;
z-index: 2;
height: 12px;
width: 12px;
}

.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: 15px;
}

