@charset "utf-8";
/* CSS Document */

.RoundedWhite {

}

.ZeroPad {
padding: 0;
margin: 0;
}

.ContainerPad {
padding: 10px 0;
}

.RoundedBlue {
padding: 0;
}

.Image img {
display: block;
}

.Image {
position: relative;
float: left;
}

.Image span {
width: 9px;
height: 9px;
font-size: 0;
background-image: url(images/rounded-corners.gif);
position: absolute;
}

.tl {
top: 0;
left: 0;
z-index: 999;
}
.tr {
top: 0;
right: 0;
background-position: 9px 0;
z-index: 999;
}
.bl {
bottom: 0;
left: 0;
background-position: 0 9px;
z-index: 999;
}
.br {
bottom: 0;
right: 0;
background-position: 9px 9px;
z-index: 999;
}

* html .tr {
right: -1px;
}
* html .bl {
bottom: -1px;
}
* html .br {
bottom: -1px;
right: -1px;
}