div.semirounded {
	float: left;
    max-width:2400px;
    margin:15px 4px;
    width: 150px;
}

div.semirounded div.top {
    background:url(img/sm_tl.png) no-repeat bottom left;
    padding:0px;
    width:100%;
}

div.semirounded div.top div.right {
    background:url(img/sm_tr.png) repeat-x bottom right;
    height:22px;
    margin-left:22px;
}

div.semirounded div.middle {
    background:url(img/sm_ml.png) repeat-y left;
    clear:both;
    width:100%;
}

div.semirounded div.middle div.right {
    background:url(img/sm_mr.png) repeat-y right;
    margin-left:5px;
}

div.semirounded div.middle div.right div.content {
    height: 80px;
	background:white;
    color:#000;
    font-family:"Trebuchet MS", Calibri, Tahoma, sans-serif;
    font-size:1.0em;
    line-height:1.3em;
    margin-right:5px;
    padding:15px;
    text-align:left;
}

div.semirounded div.middle div.right div.content p {
    margin:0px;
    padding-top:15px;
}

div.semirounded div.middle div.right div.content h2 {
    color:#0f2;
    font-size:1.75em;
    font-weight:bold;
    margin:0px;
    padding:7px 0px;
}

div.semirounded div.bottom {
    background:url(img/sm_bl.png) no-repeat top left;
    clear:both;
    padding:0px;
    width:100%;
}

div.semirounded div.bottom div.right {
    background:url(img/sm_br.png) no-repeat top right;
    height:22px;
    margin-left:22px;
}

