.ro, .lo, .ru, .lu
{
  width: 100%;
}

.ro 
{
  background:url(images/green_ro.png) top right no-repeat;
}

.lo {
  background:url(images/green_lo.png) top left no-repeat;
}

.ru {
  background:url(images/green_ru.png) bottom right no-repeat;
}

.lu {
  background:url(images/green_lu.png) bottom left no-repeat;
}

#cont_module_box
{
  padding: 15px;
}

#cont_module_outerbox
{
  margin-top: 10px;
  margin-left: 180px;
}

#cont_module_title
{
  float: left;
  width: 170px;
}

#cont_module_content
{
  width: 100%;
  float: left;
  padding-top; 10px;
}

