/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color:#000;
cursor: pointer;
z-index:4;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background: url(../images/FriendRequestBackDrop.jpg) no-repeat right;
z-index:5;
}

div#mb_center {
border: 1px solid #F46A08;
background-color: #FFF;
z-index:5;
}

div#mb_contents {
width: 400px;
height: 400px;
overflow: auto;
background: url(../images/FriendRequestBackDrop.jpg) no-repeat right;
visibility: hidden;
z-index:5;
}

.mb_loading {
background: #DDD url(../images/throbber.gif) no-repeat center;
z-index:5;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family:arial,helvetica,sans-serif;
z-index:5;
}

#mb_error em {
font-size: 0.8em;
z-index:5;
}

.dialogue_heading{
  background-color:#F46A08;
  color:#FFF;
  font-size:14pt;
  padding:5px;
}

.dialogue_body{
  font-size:12px;
  padding:10px;
  margin-bottom:30px;

}

.dialogue_action_button {
  margin-left:80px;
}

.dialogue_action_button a img{
  border:0pt none;
}

