/**
 *    Recall Alert Styles
 */

#recallAlert {
  width:466px;
  height:434px;
  padding:5px 10px 10px;
  background-color:#fff;
  border:1px solid #000;
  position:absolute;
  z-index:1000;
  top:30px;
  left:50%;
  margin-left:-289px;
  border:8px solid #669900;
  padding:44px 54px 0 58px;
  text-align:left;
  color:#000;
}
* html #recallAlert {
  width:578px;
  margin-left:-350px;
}
*:first-child+html #recallAlert {
  width:578px;
  margin-left:-350px;
  height:484px;
}
#recallAlert a {
  color:#000;
  text-decoration:none;
}
#recallAlert div.close {
  float:right;
  cursor:pointer;
  padding:0 0 5px 5px;
  margin-top:-30px;
  margin-right:-40px;
  color:#336600;
  font-weight:bold;
  font-size:14px;
}
* html #recallAlert div.close {
  margin-right:-20px;
  padding-top:1px;
}
*:first-child+html #recallAlert div.close {
  margin-top:-20px;
  padding-top:1px;
}

#recallAlert div.close span {
  border:1px solid #336600;
  padding:0 3px;
}
* html #recallAlert div.close span {
  margin-top:2px;
}
#recallAlert a:hover {
  text-decoration:underline;
}
#recallAlert h1 {
  clear:both;
  color:#336600;
  font-size:24px;
  margin-top:0;
}
#recallAlert p {
  font-size:12px;
  line-height:16px;
  padding-bottom:20px;
  margin:0;
}
#recallAlert p a {
  color:#663366;
  font-weight:bold;
}
#recallAlert a.logo {
  outline:0;
  border:0;
}
#recallAlert a.logo img {
  border:0;
}