#REG-widget{
	background-color: cbcbcb;
	display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt; 
  height: 178px; 
  width: 315px;
}

#REG-widget div.head{
  height: 72px;
  width: 100%;
}

#REG-widget div.left{
	display: table-cell;
	float: left;
	font-weight: bold;
  height: 66px; 
  padding: 8px 2px;
  text-align: center;
  width: 152px;
}

#REG-widget div.right{
  display: table-cell;
	float: right;
  height: 66px;
  padding: 8px 2px;
  text-align: center;
  width: 152px;
}

#REG-widget div.footer{
	font-weight: bold;
  height: 18px;
  padding: 3px;
  text-align: center;
  width: 100%;
}

#REG-widget a{ text-decoration: none; }
#REG-widget a:LINK {color: black;}
#REG-widget a:VISITED {color: black;}

#REG-widget div.info{
  font-weight: bold;
  padding: 2px;
}

#REG-widget div.right a img{
  border: 1px solid black;
}

#REG-widget div.head a img{
  border: none;
}