.welcome-widget {
  width: 339px;
  border: 3px solid #ddd;
  height: 216px;
  text-align: center;
  font-size: 14px;
  float: right;
  line-height: 1.2em;
}

.welcometop {
  font-weight: bold;
  padding: 15px;
  border-bottom: 1px dotted #ddd;
  background: #f0f0f0;
}

.welcomebottom {
  text-align: center;
  padding: 15px;
  font-size: 12px;
}

.welcomebottom a {
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  font-size: 14px;
}

