﻿#TipAFriend
{
  font-family: Arial;
  position: absolute;
  top: 20%;
  left: 35%;
  z-index: 3;
  background: white;
  width: 330px;
  height: 500px;
  padding-left: 30px;
  padding-top: 20px;
  border: solid 1px #afafaf;
  overflow: hidden;
}

.TipAFriend
{
  position: relative;
  z-index: 3;
}

.hidden
{
  display: none;
}

#toneLayer
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1200px;
  width: 100%;
  background-color: Black;
  z-index: 2;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#TipAFriend
{
  font-size: 11px;
  font-weight: bold;
  color: #484747;
}

.EmailTextLabel
{
  width: 105px;
}

.EmailBox
{
}

.EmailBox input, .NameBox input
{
  width: 305px;
}

.MessageTextLabel
{
}

.TextBox
{
  width: 305px;
  height: 200px !important;
}

.TAFSubmit
{
  float: right;
  padding-right: 18px;
}

.TAFHide
{
  float: right;
  padding-right: 15px;
}

.TAFHide input
{
  border: none;
  background: White;
  color: #adadad;
  width: 40px;
  cursor: pointer;
}

.TAFSubmit input
{
  border: none;
  background: White;
  color: #adadad;
  width: 40px;
  cursor: pointer;
}

.FromEmail
{
  padding-top: 10px;
  padding-bottom: 10px;
}

.validationSummary
{
  float: left;
}

.validationSummary ul
{
  float: left;
  margin: 0px;
  padding: 0px;
  width: 200px;
  list-style: none;
}

