body{
	font-family: Arial, Helvetica, sans-serif;
}
h1{
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  color: #000;
  margin-bottom: 10px;
}
.birthday {
  margin-top:20px;
  font-family: "Arial", "Lucida Grande", Sans-Serif;
  font-size: 12px;
  text-align: left;
  border-collapse: collapse;
}
.birthday th{
  padding:8px;
  font-weight:bold;
  font-size:11px;
  background:#05E;
  color:#fff;
}
.birthdaytl{
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
.birthdaytr{
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.birthday thead{
  border-bottom-style:solid;
  border-bottom-color:#cdf;
  border-bottom-width:1px;
}
.birthday tr{
  border-bottom-style:solid;
  border-bottom-color:#cdf;
  border-bottom-width:1px;
}
.birthday tr:hover{
  border-bottom-style:solid;
  border-bottom-color:#cdf;
  border-bottom-width:1px;
  background-color:#FAF8CC;
  font-weight:bold;
}
.birthday td{
  padding:10px 7px 7px;
}
.birthday a{
  color:#36C;
  text-decoration:none;
}

.birthdaybox{
  width:900px;
  margin-top:10px;
}

.mainbox900 {
  margin-top: 10px;
  width: 900px;
  font-size:12px;
}

.left600{
  width: 720px;
  float: left;
  text-align:left;
}
.left600 p{
  padding-left:7px;
}
.rightbox {
  width: 160px;
  float: right;
}

.shareboxheader{
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  width:150px;
  background:#028736;
  color:#fff;
  padding:5px;
  text-align:left;
  margin-top:10px;
  font-weight:bold;
}
.sharebox{
  width:148px;
  height:140px;
  border-color:#028736;
  border-style:solid;
  border-width:1px;
  background:#fff;
  padding:5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom:20px;
  background-color:#f8fffb;
}
