.imagewrapper img {
border: none;
margin-right:2px;
margin-top:2px;
margin-bottom:2px;
margin-left:0px;
padding-left:0px;
}

#imagewrapper_top img {
border: none;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
padding-left:0px;
}

.imagewrapper {
position: relative;
float: left;
}

#imagewrapper_top {
position: relative;
float: left;
}

.imagewrapper span {
position: absolute;
z-index: 2;
height: 12px;
width: 12px;
}

#imagewrapper_top span {
position: absolute;
z-index: 2;
height: 12px;
width: 12px;
}

.curve1 {
background: transparent url(topright.gif) top right no-repeat;
top: 0;
right: 0;
}

.curve2 {
background: transparent url(topleft.gif) top left no-repeat;
top: 0;
left: 0;
}

.curve3 {
background: transparent url(bottomright.gif) bottom right no-repeat;
bottom: 0;
right: 0;
}

.curve4 {
background: transparent url(bottomleft.gif) bottom left no-repeat;
bottom: 0;
left: 0;
}