.imagewrapper img {
border: 1px solid #e3e3e3 !important;
}

.imagewrapper {
position: relative;
float: left;
}

.imagewrapper span {
position: absolute;
z-index: 2;
height: 15px;
width: 15px;
}

.curve1 {
background: transparent url(../images/topright.png) top right no-repeat;
top: 0;
right: -1px;
}
* html .curve1 {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/topright.png',sizingMethod='scale');
background:none;
top: 0;
right: -1px;
}
.curve2 {
background: transparent url(../images/topleft.png) top left no-repeat;
top: 0;
left: 0;
}
* html .curve2 {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/topleft.png',sizingMethod='scale');
background:none;
top: 0;
left: 0;
}

.curve3, .curve5{
background: transparent url(../images/bottomright.png) bottom right no-repeat;
bottom: 0px;
right: -1px;
}

.curve4, .curve6{
background: transparent url(../images/bottomleft.png) bottom left no-repeat;
bottom: 0px;
left: 0;
}
* html .curve3 {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bottomright.png',sizingMethod='scale');
background:none;
bottom: 1px;
right: -1px;
}

* html .curve4 {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bottomleft.png',sizingMethod='scale');
background:none;
bottom: 1px;
left: 0;
}

* html .curve5 {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bottomright.png',sizingMethod='scale');
background:none;
bottom: -1px;
right: -1px;
}

* html .curve6 {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bottomleft.png',sizingMethod='scale');
background:none;
bottom: -1px;
left: 0;
}