#overlay{
    background-image: url(img/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(img/overlay.png);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="img/overlay.png", sizingMethod="scale");
}

#close{
  cursor:pointer;
	/*cursor:hand;*/
	float:right;
}

#email_link
{
  cursor:pointer;
  /*cursor:hand;*/
}


#box2_cont{
  width: 410px;
  z-index: 99;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

#box_cont{
 
    z-index: 99;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

div#AUDREY_login
{
  margin-bottom: 10px;
}


div.email_row
{
  clear: both; 
  height: 28px;
  padding: 10px 0 0 0;
}

div.email_row2
{
  clear: both; 
  height: 75px; 
}

div.email_row3
{
  padding: 10px 0 0 0;
  clear: both; 
  height: 105px;
}

div.email_right
{
float: left; 
}

div.email_left
{
float: left; width: 75px; padding-top: 2px;
}

.user_link {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #265f6c;
text-decoration: none;
font-weight: bold;
}

/** Added 10-01-2008 **/
.secondary_form
{
background-color: #E5E5E5;
border: 1px solid #818181;
float: left;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
padding: 8px 15px 6px;
width: 628px;
color: #000;
}

.secondary_form a
{
text-decoration: none;
}

.hp_contact_title
{
clear: both;
color: #000000;
display: inline;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 32px;
}

/** Added 10-03-2008 **/
.float_right
{
float: right;
}

.close_form a {
float: right;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #8d8d8d;
}

.close_form a:hover {
color:#313131;
}
