.roundedBox { background-color:#ffffff;font-size:8pt;position:absolute;}
.roundedBox .topLeft { width:20px;height:20px;background: url(http://images1.mundial.com.co/MundialB2B/images/roundedBox/top_left.png) no-repeat top left; }
.roundedBox .topRight { width:20px;height:20px;background: url(../images/roundedBox/top_right.png) no-repeat top right; }
.roundedBox .bottomLeft { width:20px;height:20px;background: url(../images/roundedBox/bottom_left.png) no-repeat bottom left; }
.roundedBox .bottomRight { width:20px;height:20px;background: url(../images/roundedBox/bottom_right.png) no-repeat bottom right; }
.roundedBox .top { height:20px;background: url(../images/roundedBox/top.png) repeat-x top; font-size:8pt;font-weight:bold;text-align:right; }
.roundedBox .bottom { height:20px;background: url(../images/roundedBox/bottom.png) repeat-x bottom; }
.roundedBox .left { width:20px;background: url(../images/roundedBox/left.png) repeat-y left; }
.roundedBox .right { width:20px;background: url(../images/roundedBox/right.png) repeat-y right; }
.roundedBox .content { padding-top:10px; }
.roundedBox .content .titulo
{
    background-image: url(../images/icons/vineta_mis_listas.png);
    background-repeat:no-repeat;
    background-position:left;
    color:#22366D;
    font-family:Trebuchet MS;
    font-size:21px;
    font-weight:bold;
    padding-left:36px;
}
.roundedBox .content .subtitulo
{
    background-image:url(../images/vinetas/vineta_categoria.png);
    background-position:left;
    background-repeat:no-repeat;
    color:#7D7D7D;
    font-family:Tahoma;
    font-size:11px;
    font-weight:bold;
    padding-left:14px;
}
.roundedBox .content .contenido
{
    padding-left:14px;
}
.roundedBox .content .contenido input
{
    margin: 2px 3px 2px 0px;
}

.roundedPopup .topLeft { width:15px; height:14px; background: transparent url(../images/roundedPopup/topLeft.png) no-repeat top left; }
.roundedPopup .topRight { width:15px; height:14px; background: transparent url(../images/roundedPopup/topRight.png) no-repeat top left; }
.roundedPopup .bottomLeft { width:15px; height:15px; background: transparent url(../images/roundedPopup/bottomLeft.png) no-repeat top left; }
.roundedPopup .bottomRight { width:15px; height:15px; background: transparent url(../images/roundedPopup/bottomRight.png) no-repeat top left; }
.roundedPopup .top { height:14px; background: transparent url(../images/roundedPopup/top.png) repeat-x top left; }
.roundedPopup .bottom { height:15px; background: transparent url(../images/roundedPopup/bottom.png) repeat-x top left; }
.roundedPopup .left { width:15px; background: transparent url(../images/roundedPopup/left.png) repeat-y top left; }
.roundedPopup .right { width:15px; background: transparent url(../images/roundedPopup/right.png) repeat-y top left; }
.roundedPopup .close { width:12px; height:12px; background:transparent url(../images/roundedPopup/close.png) no-repeat top right; cursor:pointer; }
.roundedPopup .content { background-color:#ffffff; padding: 5px 5px 10px 5px; }

