.inviteTable
{
  width:100%;
}

.inviteTdTxt
{
  font-size:16px;
  font-family:arial;
  font-weight:bold;
  color:#333333;
  padding-left:15px;
}

.inputField
{
  width:200px;
}

.commentTxt
{
  font-size:13px;
  color:gray;
  font-family:arial;
  font-weight:bold;
}

.inputButtonTd
{
  padding-left:60px;
}

#emailFormDiv h4
{
  font-size:19px;
  font-family:arial;
  font-weight:normal;
  color:#333333;
}


.addressBookMsg
{
  font-size:21px;
  color:#6667b8;
  font-family:arial;
  font-weight:bold;
}

.addressBookMsgSmall
{
  font-size:17px;
  color:#6667b8;
  font-family:arial;
  font-weight:bold;
}

.emailImgTd
{
  padding-left:34px;
}

.otherLinks
{
  padding-top:10px;
}

.otherLinks, .otherLinks a
{
  text-decoration:none;
  font-size:12px;
  font-family:arial;
}

.cuteInviteButton
{
  font-weight:bold;
  font-family:arial;
  font-size:15px;
  color:white;
  background:#7070d0;
}

.manualEmailTd, .labelMsgM
{
  font-weight:bold;
  font-family:arial;
  font-size:14px;
  color:#333333;
}

.labelMsgM
{
  padding-bottom:10px;
}

.manualEmailTd textarea
{
  width:450px;
  height:60px;
}

.inviteButton
{
  width:150px;
  font-weight:bold;
  font-family:arial;
  font-size:15px;
  color:white;
  background:#7070d0;
}

.infoMsg
{
  font-weight:bold;
  font-size:16px;
  font-family:arial;
  color:green;
}

#addressBookDiv
{
  max-height:500px;
  height:auto !important;
  height:500px;
  overflow-y:scroll;
}

#emailFormDiv
{
  /*margin-top:10px;*/
  margin-bottom:20px;
}

#addressBookWrapper
{
  width:500px;
  margin-left:138px;
  margin-bottom:10px;
}

.abTd1
{
  width:40px;
}

.abTd2
{
  width:220px;
}

.abTd3
{
  width:220px;
}

.abwTdTop, .abwTdBottom
{
  font-weight:bold;
  background:aqua;
  color:#333333;
  font-size:14px;
  font-family:arial;
}

.abwTdBottom a
{
  font-weight:normal;
  font-size:13px;
  font-family:arial;
}

#addressBookTable
{
  font-size:13px;
  font-family:arial;
  color:green;
}

.freeMinsTxt
{
  font-size:20px;
  color:#6667b8;
  font-weight:normal;
}

.labelMsg
{
  font-size:13px;
  font-family:arial;
  color:black;
}


.inputMsg
{
  width:400px;
}

.inputMsgM
{
  width:450px;
}

.linkTable
{
  font-size:13px;
  font-family:arial;
}

.linkInput
{
  width:300px;
}

.smallMsgGreen
{
  color:green;
  font-size:12px;
  font-family:arial;
  font-weight:normal;
}