.add_as_friend_main_content
{
  padding-top:20px; 
  font-size:12px; 
  float:left;
  width:200px;
}

.add_as_friend_title
{
  font-size:20px;
  font-weight:bold;
}

.add_as_friend_title a
{
  font-size:20px;
  color:#63b7f3;
  text-decoration:none;
}

.add_as_friend_title a:hover
{
  color:#63b7f3;
  text-decoration:underline;
}

.add_as_friend_error_message
{
  font-size:14px; 
  padding-top:15px;
}


#facebox_friendshiprequest .b {
  background:url(/templates/nimble_2008_001/images/facebox/b.png);
}
 
#facebox_friendshiprequest .tl {
  background:url(/templates/nimble_2008_001/images/facebox/tl.png);
}
 
#facebox_friendshiprequest .tr {
  background:url(/templates/nimble_2008_001/images/facebox/tr.png);
}
 
#facebox_friendshiprequest .bl {
  background:url(/templates/nimble_2008_001/images/facebox/bl.png);
}
 
#facebox_friendshiprequest .br {
  background:url(/templates/nimble_2008_001/images/facebox/br.png);
}
 
#facebox_friendshiprequest {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
 
#facebox_friendshiprequest .popup {
  position: relative;
}
 
#facebox_friendshiprequest table {
  border-collapse: collapse;
}
 
#facebox_friendshiprequest td {
  border-bottom: 0;
  padding: 0;
}
 
#facebox_friendshiprequest .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}
 
#facebox_friendshiprequest .loading {
  text-align: center;
}
 
#facebox_friendshiprequest .image {
  text-align: center;
}
 
#facebox_friendshiprequest img {
  border: 0;
  margin: 0;
}
 
#facebox_friendshiprequest .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
 
#facebox_friendshiprequest .tl, #facebox_friendshiprequest .tr, #facebox_friendshiprequest .bl, #facebox_friendshiprequest .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
 
#facebox_friendshiprequest_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
 
.facebox_hide {
  z-index:-100;
}
 
.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
 
* html #facebox_friendshiprequest_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}