@charset "UTF-8";
/* CSS Document */

div.Module {
  background: 
	url(../images/module/module_topleft.gif)
  top left no-repeat;
  }
div.Module h5 {
  background: 
	url(../images/module/module_topright.gif) 
  top right no-repeat;
  padding:4px 15px 10px 15px;
  margin:0;
  font-weight:bold;
  }
div.ModuleBody {
  background: 
	url(../images/module/module_rightborder.gif) 
  top right repeat-y;
  margin:0;
  margin-top:-1.5em;
  padding:15px;
  }
div.ModuleFooter {
  background: 
	url(../images/module/module_bottomleft.gif) 
  bottom left no-repeat;
  margin-top:-15px;
  }
div.ModuleFooterThin {
  background: 
	url(../images/module/module_bottomleft_thin.gif) 
  bottom left no-repeat;
  margin-top:-15px;
  }
div.ModuleFooter p {
  background: 
	url(../images/module/module_bottomright.gif) 
  bottom right no-repeat;
  display:block;
  padding:15px;
  margin:-1.5em 0 0 0;
  }
  
 div.ModuleFooterThin p {
  background: 
	url(../images/module/module_bottomright_thin.gif) 
  bottom right no-repeat;
  display:block;
  padding-top:0px;
  margin:-1.5em 0 0 0;
  }