﻿.greenimagewrapper {
position: relative;
float: left;
background: #d4df20;
width:100%;
}

.greenimagewrapper span {
position: absolute;
z-index: 2;
height: 11px;
width: 11px;
}

.greenimagewrapper span.Normal {
	position:static;
	height::auto;
	width:auto;
}

.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;
}