.fancybox {
float: left;
position: absolute;
width: 400px;
height: 475px;
color: #000;
background-color: #FFF;
border: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: #333 1px 3px 12px;
-moz-box-shadow: #333 1px 3px 12px;
box-shadow: #333 1px 3px 12px;
z-index: 9999;
}

.close-fancybox {
position: absolute;
top: -10px;
right: -12px;
width: 26px;
height: 26px;
}

.new_user_accounts_popup {
font-weight: normal;
height: 280px;
width: 550px;
padding: 10px;
}

.pathable_info_popup {
font-weight: normal;
height: 180px;
width: 550px;
padding: 10px;
}

.mandrill_info_popup {
font-weight: normal;
height: 180px;
width: 550px;
padding: 10px;
}
