.round_corner_box{
float:left;
margin-right:40px;
  margin-top:40px;
width:210px;
}
/* some terrible work-around for the ie7 - it won't be necessary in ie8 YES  */
*+html .round_corner_box {
  margin-top:40px;
}
.round_corner_box .box_ro {

color:white;
}

.box_ro {
background:url(images/rb_tr.gif) no-repeat top right;
background-color:#496789;
}
.box_lo {
background:url(images/rb_tl.gif) no-repeat top left;
}
.box_lu {
background:url(images/rb_bl.gif) no-repeat bottom left;
}
.box_ru {

background:url(images/rb_br.gif) no-repeat bottom right;
}
.box_ru>div {
padding: 10px 10px 10px 10px;
}
.box_ru li {
margin:0px 0px 0px 10px;
}
.box_ru ul {
list-style-image:url(images/ul-bullet.png);
margin:10px;
padding-left:10px;
}
.box_ru a {
color:white;
font-weight:bold;
}
.teaser_content {
margin-top:40px;
margin-left:250px;
}

.round_corner_box h1 {
color:white;
font-size:14px;
}

