﻿#DivRouned
{
    width: 200px;
}

#TopRounded
{
    background: transparent url(../images/imageTopRounded.gif) no-repeat scroll center top;
    height: 13px;
    vertical-align: middle;
    text-align: center;
    font-weight: 800;
    color: #DC2B36;
}
#BodyRounded
{
    background: transparent url(../images/imageBodyRounded.gif) repeat-y scroll center top;
    padding-left: 30px;
    padding-right: 5px;
}
#BottomRounded
{
    background: transparent url(../images/imageBottomRounded.gif) no-repeat scroll center top;
    height: 13px;
}

/* Box Rounded */
.box #DivRouned
{
    width: 200px;
}

.box #TopRounded
{
    background: transparent url(../images/box_top_round.gif) no-repeat scroll center top;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    font-weight: 800;
    color: #DC2B36;
}
.box #BodyRounded
{
    background: transparent url(../images/box_body_round.gif) repeat-y scroll center top;
    padding: 5px 10px 0px 10px;
    color: #FFFFFF;
}

.box #BottomRounded
{
    background: transparent url(../images/box_bottom_round.gif) no-repeat scroll center top;
    height: 13px;
}

.box h2
{
    color: #90151e;
    font-size: 1.2em;
}

