/* CSS Document */

/*  Horizontal Suqare  */
.RoundedSquareBg {
background:#E4E4E4;
}

.topleft {
background: url(images/HorizontalSquareRounded/topleft.jpg);
width:21px;
height:43px;
}

.topmiddle {
background:url(images/HorizontalSquareRounded/topborder.jpg);
}

.topright{
background: url(images/HorizontalSquareRounded/topright.jpg);
width:22px;
height:43px;
}

.middleleft {
background:url(images/HorizontalSquareRounded/leftborder.jpg);
}

.bottomright{
background:url(images/HorizontalSquareRounded/bottomright.jpg);
height:21px; 
}

.middlebottom {
background:url(images/HorizontalSquareRounded/bottomborder.jpg);
}

.bottomleft {
background:url(images/HorizontalSquareRounded/leftbottom.jpg);
height:21px;
}

.middleright {
background:url(images/HorizontalSquareRounded/rightborder.jpg);
}